ucscXena / ucsc-xena-server

Turn-key functional genomics data server.
Apache License 2.0
7 stars 5 forks source link

Specification of keyfile / certfile #19

Open tweep opened 4 years ago

tweep commented 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

acthp commented 4 years ago

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.