@karimhaydar31 said in connection is not private when using Chrome:
X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN
The certificate is valid, but not co-signed by one of the major players, like Verisign etc. see here for a list.
The thing is, your browser only accepts (and stays silent) certificates if they were co or toot signed by one of the authorities that are on 'the list' (in your device).
You could actually empty this list, and your browser would not even trust https://www.micirostf.com any more.
So, the easiest thing to do, is : export the certificate that is being used by the Webconfigurator, and import it into you browser / OS.
Now, your browser / OS it trust it, and no more errors. That's all it takes !
You could also get your hands on a certificate that is trusted out of the box.
A trusted certificate is free.
Example : if these are your general settings :
5f251b0a-5c89-4ab6-aec6-556829c21c72-image.png
and you actually own, or rent the some-domain.tld domain name, you could obtain certificate for *.some-domain.tld for free.
The pfSense package "acme" is all about that functionality.
Again : the certificate will be free, the domain name will cost some money.