Net-SSLeay

 view release on metacpan or  search on metacpan

lib/Net/SSLeay.pod  view on Meta::CPAN

11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
Name lookup for host named C<server> failed.
 
=item open_tcp_connection: failed `server', 123 ($!)
 
The name was resolved, but establishing the TCP connection failed.
 
=item msg 123: 1 - error:140770F8:SSL routines:SSL23_GET_SERVER_HELLO:unknown proto
 
SSLeay error string. The first number (123) is the PID, the second number
(1) indicates the position of the error message in SSLeay error stack.
You often see a pile of these messages as errors cascade.
 
=item msg 123: 1 - error:02001002::lib(2) :func(1) :reason(2)
 
The same as above, but you didn't call load_error_strings() so SSLeay
couldn't verbosely explain the error. You can still find out what it
means with this command:
 
    /usr/local/ssl/bin/ssleay errstr 02001002
 
=item Password is being asked for private key



( run in 0.252 second using v1.01-cache-2.11-cpan-00829025b61 )