ssl error with jupyter notebook even after adding ssl key

Viewed 176

I started a jupyter notebook in a ubuntu machine. i created a password and added to the configuration file. I also created ssl using the following command

$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mykey.key -out mycert.pem

Even after adding this, when i am trying to connect from a different machine, i am getting "Your connection is not private" in google chrome. Chrome

0 Answers
Related