Direct Inward Dialing: +1 408 916 9393
While M365 configuration, I get an error " Untrusted certificate provider."
This error occurs when certificate based authentication is used in firewall, and the product's JRE does not trust the certificate. To rectify this condition, the certificates must be added to the JRE's trusted certificate store. Or another possible cause could be the expiration date of the certificate.
In order to create trust, we will need to add the certificate to the trust store.
Step 1: Navigate to <product_installation_directory>/jre/bin.
Step 2: Open command prompt as an administrator.
Step 3: Run the following command:
keytool.exe -import -trustcacerts -alias "certAlias" -file "certPath" -keystore ..\lib\security\cacerts
certAlias - A name of your choice.
certPath - Path of the certificate.
Step 4: You will be prompted for a password. The default password is changeit.
Step 5: Provide the password and hit Enter.
Step 6: Restart the product.
Select a language to translate the contents of this web page:
Fill this form, and we'll contact you rightaway.
Our technical support team will get in touch with you at the earliest."