Replies: 4 comments 6 replies
-
That's because you have this setting enabled in Chrome: You have to use http://localhost and click "Continue" when asked because you've only forwarded port 80. https://localhost is not going to work if your server isn't listening on port 443. |
Beta Was this translation helpful? Give feedback.
-
Hmm, thanks @kdrag0n, that worked. But what throws me off is that the certificate for a project that is working correctly on the docker desktop, on OrbStack I get that the certificate is invalid. |
Beta Was this translation helpful? Give feedback.
-
Click "Advanced" on the error page to see why it's invalid. At a glance it looks odd that your certificate is missing a Common Name, unless Anyway, differences in the certificate will be caused by differences in the Docker environment when you migrated to OrbStack (such as building new images, creating new volumes, or mounting different paths), not because of OrbStack itself. Closing, but happy to keep helping. |
Beta Was this translation helpful? Give feedback.
-
@kdrag0n Port 80 is fine, 443 is broken. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Your connection is not private - on an already working project from Docker Desktop. I deleted all the containers/volumes and images in connection with that project and I tried the basic getting started.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
The page should be working.
Screenshots
Logs
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2023/06/14 21:08:39 [notice] 1#1: using the "epoll" event method
2023/06/14 21:08:39 [notice] 1#1: nginx/1.23.3
2023/06/14 21:08:39 [notice] 1#1: built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r4)
2023/06/14 21:08:39 [notice] 1#1: OS: Linux 6.3.6-orbstack-00155-g0884b5092004
2023/06/14 21:08:39 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2023/06/14 21:08:39 [notice] 1#1: start worker processes
2023/06/14 21:08:39 [notice] 1#1: start worker process 30
2023/06/14 21:08:39 [notice] 1#1: start worker process 31
2023/06/14 21:08:39 [notice] 1#1: start worker process 32
2023/06/14 21:08:39 [notice] 1#1: start worker process 33
2023/06/14 21:08:39 [notice] 1#1: start worker process 34
2023/06/14 21:08:39 [notice] 1#1: start worker process 35
2023/06/14 21:08:39 [notice] 1#1: start worker process 36
2023/06/14 21:08:39 [notice] 1#1: start worker process 37
2023/06/14 21:08:39 [notice] 1#1: start worker process 38
2023/06/14 21:08:39 [notice] 1#1: start worker process 39
Info report
Beta Was this translation helpful? Give feedback.
All reactions