Hi,
I try to get Jupyterhub with ssl working in our environment.
When I create a self signed cert with openssl, it runs and I can access hub with Edge browser, but only in the non secured way.
But it works.
We have trusted certs for our server in DER format which includes the keys already.
When I try to use those, Jupyterhub is not starting because of ERR_OSSL_PEM_NO_START_LINE.
I can use openssl to convert our trusted cert to PEM format.
Using that one, Jupyterhub starts, but Chrome and Edge browser tell me, that the cert is not valid or not using the right cypher.
So it looks like, that a PEM format is accepted from Jupyterhub, but not a DER format.
But with the PEM format, the browser are refusing the connection.
Kind regards
Roland