I am trying to access a https site using httpunit. I read the FAQ and did the necessary steps (copying libs, modifying java.security) and when I run my service I get an error:
java.lang.IllegalArgumentException: DER Value conversion
at sun.security.x509.AVA.toString(AVA.java:341)
Anyone have any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to access a https site using httpunit. I read the FAQ and did the necessary steps (copying libs, modifying java.security) and when I run my service I get an error:
java.lang.IllegalArgumentException: DER Value conversion
at sun.security.x509.AVA.toString(AVA.java:341)
Anyone have any ideas?