itflow-org / itflow

Free and open-source web application for MSPs. Unifies IT documentation, ticketing, invoicing.
https://itflow.org
GNU General Public License v3.0
535 stars 139 forks source link

Feature Request: Allow pulling certificates from non-standard ports #924

Closed wrongecho closed 3 months ago

wrongecho commented 5 months ago

Currently, we pull SSL/TLS certificates but force port 443. We should add support for custom ports so that certificates from all servers & applications can be added/monitored.

Code:- https://github.com/itflow-org/itflow/blob/7702d8c5bff26fbdd0d9704418f8fa605db38767/functions.php#L445 $socket = "ssl://$name:443";

--

https://forum.itflow.org/d/594-certificate-checks