Update enforcing-ssl.md
parent
7e3a4a8036
commit
65929f679f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue