Site opens OK in browsers, selenium webdrive error

Website URL https:\linha,rf,gd

Error Message

DevTools listening on ws://127.0.0.1:51146/devtools/browser/70209d67-aa9d-4426-b203-b42ff470e5bb
[18028:14076:0708/165252.745:ERROR:net\socket\ssl_client_socket_impl.cc:878] Handshake failed; returned -1, SSL error code 1, net_error -200
[18028:14076:0708/165252.745:ERROR:net\socket\ssl_client_socket_impl.cc:878] Handshake failed; returned -1, SSL error code 1, net_error -200

When accessing my InfinityFree HTTP site:
https:\linha.rf.gd
using any browser, everything works fine. However, when I use Selenium WebDriver, I encounter an error:

DevTools listening on ws://127.0.0.1:51146/devtools/browser/70209d67-aa9d-4426-b203-b42ff470e5bb
[18028:14076:0708/165252.745:ERROR:net\socket\ssl_client_socket_impl.cc:878] Handshake failed; returned -1, SSL error code 1, net_error -200
[18028:14076:0708/165252.745:ERROR:net\socket\ssl_client_socket_impl.cc:878] Handshake failed; returned -1, SSL error code 1, net_error -200

This issue has been occurring since April, after the “free SSL certificates” started being issued automatically.

The site in question has an index.php file, while other sites with index.html files open without any problems.

Any help would be appreciated!
Rec

sounds like you might be running foul of the security system that makes it so that only browsers can access your website.

although if its working on your other sites mybe not…

this might be the probelm. it should be https:// not "https:" although, I’m assuming that isn’t just a typo?

2 Likes

Yess, that was just a typo.

although if its working on your other sites mybe not…
thats the rub; the other sites all have a index.html and open fine with selenium / webdriver:
But https://linha.rf.gd/ has a index.php and I think somehow this has to do with this issue.

Ah fair play. I was secretly hoping that would be the fix for you

Meanwhile found something:

www.links.rf.gd/?i=1 => “Your connection is not private”
links.rf.gd/?i=1 => no problems!
And Google says “domain rf.gd back listed by Google”
But whu only if https\www.etc.rf.gd and nor https:\etc.rf.gd

1 Like

Did you read?

6 Likes

Hum, that explains all.
But " switching to the non-www version" how is that done?
Afterall the user can type either https:\etc or https:\www.etc

You can redirect the www to non-www. But the ultimate way is, unfortunately, tell everyone to stop using the www version.

6 Likes

People also make typos, which might send them to completely different websites.

You can’t control what (incorrect) URLs people type in their browsers. But you can make sure that you yourself use the non-www version consistently.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.