Replies: 2 comments
-
I am a noob when it comes to things like SSL. Hoping someone from the community can chime in! Otherwise, happy to be a rubber duck! |
Beta Was this translation helpful? Give feedback.
-
@metemadi you should use your ip address (such like 21.33.414.121:443) to visit the server in the browser.And the private key is in your server ,the public one is in your PC. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
Thanks in advance for your help. I am trying to run code server internally at our organization. Our IT provides us with an internal root CA and subordinate CA that is already installed on our clients. Code-server is running in a vanilla ubuntu docker that we have full control over and root access. Looking through the github issues and forums, I performed the following:
When I visit the server in the browser, I get the certificate common name invalid error... but the certificate itself says internalhost.corp.ourcompany.org in the common name (i.e. it matches perfectly with #4).
I am definitely a bit rusty in all things SSL - any help would be greatly appreciated.
Thank you again!!
Beta Was this translation helpful? Give feedback.
All reactions