How to access “unsecure site” in Worker?
As the title, I tried to use “fetch” in Worker to access an external HTTP link but result in an error code 525. But I can only use this link to interact with their API. is there any way I can do that?
14 Replies
What SSL/TLS setting is your zone set to?
Flexible?
All I used is in free plan, the pictures are edge certificates settings, should I make a change?
The solution of the channel below isn't works for me 😟
https://discord.com/channels/595317990191398933/1182368461322719394
Even I turn SSL/TLS encryption mode to off, the result is same, is it my problem?
Where is the error code screenshot coming from?
the browser
I meant, what part?
The network tab?
the part of the site's body
Sry but... like this?
Because if the 525 is thrown by Cloudflare itself then it should look like https://www.cloudflare.com/cdn-cgi/error/525
The fact that it doesn’t makes me think your origin is returning the error for some reason
You are right. When I accessed that site with https it showed up like this but all I can determine is that this site does not support https 😕
What happens if you visit the origin directly?
https: timeout | http: the expected result