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 65 posts 187 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies