Jupyter on EC2: SSL Error

前端 未结 5 1380
无人共我
无人共我 2021-01-03 06:45

I\'m trying to serve a Jupyter notebook from EC2 but I\'m getting an SSL error. I\'m using this AMI: TensorFlow GPU - @nottombrown (ami-8ed4d0e4). I used a self

5条回答
  •  -上瘾入骨i
    2021-01-03 07:25

    I had a the same error while running jupyter notebook as a public server with a self-signed cert under Unbuntu 14.4. In my case, the problem was due to an error in the jupyter_notebook_config.py file. I had incorrectly set c.NotebookApp.client_ca = u'/../mycert.pem'. Commenting this line out solved the problem.

提交回复
热议问题