This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am trying to connect to a server that requires 2 way authentication. The keystore has a private key and intermediate certificate that the server issued.
I point to the keystore using the parameter -Djavax.net.ssl.keyStore.
My request is resulting in an error response when I try to connect using Sun JDK1.4.2, 1.5, IBM JDK 1.5. of HTTP Error 403.7 Forbidden: SSL client certificate is required. from the server.
did you supply the keystore and/or entry password(s)?
Nice to meet you.
Cindy Jones
Ranch Hand
Joined: Oct 08, 2002
Posts: 66
posted
0
Yes I did. The client certificate is just not being presented by the JDK. I tried to run the same code with the same keystore and certificate with IBM JDK1.4.2 and that works.