Skip to content

Self-signed certificates for Jupyter URI (Support Jupyter Hub) #3527

@willbowditch

Description

@willbowditch

Environment data

  • VS Code version: 1.32.1
  • Extension version (available under the Extensions sidebar): 2019.2.5558
  • OS and version: OS X 10.13.6
  • Python version: 3.7
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): pipenv, virtualenv
  • Relevant/affected Python packages and their versions: Jupyter

Jupyter

Connecting to a Jupyter server via https with a self-signed certificate fails:

Failed to connect to remote Jupyter notebook. Check that the Jupyter Server URI setting has a valid running server specified. 

TypeError: request to https://blah.blah.blah.com:8000/api/contents/?xxxxxxx failed

reason: self signed certificate

Setting:

{
"http.proxyStrictSSL": false
}

has no impact.

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