Skip to content

405 Method not allowed connecting to a remote server #3306

@IanMatthewHuff

Description

@IanMatthewHuff

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???????????????????????

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions