tobychui / zoraxy

A general purpose HTTP reverse proxy and forwarding tool. Now written in Go!
https://zoraxy.aroz.org
GNU Affero General Public License v3.0
3.11k stars 188 forks source link

[BUG] SSL IP:PORT never reported as Up in uptime #7

Closed danmed closed 1 year ago

danmed commented 1 year ago

Describe the bug Uptime false down when internal URL is SSL with no certificate

To Reproduce Steps to reproduce the behavior:

Create a subdomain to an internal service that is being served over SSL but does not have a certificate applied.

https://192.168.1.4.443 for example

Have a valid SSL certificate uploaded to Zoraxy

Uptime will never report that service as up.

Expected behavior Service should report as up.

tobychui commented 1 year ago

I am not sure what you meant. You will need a SSL certificate to enable https by HTTP protocol design. I guess you mean you are using a self-signed certificate and the uptime monitor show it as offline?

If that is the case, the up-time monitor treats invalid configured SSL certificate as offline by design.

tobychui commented 1 year ago

Hi @danmed, can you confirm if this bug has been fixed in the latest 2.6.4 builds?

tobychui commented 1 year ago

Closing this as the original author of this issue is not responding and I cannot reproduce it in local environment