Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: soap request force ssl connection

by noxxi (Pilgrim)
on May 14, 2015 at 19:12 UTC ( [id://1126687]=note: print w/replies, xml ) Need Help??


in reply to Re^2: soap request force ssl connection
in thread soap request force ssl connection

... SSL Version SSLv3 not supported
That means that the OpenSSL library used by Perl (Net::SSLeay) is compiled without SSLv3 support. Looks like latest Strawberry Perl comes with OpenSSL 1.02 and disabled SSLv3 support. This means you will not be able to use SSLv3 with this Perl.
SSL_version in the Perl Module somehow has different effect than -ssl3 flag to openssl s_client
No, it should not. Apart from that the server looks fairly broken to me, i.e. only support for SSLv3 and no support for SSLv23 handshake.
  • Comment on Re^3: soap request force ssl connection

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1126687]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-23 07:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found