-
Notifications
You must be signed in to change notification settings - Fork 356
Description
Bug reported by @atulkakrana here:
https://github.com/microsoft/vscode-python/issues/4987
I could fix the "self signed certificate" error following instructions here: https://www.freecodecamp.org/news/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec/
But now I am getting the Error:
Failed to connect to remote Jupyter notebook. Check that the Jupyter Server URI setting has a valid running server specified. https://ec2-xx-xx-xx-xx.us-east-2.compute.amazonaws.com:8000/ Error: Invalid response: 405 Method Not Allowed
Source: Python (Extension)
The certificate and key were generated:
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mykey.key -out mycert.pem
and specified in Jupyterhub_config file.
Any help???????????????????????