Had my site working fine the other day. But now when headed to my host.domain.net (obfuscated) I'm getting '401 authorization required, nginx' outside my network. Oddly enough, when I access on my phone (on cell network) via Chrome it works, but not Firefox (401 auth), even after clearing cache. Others were able to connect as of last night, but now are getting the same 401 but on either browser.
Originally I thought this had something to do with installing Pi-Hole the other day and changing the DNS in my router to the docker IP (changes since reverted to try to troubleshoot this). I don't know if that would've caused an issue, but PH was working fine and I had people accessing the server remotely. I do own my own domain and the host is setup as DNS (A) and I have ports setup correctly (80->81, 443->444) setup in the LE docker. Using No-IP and have their DUC updating my IP every 5min. host.domain.net works perfectly on local network. Unraid 6.5.0 running LE + Organizr, both dockers current.
Edit: I thought there may have been something wrong at my host level so I tossed them a support ticket and got this:
I checked port 443 just to be sure, and it looks like there is no SSL handshake as suspected:
openssl s_client -connect host.domain.net:443
CONNECTED(00000003)
29438:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59.60.1/src/ssl/s23_clnt.c:593:
My power went out the other day, is it possible that something got messed up somehow in my config (or elsewhere) because of it? Ran a parity check and everything was fine, and it appeared that everything was working correctly after that.. but this issue has me at a loss.
Edit #2: So cleared all browser cache, certs, etc from Chrome and now also getting the same 401 error. Some sort of cert error? What could this possibly be? I'm not getting any errors in docker dashboard log or in Unraid log. I deleted docker image and reinstalled LE and Organizr.. to the same effect.