Re: I'm having trouble getting an ssl client programmed in java

2008-06-18 Thread AverageGuy
Julius Davies-2 wrote: > > Your code is fine. Don't use /usr/bin/java (the gnu jvm)! Install a > JVM from Sun or IBM or BEA or Blackdown, or Kaffe, at the very least, > and use that instead. > > After installing a vendor's JVM, make sure you use the "java" > executable they provide. For exa

I'm having trouble getting an ssl client programmed in java

2008-06-18 Thread AverageGuy
I am attempting to connect to an ssl server that isn't a web site. I have C++ client code that works and would like to get a java client working. My initial attempt fails with a Exception in thread "main" gnu.javax.net.ssl.provider.AlertException: ILLEGAL_PARAMETER: remotely generated; FATAL