You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the dumb question, I’m trying to figure this out. Curl doesn’t work 80% of the time in rootless mode if the website is behind Cloudflare — I get a connection timeout.
Here’s the test result: podman network create --subnet 10.89.30.0/24 --gateway 10.89.30.1 test_net
behind Cloudflare:
podman run -it --network test_net alpine apk add curl && curl -4 -v https://medium.com --max-time 10
ipv4 connect timeout after 4992ms, move on!
* Trying 162.159.153.4:443...
* Connection timed out after 10001 milliseconds
* Closing connection 0
curl: (28) Connection timed out after 10001 milliseconds
podman run -it --network test_net alpine apk add curl && curl -4 -v https://download.maxmind.com --max-time 10
* ipv4 connect timeout after 4981ms, move on!
* Trying 162.159.134.22:443...
* Connection timed out after 10000 milliseconds
* Closing connection 0
curl: (28) Connection timed out after 10000 milliseconds
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for the dumb question, I’m trying to figure this out. Curl doesn’t work 80% of the time in rootless mode if the website is behind Cloudflare — I get a connection timeout.
Here’s the test result:
podman network create --subnet 10.89.30.0/24 --gateway 10.89.30.1 test_netbehind Cloudflare:
outside Cloudflare:
If anyone can explain why this happens, I’d appreciate it.
Thanks for help.
Beta Was this translation helpful? Give feedback.
All reactions