Replies: 6 comments 7 replies
-
If i run http://sub.domain.com:8888 it work's fine but if i like to put https, don't works, |
Beta Was this translation helpful? Give feedback.
-
How are you setting up the certificate? Is it through code-server's
--cert flag or through a reverse proxy?
|
Beta Was this translation helpful? Give feedback.
-
I install in server certbot --nginx -d sub.domain.com -m [email protected] but when i open https://sub.domain.com:443 and it doesn't work, or ir show me https://xxx is not secure. But if i write certbot, i can see sub.domain.com with agree ssl. |
Beta Was this translation helpful? Give feedback.
-
I format all and begin from 0. And when i install ssl i have this result:
502 Bad Gateway
nginx/1.18.0 (Ubuntu)
El 20 de diciembre de 2021 a las 17:55:12, Asher ***@***.******@***.***>) escribió:
Hmm maybe NGINX needs to be reloaded? Although I think certbot is supposed to reload it for you. What does your NGINX config look like?
Maybe there will be something helpful in our docs: https://github.com/coder/code-server/blob/main/docs/guide.md#using-lets-encrypt-with-nginx
—
Reply to this email directly, view it on GitHub<#4648 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAM47WI62LRNGK3KONN4YTDUR5NW3ANCNFSM5KJNN4WA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In port 8080 works fine
…--
Noé Moreno
El día 21 de diciembre de 2021 a las 18:13:28, Asher ***@***.******@***.***>) escrito:
You can also get a 502 when code-server is not running, can you confirm it is running on port 8080?
—
Reply to this email directly, view it on GitHub<#4648 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAM47WNV6T2EEKF4H6ZGW2DUSCYTRANCNFSM5KJNN4WA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, i do all and install in ubuntu server 20.x and it works fine with http:// my problem is when i install ssl, it doesn't work, i can run this. i have a page not found.
I change port to 8888 in http and work's fine. But when i create ssl, that it's created succfully, and redirect all to https, don't work anythink.
Please can yo u help me? thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions