rfpludwick / unifi-phantom-clients-cleanup

Application to clean up phantom clients in the UniFi Controller
Apache License 2.0
3 stars 3 forks source link

Add --no-check-cert flag. #2

Closed bmah888 closed 2 years ago

bmah888 commented 2 years ago

When passed, don't try to verify the TLS certificate of the UniFi controller.

This can be helpful in situations where (more often than not) the UniFi controller has a certificate that doesn't correspond to the hostname by which it's accessed, or where its problematic for this golang program to verify the certificate.