I installed Superset using Docker and am trying to setup reverse proxy using Nginx to utilize HTTPS with a cert from our CA. I am currently getting the following error: PEM_read_bio_PrivateKey() failed. Seems like it is not able to authenticate the key. Can anyone assist with this issue?
CodePudding user response:
Does your private key have a passphrase on it? If so, try this on your key file:
openssl rsa -in with_pass.pem -out without_pass.pem