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
We are experiencing similar behavior from a Windows client.
10:10:59.448 [error] Error sending request to https://hostname.example.com/hub/api FetchError: request to https://hostname.example.com/hub/api failed, reason: unable to verify the first certificate
> at ClientRequest.<anonymous> (c:\Users\user_name\.vscode\extensions\ms-toolsai.jupyter-hub-2023.10.1003012305\dist\extension.node.js:63581:18)
> type = system
> errno = UNABLE_TO_VERIFY_LEAF_SIGNATURE
> code = UNABLE_TO_VERIFY_LEAF_SIGNATURE
Interestingly connecting to JupyterHub from a MacOS client works fine.
On the Windows client I have the following settings set based on other related suggestions found in this repos issue tracker:
Environment data
Expected behaviour
connect to jupyterhub
Actual behaviour
Can't connect to jupyterhub
Steps to reproduce:
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
The text was updated successfully, but these errors were encountered: