http://qs321.pair.com?node_id=11115710


in reply to Re: IO::Socket::SSL -> unexpected message !
in thread IO::Socket::SSL -> unexpected message !

This random StackOverflow comment still suggests that your webserver is mixing up plaintext connections and SSL connections.

Maybe the following "works" and returns a webpage?

curl http://127.0.0.1:2222

Alternatively, maybe you're trying to start an SSLv3 connection, but your web server does not speak SSLv3 ?

Without anything to replicate this situation, all I can do is Google your error message and guess. I think this is something you can do as well...

Replies are listed 'Best First'.
Re^3: IO::Socket::SSL -> unexpected message !
by Sascha2018 (Acolyte) on May 09, 2020 at 20:18 UTC
    Thank you very much... i solved the problem. Now i use another file ( i have programmed earlier ) and it works ;)