Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to download from URL from behind a corporate proxy server #365

Closed
tk3369 opened this issue Sep 5, 2020 · 2 comments
Closed

Unable to download from URL from behind a corporate proxy server #365

tk3369 opened this issue Sep 5, 2020 · 2 comments
Labels
help welcome If you are experienced in this topic - let us know! HTTP/WS The connection between backend and frontend one day Closed because we won't work on it soon, will be opened again later.

Comments

@tk3369
Copy link

tk3369 commented Sep 5, 2020

I'm unable to use the open from URL function when running Pluto behind a corporate proxy server. See related issue JuliaLang/julia#27043.

Idea: can we add a checkbox in the UI to allow user to disable SSL verification check? If you switch over to HTTP.download then you can just set the ssl_verification_check flag to false.

@fonsp
Copy link
Owner

fonsp commented Sep 5, 2020

It looks like this will be fixed in Julia 1.6.0! I like the simplicity of download(url). ssl_verification_flag sounds like:

  1. something that should be on
  2. something that I do not want to think about

@fonsp fonsp added help welcome If you are experienced in this topic - let us know! HTTP/WS The connection between backend and frontend labels Sep 9, 2020
@fonsp
Copy link
Owner

fonsp commented Sep 9, 2020

We could also consider downloading using the frontend and sending the notebook via the WS connection. This would also allow for pasting an entire notebook into the main menu and dragging+dropping a notebook to open it as a template (we don't know the path where it came from unfortunately).
We also still need the original feature, to make one-click binder work

@fonsp fonsp added the one day Closed because we won't work on it soon, will be opened again later. label Sep 24, 2020
@fonsp fonsp closed this as completed Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help welcome If you are experienced in this topic - let us know! HTTP/WS The connection between backend and frontend one day Closed because we won't work on it soon, will be opened again later.
Projects
None yet
Development

No branches or pull requests

2 participants