Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net::ERR_SSL_PROTOCOL_ERROR loading images on website #227

Open
emmajane1313 opened this issue Jan 8, 2023 · 2 comments
Open

net::ERR_SSL_PROTOCOL_ERROR loading images on website #227

emmajane1313 opened this issue Jan 8, 2023 · 2 comments

Comments

@emmajane1313
Copy link

I have a custom infura gateway with pinned images that are shown on this website https://www.f3manifesto.xyz/

The project has been live for a few months with no issues displaying the images through the gateway. The project was built with nextjs and the next config has been set correctly to include the gateway link in nextjs config image remote patterns.

remotePatterns: [
      {
        protocol: "https",
        hostname: "f3manifesto.infura-ipfs.io",
        pathname: "/ipfs/**",
      },
    ],

From today all images are not loading from the gateway with a net::ERR_SSL_PROTOCOL_ERROR being returned.

Did infura change something on their backend? It's strange that this error is showing for this gateway, on other dedicated gateways I have the error is not showing.

Is there a fix / diagnosis?
Screenshot 2023-01-07 at 7 38 59 PM

@MichaelMure
Copy link

It's working for me, so I assume you found the problem?

@emmajane1313
Copy link
Author

No i didn't find the problem really, i checked all certificates etc. and everything is correct so it's very strange, the only conclusion I can logically draw is that some ISP's here in the US block ipfs gateways , it's happened quite a lot of web3 storage, hence why i moved to infura... so it might have been that ? If you have any other trouble shooting suggestions for smth like this would love to hear it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants