Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: LWP SSL Question

by packetstormer (Monk)
on Jun 07, 2014 at 18:10 UTC ( [id://1089155]=note: print w/replies, xml ) Need Help??


in reply to Re: LWP SSL Question
in thread LWP SSL Question

So, the 'debug10' trick helped a lot and from the output I was able to narrow down the problem to the cipher being used. Adding SSL_cipher_list => "RC4-SHA" to my ssl_opts resolved the problem and got me talking to the SSL server

Thanks for the replies, they certainly helped!

Replies are listed 'Best First'.
Re^3: LWP SSL Question
by noxxi (Pilgrim) on Jun 07, 2014 at 19:30 UTC
    This is strange, because RC4-SHA is in the default cipher set used by IO::Socket::SSL on the client side (but only as the last choice). This must be a very strange SSL server you have there, could you share some details about it? (I'm the maintainer of IO::Socket::SSL and always on the search for unusual SSL issues.)

      Sure. The server I was connecting to was the Unifi AP controller - Unifi AP - from Ubiquiti Networks. This link if for 2.4.6 but I was using the beta 3.12 (and 3.10) versions. I am not sure if that is what you are after but let me know if I can get you any other information.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-19 10:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found