-
Hey,everyone.I got some errors when running hetty in docker container. 1.docker run -v $HOME/.hetty:/root/.hetty -p 8080:8080 --name hetty dstotijn/hetty Error: By the way, I made a trival to generate certificate by openssl mentioned in official manual but it didn't work. Could anyone fix the error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hard to tell the root cause from the error, especially if the cert was manually created via openssl. |
Beta Was this translation helpful? Give feedback.
Hard to tell the root cause from the error, especially if the cert was manually created via openssl.
What happens if you remove
~/.hetty/hetty_cert.pem
and ~/.hetty/hetty_key.pem
, then run the 4 steps again?When running
hetty
, it should then autogenerate a cert keypair.