Open tweep opened 4 years ago
Hello, I'm having some challenges running xenahub with the --keyfile and --certfile options. Can you clarify what type / format of certificates are required ? ( X.509 ? PKCS12 ? )
The error message we are seeing when starting the app is :
NET::ERR_CERT_COMMON_NAME_INVALID`` 2020-03-16 15:15:19.263 [qtp1483155688-90] WARN default org.eclipse.jetty.io.nio - javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
Thanks, tweep
pkcs8 for the key, and pem for the cert should work. You will need to include any intermediate certs in the cert file.
Let us know if this doesn't resolve the issue.
Hello, I'm having some challenges running xenahub with the --keyfile and --certfile options. Can you clarify what type / format of certificates are required ? ( X.509 ? PKCS12 ? )
The error message we are seeing when starting the app is :
NET::ERR_CERT_COMMON_NAME_INVALID`` 2020-03-16 15:15:19.263 [qtp1483155688-90] WARN default org.eclipse.jetty.io.nio - javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
Thanks, tweep