I have alfresco community 4.2 deployed on tomcat 7. I am using my company Entrust certificate configured in server.xml
Connector port=8443 protocol=org.apache.coyote.http11.Http11Protocol maxThreads=150 SSLEnabled=true scheme=https secure=true clientAuth=false sslProtocol=TLS keystoreFile=Path_To_Keystore_File keystorePass=password_OF_KeyStore
The problem I am facing is when I am trying to open a alfresco word document via webdev through my IE9 browser. A pop-up window is appearing saying:
Revocation information for the security certificate for this site is not available. Do you want to proceed?
I have read enough about it, is there any configuration on server level so that this pop-up can be avoided by disabling CRL check. My SSL is one way SSL. I am kind of stuck in this issue. Any help will be highly appreciated.
Thanks,
Nitin