Fix handling of SSL/TLS exceptions allowing errors to be ignored for a session

Not persistent  but I'm not  sure they need to  be as sites  we access
should have valid certificates and  chains of trust. This should allow
users  with  baulked SSL  installations  or  incomplete CA  stores  to
proceed with network accesses at their discretion.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7378 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2016-12-11 21:19:23 +00:00
parent 33ce6ec9f4
commit 41f213c44b
2 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void MessageBox::about_Qt_message (QWidget * parent)
namespace
{
QMessageBox::StandardButton show_it (QWidget *parent, MessageBox::Icon icon
QMessageBox::StandardButton show_it (QWidget * parent, MessageBox::Icon icon
, QString const& text
, QString const& informative
, QString const& detail