Incorrect AVA Format
843811Jul 18 2003 — edited Apr 22 2006Here's my situation :
I have a webserver with SSL enabled and a real Verisign
certificate installed.
I have a Java application that communicates with the webserver
via https.
My keystore contains the Verisign CA Root Cert and the Verisign
Intermediate Cert.
When I execute my Java application using JVM 1.4, I manage
to get through to the webserver.
However when I execute my Java application using JVM 1.3, I
get the following exception :
java.io.IOException: Incorrect AVA format
at com.sun.net.ssl.internal.ssl.AVA.<init>(DashoA6275)
at com.sun.net.ssl.internal.ssl.RDN.<init>(DashoA6275)
at com.sun.net.ssl.internal.ssl.X500Name.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.X500Name.<init>(DashoA6275)
at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a(DashoA6275)
at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a(DashoA6275)
at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a(DashoA6275)
at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect(DashoA6275)
at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getOutputStream(DashoA6275)
Can anyone assist? This has been bugging for eons.
Thanks!