Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Vitaly Vasilega 62 posts 184 karma points
    Mar 27, 2020 @ 18:26
    Vitaly Vasilega
    0

    Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR when started using SSL

    Hi everyone.

    I've got problems with media files when started using SSL.

    enter image description here

    I did:

    1. Set <add key="umbracoUseSSL" value="true" />

    2. 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

Please Sign in or register to post replies

Write your reply to:

Draft