Re: IO::Socket::SSL and SSL_verify_mode

2012-03-21 Thread ml
my error in my server script is Can't use an undefined value as a symbol reference at server.pl ligne 412 ligne 412 is $flags = fcntl($socket, F_GETFL, 0)or die "Can't get flags for socket: $!\n"; Please explain me clearly Le jeudi 22 mars 2012 à 01:45 +0100, ml a écrit : > and though I can wal

Re: IO::Socket::SSL and SSL_verify_mode

2012-03-21 Thread ml
and though I can walk to my client and server with 0x00 when i put another value of 0x02 0x03 0x04 my script fails at the function #- # nonblock($socket) puts socket into nonblocking mode sub nonblock { my $socket = shi

Re: IO::Socket::SSL and SSL_verify_mode

2012-03-21 Thread Bob goolsby
What was wrong with the answer you received on Perl Monks? 2012/3/21 ml : > hello list > hello guru of perl > hello all > > > I seek to understand how to position the value SSL_verify_mode => 0x00. > >        can you explain how to properly use this parameter in >        IO::Socket::SSL > > tha