Redirect http to https

Hi! I was wondering how others are handling the redirection of http to https automatically. I’ve successfully configured a x509 certificate for https communication over port 443. When manually typing the full address (example: https://test.contoso.com) it works fine. However when typing test.contoso.com, it doesn’t automatically redirect to https and the site doesn’t load and the page times out.

Thanks in advance for any thoughts you might have!

@phobos711 looks like we will need to enable this option in the UD configuration: https://docs.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-2.2&tabs=visual-studio

Could you please open an issue for this on GitHub?

Will do. Thank you for the quick response!