nteract / hydrogen

:atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
https://nteract.gitbooks.io/hydrogen/
MIT License
3.92k stars 334 forks source link

Unable to connect to remote kernel with HTTPS #1555

Open 77QingLiu opened 5 years ago

77QingLiu commented 5 years ago

Description: Connect to remote kernel with HTTPS failed

[Description of the issue] have a server in the cloud, I was able to connect with this remote kernel in http protocol but not in https

Versions: OS: MAC Atom : 1.34.0 Electron: 2.0.16 Chrome : 61.0.3163.100 Node : 8.9.3 Hydrogen: 2.7.0

Logs: No log available in debug mode

kylebarron commented 5 years ago

I've only ever successfully used http, with content secured using an SSH tunnel. I don't think what you're describing is Hydrogen-specific though. Are you able to use https with the remote kernel with Jupyter?

77QingLiu commented 5 years ago

@kylebarron remote kernel with https in Jupyter is OK but not working in Hydrogen, So I think this is a hydrogen-specific issue. Seems this issue has been existing and it's caused byy the js-encrypted package in atom.

wadethestealth commented 4 years ago

Seems this issue has been existing and it's caused byy the js-encrypted package in atom.

Can you explain more or give links?

MaryAnnBlaetke commented 4 years ago

I like to re-activate that issue - I am currently trying to connect to a remote kernel, the remote server is only supporting to run jupyter with https protocol. Jupyter is running fine when I go to the base url in a browser, all kernels work. But hydrogen is telling me "Connection to gateway failed". I of course followed the instructions to set up a remote kernel using hydrogen, only in the baseUrl im using "https". Any idea? Or instructions?