Hi everyone.
I’ve got problems with media files when started using SSL.
I did:
-
Set
<add key="umbracoUseSSL" value="true" />
-
Set
<rules> <clear /> <rule name="HTTP to HTTPS redirect" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="off" ignoreCase="true" /> <add input="{HTTP_HOST}" pattern="localhost" negate="true" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="Permanent" /> </rule> </rules>
If I open image url in another tab all works fine.
What did I forget to do?
Thanks
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/101684-failed-to-load-resource-neterr_http2_protocol_error-when-started-using-ssl