Build precise queries to find exactly what you need
Press ESC to close
@thyphus
Member Since: August 17, 2012
Favorites0
Views
Projects0
Made some changes to check size of mdiskgrp. http://nopaste.info/85435428b4.html
Reviewed 13 years ago
there is a problem with Debian 8 or rather openssl 1.x to fix the problem you have to replace following: new(PeerAddr => $host, SSL_verify_mode => SSL_VERIFY_NONE, $sslv3 ? 'SSLv3' ) : () ); --- > $client = new IO::Socket::SSL->new(PeerAddr => $host, SSL_verify_mode => SSL_VERIFY_NONE, SSL_version => $sslv3 ? > 'SSLv3' : 'TLSv1' );
Reviewed 10 years ago