Follow up: Fixed issue #1442 - SSL certificate verification for certificate not matching hostnames fail.
This commit is contained in:
parent
725f21337d
commit
1d2c9eded3
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class ConnectionWizard extends App.WizardModal
|
||||||
success: (data, status, xhr) =>
|
success: (data, status, xhr) =>
|
||||||
if data.result isnt 'ok'
|
if data.result isnt 'ok'
|
||||||
|
|
||||||
if data.message.indexOf('certificate verify failed') is -1
|
if data.message.indexOf('certificate') is -1
|
||||||
@showSlide('js-discover')
|
@showSlide('js-discover')
|
||||||
@showAlert('js-discover', data.message)
|
@showAlert('js-discover', data.message)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue