posted 20 years ago
Hi,
I want to initiate SSL connections in websphere. Furthermore, i want to select a key(and trust)store per connection. This isnt's possible with the SUN JSSE implementation, but it should be possible using IBM JSSE. Has anyone accomplished this? I have realised a SSL connection by setting the 'javax.net.ssl' properties, but this is a system-wide (JVM-wide) setting which will configure and hold the certstores during the JVM session and thus all SSL connections.
Grtz,
nD