macvk / dnsleaktest

An open source script tests VPN connection for DNS Leak.

Home Page:https://bash.ws/dnsleak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Internet Connection

Simthem opened this issue · comments

Hello,

I'm using your bash dns checker since few times but right now I've the error "No Internet Connection" returned when I'm launching the script ..

So I'm just looking your code and test 2 commands to know if it's by my side or yours :
curl --head --request GET "https://bash.ws" returned

curl: (60) SSL certificate problem: self-signed certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

With or without my own VPN which could block your site.

And this command
openssl s_client -servername bash.ws -connect bash.ws:443
returned your certificate and details so I don't understand if it's by my resort or not ..

Could you have so ideas that could help me ? :)

Thanks by advance

Does it work if you change https to http ?

commented

Does it work if you change https to http ?

Nope, it was not :/

Sorry for this. Should be ok now. Please check.

Yes ! Thanks a lot, I close this issue :)