Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1649

Cannot create WSS connection with Chrome, other browser work

$
0
0

Almost for two years now Google Chrome does no longer support SSL over websocket.Now i don't know what really their problem is, other than that i heard they rewrote their WS protocols over SSL.. And sinds i'm using IO::Socket::SSL i wonder if you guys actually know about it. my example site is an irc bot running from a HTTPS host from a javascript connection over WSS. https://lichtsnel.nl.

It did work for years, but since google changed their procedures apparently, and Chrome is the only browser in where it still doesn't work. And i wonder if you guys have noticed this. I've written a client/server library using IO::Socket::SSL for anything SSL related. It works perfectly over HTTPS, but somehow something changes for WSS. And they didn't fixed that.. And that while they probably force the new standaard to HTTPS layers. And without a working WSS layer, chrome becomes really useless.. And i'm forced to fall back to http/ws. With way less functionality left.

Not sure how active these modules are updated, i could update lately, but still nu luck, and if you have any info about their changes in their protocols. So i'm mailing to see if we can expect updates making chrome work again.

With Kind Regards,OnEhIppYDomero.

This is the server side code in perl:

# SSLmy $sslerr=0;if ($self->{ssl}) {  IO::Socket::SSL->start_SSL($client,    SSL_server => 1,    SSL_verify_mode => SSL_VERIFY_PEER,    SSL_cert_file => $self->{sslcert},    SSL_key_file => $self->{sslkey},    SSL_ca_file => $self->{sslca},    Listen => 128  ) or $sslerr=1;  if ($sslerr) { print STDOUT prtm(),"Failed to ssl handshake: $SSL_ERROR\n"; close($client) }}

and the server logs only this:

Failed to ssl handshake: SSL accept attempt failed


Viewing all articles
Browse latest Browse all 1649

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>