On Linux Client
On some linux installations due to Java OpenSDK (based on IcedTea), the certificate store will be different. If there is no trusted.certs file under ~/.java/deployment/security and if there are ~/.icedtea/security/trusted.* files, then run the following commands.
On some linux installations due to Java OpenSDK (based on IcedTea), the certificate store will be different. If there is no trusted.certs file under ~/.java/deployment/security and if there are ~/.icedtea/security/trusted.* files, then run the following commands.
- mkdir –p ~/.java/deployment/security
- cp ~/.icedtea/security/trusted.* ~/.java/deployment/security
- Launch virtual console now
Comments
Post a Comment