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! |
0 replies
|
@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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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!!
All reactions