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.
Environment data
Jupyter
Connecting to a Jupyter server via
httpswith a self-signed certificate fails:Setting:
has no impact.