Open ffoysal opened 4 years ago
PR is here: https://github.com/qlik-oss/sense-installer/pull/436
This check has been implemented to run over mongodbUrl and discoveryUrl from CR.
another PR: https://github.com/qlik-oss/sense-installer/pull/438
FYI: We are verifying the server certificate against our ca certificate(we retrieved from CR). We are not processing intermediate certificates at this point.
openssl s_client -connect www.test.edwh.internalservice.dbs.gov.uk:443 -showcerts
openssl verify -verbose -CAfile ca.pem server.pem
url: