Follow up: Fixed issue #1442 - SSL certificate verification for certificate not matching hostnames fail.

This commit is contained in:
Thorsten Eckel 2017-11-01 15:41:28 +01:00
parent 725f21337d
commit 1d2c9eded3

View file

@ -262,7 +262,7 @@ class ConnectionWizard extends App.WizardModal
success: (data, status, xhr) =>
if data.result isnt 'ok'
if data.message.indexOf('certificate verify failed') is -1
if data.message.indexOf('certificate') is -1
@showSlide('js-discover')
@showAlert('js-discover', data.message)
else