We had a similar problem when going to Java 1.4.1 . The solution was to eliminate the java.security.Security.addProvider() call altogether. I think this is because the JSSE stuff is now part of the standard JRE, and not an additional package.
Mark
At 09:58 AM 06/06/2003 +0200, you wrote:
Hi.
I'm trying to use the SOAP API over HTTPS connections with Java 1.4.1. I must implement a custom trust manager that trusts all certificates. I think this is where things go wrong.
I suspect that the SOAP API is maybe using some handling from version Java 1.3, but cannot pinpoint any of that in the api's source code.