Actions
Bug #13040
closedTest connection button does not load server SSL cert
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - oVirt
Target version:
Difficulty:
trivial
Triaged:
Pull request:
Description
This is because the exception is not in different format due to OpenSSL library change (?):
SSL_connect returned=1 errno=0 state=error: certificate verify failed
We are expecting only
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Actions