Replies: 2 comments 3 replies
-
I copied your example verbatim (except I changed the Are you using Firefox or Chrome? (Those are the ones I just tested with.) I'm wondering if there's some combination of browser + self-signed certificate that's at play here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@code-asher you're right. The problem seems to be because I was using Safari on Catalina. But when I used Edge (which uses Chromium), everything was fine. But I'd rather stick to Safari, is there a workaround? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have installed code-server on my Mac using Homebrew. I was able to access the code-server interface using the
bind-addr
(http://127.0.0.1:8008
) fromconfig.yaml
, but when using an NGINX reverse proxy with self-signed SSL (https://code.local
), it just gives a blank page.NGINX config:
Browser console log:
Please advise.
Beta Was this translation helpful? Give feedback.
All reactions