We coded a java applet and signed it through a Certificate Authority, Entrust. When the applet is deployed through any browser, we can see in java console logs that a request is made to the CA:
network: Connecting http://ocsp.entrust.net/ with proxy=DIRECT
security: OCSP Response: GOOD
However, our client has some computers in an intranet without internet connection.
So, is there a way to avoid any internet request to CA server?