hello list
hello folks
hello all the guru to this list

here I am with a question that is both simple and complicated
for a single server using perl
like this with self signed certificat
my $server = IO::Socket::SSL->new( Proto => 'tcp',
                                  LocalPort => $PORT,
                                  Listen => 5 ,
                                  SSL_verify_mode => 0x00,
                                  SSL_key_file => '/tmp/ssl/key.txt',
                                  SSL_cert_file => '/tmp/ssl/cert.txt',
                                  Reuse => 1);

 how to position the variable SSL_verify_mode in the different choices it 
offers

nb : perldoc IO::Socket::SSL
-- 
 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
 gpg --keyserver pgp.mit.edu --recv-key 092164A7

Attachment: pgpF8ZYwPHnJZ.pgp
Description: PGP signature

Reply via email to