I'm facing certificate error while login with PF template. I have added the PF domain in my trusted sites list and reduced the security level to low but still have seen certificate error. from Fiddler, can get
"The remote server (192.0.0.1) presented a certificate that did not validate, due to RemoteCertificateNameMismatch, RemoteCertificateChainErrors".
Creating new certificate in ping federate same name with PF domain.
also seen from PF response like below. Expires:Thu, 01 Jan 1970 00:00:00 GMT max-age:Thu, 01 Jan 1970 00:00:00 GMT
I dont have any idea how to change this response headers.
Any idea about how to resolve both fiddler error and pf response header.
Do we really need to correct the both?
Thanks in advance.....
This commonly means that the server name you are requesting in your browser request does not match the Subject of the SSL Certificate that is being used by PingFederate for the Runtime or Admin console. This happens most frequently when you request your PingFederate server by IP Address and not the FQDN.