- get an SSL cert that is verified by an authority that the Compaq JVM will accept.
- import the SSL cert into the JVMs trusted keystore. Check JVM docs for more details.
- use a custom SSL socket factory <http://jakarta.apache.org/commons/httpclient/sslguide.html>.
Enjoy,
Mike
Greg Dunn wrote:
I'm using HttpClient to do credit card payment authorization. My app works running under various flavors of Windows but when deployed on a Unix system Compaq Tru64 (sp?) I'm getting an IOException on execution of the post:
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Could not find trusted certificate
Any ideas?
Greg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
