Skip to content
Permalink
Browse files
ignore no ssl error error
  • Loading branch information
jef-n committed Nov 15, 2012
1 parent abbe25f commit 2e55a15
Showing 1 changed file with 3 additions and 0 deletions.
@@ -8035,6 +8035,9 @@ void QgisApp::namSslErrors( QNetworkReply *reply, const QList<QSslError> &errors

foreach ( QSslError error, errors )
{
if ( error.error() == QSslError::NoError )
continue;

QgsDebugMsg( QString( "SSL error %1: %2" ).arg( error.error() ).arg( error.errorString() ) );

otherError = otherError || !ignoreErrors.contains( error.error() );

0 comments on commit 2e55a15

Please sign in to comment.