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
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.
aXe1, remia, esthomw, willbowditch and atulkakrana