Hi Vinay,
usually there are 2 Security providers predefined:
- One of JKS Stores
- One for PKCS12 Stores
You can either select them by store type or by provider type.
On systems running an Oracle Version of the JRE, these are mapped as follows:
- JKS SUN
- PKCS12 SunJSSE (used with P12 type Stores)
You should try to select them accordingly, i.e. by store type.
Then the provider type should change to the correct IBM provider type, which should be compatible with the corresponding Oracle/SUN-provider.
No need to import a Sun provider type (might not be working anyway when hitting OS-based ressources due to OS-mismatch).
Can you check this and report the results?
Regards,
Holger