Instead of -ignore-cert just implement an option --accept-cert <fingerprint> and check the fingerprint (make sure to print it when generating a self signed cert), this way it’s least overhead and most secure option and you no longer need to deprecate it.
Instead of
-ignore-cert
just implement an option--accept-cert <fingerprint>
and check the fingerprint (make sure to print it when generating a self signed cert), this way it’s least overhead and most secure option and you no longer need to deprecate it.