Replies: 1 comment 4 replies
-
#203 was not resolved because I was unable to replicate it, and it lacked substantial testing data. Did you see #372 (comment) ? Since this is related to Windows, may be better to chime in over on that thread. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I went through the one line set up for magento. When accessing https://magento.test in the browser, nothing resolves. I tried restarting the browser and verified the entries in /etc/hosts
I'm running Windows 11 with WSL2 with Ubuntu 20.04
I tested running https://localhost as well, and see the following in the docker desktop log for magento_app_1
2021/12/23 17:50:35 [info] 30#30: *3 SSL_do_handshake() failed (SSL: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:SSL alert number 46) while SSL handshaking, client: 172.19.0.1, server: 0.0.0.0:8443
I found something similar here but it was never resolved: #203
Please advise @markshust
P.S. only other error I noticed in the logs is:
2021/12/23 17:46:10 [alert] 1#1: unlink() "/var/run/nginx.pid" failed (13: Permission denied)
Beta Was this translation helpful? Give feedback.
All reactions