Update enforcing-ssl.md

pull/3773/head
Rick Anderson 2017-07-18 16:01:43 -06:00 committed by GitHub
parent 7e3a4a8036
commit 65929f679f
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@ uid: security/enforcing-ssl
---
# Enforcing SSL in an ASP.NET Core app
By [Rick Anderson](https://twitter.com/RickAndMSFT)
This document shows how to:
- Require SSL for all requests (HTTPS requests only).
@ -43,4 +45,4 @@ Requiring HTTPS globally (`options.Filters.Add(new RequireHttpsAttribute());`) i
* Check **Enable SSL**
* Copy the SSL URL and paste it into the **App URL**
![Debug tab of web application properties](enforcing-ssl/_static/ssl.png)
![Debug tab of web application properties](enforcing-ssl/_static/ssl.png)