fishynoob
@fishynoob@infosec.pub
- Comment on Looking for ... inventory management, I guess? 1 year ago:
I’m looking for something that can automatically handle markdown tables for me in git. If an application can do that then I can get off excel/LibreOffice calc.
- Comment on Need help getting domain to resolve over LAN 1 year ago:
That means it’s likely a problem with DNS.
- Comment on Need help getting domain to resolve over LAN 1 year ago:
Yes, just thought if you could check that the correct ports are opened. I.e. is port 443 open for NGINX on Unraid? Is NGINX forwarding traffic to the correct port to your backend? Is the backend configured to allow traffic on a certain domain/all domains if it is handling HTTPS?
- Comment on Need help getting domain to resolve over LAN 1 year ago:
I didn’t think of that. Indeed, DNS caching/using different DNS servers for different devices will break it exactly like what OP is experiencing. Thanks.
- Comment on Need help getting domain to resolve over LAN 1 year ago:
Assuming NGINX is terminating SSL, I think the problem is ports.
- Comment on Need help getting domain to resolve over LAN 1 year ago:
I don’t think OP made two A records here. He simply configured the reverse proxy to point to the VM and the A record to point to the reverse proxy. In my mind, if NGINX is terminating SSL then the only problem could be ports.