Really struggling with the SSL configuration of Proton.
Domino Server = Domino11/Kelros
Notes ID = Travis Hiscock/Kelros
Server has a wildard ssl cert *.life-etg.com working successfully for HTTPS (a proper cert issued by ESET).
Tried following all the AppDev Pack documentation, but all they talk about is self signed certs (which no one uses anymore).
Anonymous Proton access works perfectly.
I am referencing the wildcard SSL cert in the Proton Server config, and have created an internet cert and insered this is into my Person document.
Person Docment Internet certificate says "1. CN=*.life-etg.com/OU=Domain Control Validated"
my config.json file is all setup
Trying the ptest command "npm run ptest -- read domino11/names.nsf -q "form = 'server'" -p -i form,servername,netaddr_0,http_sslkeyfile,domain,administrator"
This Produces "code: 14, details: 'No connection established'"
and on the Domino Server Console I can see: "PROTON: Handshake failed with fatal error SSL_ERROR_SSL: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED. [src/core/tsi/ssl_transport_security.cc:1233]"
If I try OpenSSL with 'openssl s_client -connect domino11.life-etg.com:3003 -cert thiscock.crt -key thiscock-open.key'
I get "Verification error: self signed certificate in certificate chain" - is this a red herring as it's all been built from the wildcard ssl cert, why is it thinking it's self signed?
HCL Support very slow on this, so I thought I'd see if anyone else has experienced this. I'm dreading getting onto the IAM bits later!