Closed julian-berbel closed 6 years ago
I thought this would be right but there's something that doesn't make much sense, which is, if disable_ssl_verification is set to true but there's no ssl_certificate set, the login is not failing and it's doing it either way...
I thought this would be right but there's something that doesn't make much sense, which is, if disable_ssl_verification is set to true but there's no ssl_certificate set, the login is not failing and it's doing it either way...
:thinking: It does actually make sense to me: if there is no ssl verification, you should not fail even if there is no ssl_certificate
Fixes #30.