"Error: self signed certificate" when I used code-server IDE and try to install an extension from my private code-marketplace server, do I need to install a real certificate in the code-marketplace server ? #6231
-
After I have connected my code-server to my code-marketplace server(it has been installed a self signed certificate), then I try to install an extension in my account, but there is error while installing the extension, I checked the log and it shows as the following: 2023-05-23 15:24:36.782 [info] Resolving connection token (localhost:8080)... Can anyone give me a hand ? Thank you very much ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have installed a real certificate in the nginx and there is another error messages coming: 2023-05-25 16:51:23.993 [error] Error: unable to verify the first certificate and I can't install the extensions from my own code-marketplace still. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
-
After I have installed my valid certificate (server.crt), I need to add the Intermediate Certificate and ROOT Certificate to the server.crt file( can use the Linux command: "cat server.crt intermediate.crt root.crt > final.crt" ; then use the final.crt replace the server.crt in Nginx), then it worked and there is no error message when I install the extensions from my own code-marketplace server. |
Beta Was this translation helpful? Give feedback.
After I have installed my valid certificate (server.crt), I need to add the Intermediate Certificate and ROOT Certificate to the server.crt file( can use the Linux command: "cat server.crt intermediate.crt root.crt > final.crt" ; then use the final.crt replace the server.crt in Nginx), then it worked and there is no error message when I install the extensions from my own code-marketplace server.