-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Hey.
First of all,... reaaaally nice project, thanks a lot for your efforts :-)
Second, from https://fritzconnection.readthedocs.io/en/1.14.0/sources/getting_started.html#tls-encryption:
Since the router uses a self-signed certificate, currently certificate-verification is disabled.
-
Would it be possible to add support for proper verification, i.e., if enabled, using the system certificate store per default, but also allowing to specify a CA-cert file/path manually?
Yes, most people will use it via WiFi, but WPA (including WPA3) isn't really the most secure thing in the world.
And yes, certs are per default self-signed, but one can upload proper ones (like from a self signed CA) or one could simply directly use that self signed cert and store that somehow locally and use it for verification. -
And also to export that via the CLI tool?
Like via adding a--tls-verifyoption (or better, a--no-tls-verify-option and let it have the verification done per default)?
And by some--tls-ca-pathnameoption or so (which if not given, defaults to system certs)? -
Perhaps consider whether TLS should be default and people have to explicitly disable it and/or use some no_verify option to use TLS but don't check the cert? Again, simply for security reasons.
Thanks,
Chris.