INFURA / infura

Official Public Repository for INFURA
https://infura.io
381 stars 62 forks source link

net::ERR_SSL_PROTOCOL_ERROR loading images on website #227

Open emmajane1313 opened 1 year ago

emmajane1313 commented 1 year ago

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 commented 1 year ago

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

emmajane1313 commented 1 year ago

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