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
But I keep getting the error "ERR_CERT_INVALID". (However, it's working with curl)
I can bypass it by starting code --ignore-certificate-errors. Now, the extensions on the server are listed in vscode. But I'm still having error when trying to install one.
And in the log I have :
[error] [network] #8: https://127.0.0.1:80/vscode/asset/ms-python/python/2024.19.2024110601/Microsoft.VisualStudio.Code.Manifest?targetPlatform=linux-x64 - error GET Failed to fetch
Why is it requesting 127.0.0.1:80 and not 8443 ?
Here's my nginx config and docker compose, in case :
Hello,
I know there are a few issues on this subject. I looked at #444, #802, #903.
But after looking at all this issues, I can' t have a working setup.
OpenVSX version : 0.16.4.
VSCode version : 1.95.2.
I currently have the server exposed on http 8080 and https 8443.
I have the following in my
product.json
I also have the following in my
settings.json
:But I keep getting the error "ERR_CERT_INVALID". (However, it's working with curl)
I can bypass it by starting
code --ignore-certificate-errors
. Now, the extensions on the server are listed in vscode. But I'm still having error when trying to install one.And in the log I have :
[error] [network] #8: https://127.0.0.1:80/vscode/asset/ms-python/python/2024.19.2024110601/Microsoft.VisualStudio.Code.Manifest?targetPlatform=linux-x64 - error GET Failed to fetch
Why is it requesting 127.0.0.1:80 and not 8443 ?
Here's my nginx config and docker compose, in case :
Nginx
docker-compose.yml
Thanks.
The text was updated successfully, but these errors were encountered: