You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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???????????????????????
The text was updated successfully, but these errors were encountered:
Hey @atulkakrana. Sorry about having to split this out. But I want to make sure that were tracking issues 1:1 with threads so it's easier to tell what is getting fixed and when.
Can you give me a little more information about your server setup? The self cert issue was easy to setup myself, but I've never yet seen this 405 issue reported so I don't have a solid repro to investigate it.
A few questions that might help to diagnose this.
Via the URL it looks like this machine is set up for a password connection. Is that the case? Would it be possible to also try a token connection to this server?
I think that you already mentioned this in the thread, but with the same URL you are able to open a web browser and run everything from the same machine that vscode is running on?
Looks like via the URL this is an aws machine, any thing that might be unusual with the server setup on that machine?
Bug reported by @atulkakrana here:
https://github.com/microsoft/vscode-python/issues/4987
The text was updated successfully, but these errors were encountered: