Link to Kestrel Endpoints from Enforce HTTPS (#25280)
parent
0bb281b805
commit
4546b10a84
|
@ -5,7 +5,7 @@ description: Learn how to require HTTPS/TLS in an ASP.NET Core web app.
|
||||||
ms.author: riande
|
ms.author: riande
|
||||||
monikerRange: '>= aspnetcore-3.0'
|
monikerRange: '>= aspnetcore-3.0'
|
||||||
ms.custom: mvc
|
ms.custom: mvc
|
||||||
ms.date: 11/06/2021
|
ms.date: 03/10/2022
|
||||||
no-loc: ["Blazor Hybrid", Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
|
no-loc: ["Blazor Hybrid", Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
|
||||||
uid: security/enforcing-ssl
|
uid: security/enforcing-ssl
|
||||||
---
|
---
|
||||||
|
@ -490,6 +490,7 @@ In some cases, group policy may prevent self-signed certificates from being trus
|
||||||
* [Host ASP.NET Core on Linux with Apache: HTTPS configuration](xref:host-and-deploy/linux-apache#https-configuration)
|
* [Host ASP.NET Core on Linux with Apache: HTTPS configuration](xref:host-and-deploy/linux-apache#https-configuration)
|
||||||
* [Host ASP.NET Core on Linux with Nginx: HTTPS configuration](xref:host-and-deploy/linux-nginx#https-configuration)
|
* [Host ASP.NET Core on Linux with Nginx: HTTPS configuration](xref:host-and-deploy/linux-nginx#https-configuration)
|
||||||
* [How to Set Up SSL on IIS](/iis/manage/configuring-security/how-to-set-up-ssl-on-iis)
|
* [How to Set Up SSL on IIS](/iis/manage/configuring-security/how-to-set-up-ssl-on-iis)
|
||||||
|
* <xref:fundamentals/servers/kestrel/endpoints>
|
||||||
* [OWASP HSTS browser support](https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet#Browser_Support)
|
* [OWASP HSTS browser support](https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet#Browser_Support)
|
||||||
|
|
||||||
:::moniker-end
|
:::moniker-end
|
||||||
|
|
Loading…
Reference in New Issue