Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Incorrect AVA Format

843811Jul 18 2003 — edited Apr 22 2006
Here'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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2006
Added on Jul 18 2003
2 comments
1,089 views