Certificate error when using a private docker registry #3351
-
Hi, We have an on prem docker registry behind https (let's encrypt certificate). If I try to connect to the registry from VS Code using the docker extension, it says that the certificate has expired. Docker pull etc. from the terminal is working and if I check the certificate using openssl, it is indeed valid. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah, it seems the issue came back: microsoft/vscode#136787 It's all the way upstream in Electron so it's far out of our control. There is a user-suggested workaround of applying setting |
Beta Was this translation helpful? Give feedback.
Yeah, it seems the issue came back: microsoft/vscode#136787
It's all the way upstream in Electron so it's far out of our control. There is a user-suggested workaround of applying setting
"http.systemCertificates": false
; does that work if you set it?