Apify Proxy not working with https urls
I want to test the apify proxy and how it works to integrate it with my py code.
Running a very simple check I found it's not working with https urls. here's a snippet:
giveing me a proxy error:
If i just only change the protocol to http://httpbin.org/ip it works.
Apify proxy should support https as stated on the site. Thanks in advance.
4 Replies
Someone will reply to you shortly. In the meantime, this might help:
-# This post was marked as solved by 🟢mido🟢. View answer.
deep-jade•4mo ago
@🟢mido🟢 hey, I'm not able to reproduce the issue. Does this happen repeatedly? It seems to be just a timeout error that could be solved by creating and using another proxy url or increasing the timeout (https://www.python-httpx.org/exceptions/, https://www.python-httpx.org/advanced/timeouts/)
ambitious-aquaOP•4mo ago
@lemurio Hi, Actually yes it happens with any https url. I tried increasing timeout=60 but still getting same error. And http urls even work with timeout=5
deep-jade•4mo ago
I'll write you a DM
edit: the issue was the user's connection