Sample Header Ad - 728x90

Not able to use tor and curl, for a specific website

0 votes
1 answer
283 views
If I run
curl -L -v --socks5-hostname localhost:9050 https://unix.stackexchange.com/ 
I get back the stackexchange webpage. If I use the below URL
curl -L -v --socks5-hostname localhost:9050 https://www.comune.bitonto.ba.it/ 
I get this error
* SOCKS5 connect to www.comune.bitonto.ba.it:443 (remotely resolved)
* Can't complete SOCKS5 connection to www.comune.bitonto.ba.it. (1)
* Closing connection 0
curl: (97) Can't complete SOCKS5 connection to www.comune.bitonto.ba.it. (1)
What could I change to figure out what blocks my command? I'm using curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
Asked by aborruso (2995 rep)
Dec 5, 2022, 07:42 AM
Last activity: Dec 5, 2022, 08:27 AM