microsoft / vscode-jupyter-hub

Jupyter Hub Support in VS Code
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-hub
MIT License
8 stars 6 forks source link

Can't connect to jupyterhub with self signed certificate #58

Open nikita-dev-null opened 2 months ago

nikita-dev-null commented 2 months ago

Environment data

Expected behaviour

connect to jupyterhub

Actual behaviour

Can't connect to jupyterhub

Steps to reproduce:

  1. update from 2023.10.1003492320 to 2024.4.1001491100
  2. try connect to jupyterhub with self signed certificate

Logs

[warn] Could not fetch kernels from the remote server, falling back to cache: Error: request to https://jupyterhub.xxx/hub/api/authorizations/token failed, reason: unable to verify the first certificate

I added the certificate to the OS CA, but it didn't help downgrade to 2023.10.1003492320 resolve this problem