Hi,
I have an SAP PI System and trying to configure the communiction between the Internet Browser and SAP J2EE Engine with SSL protocol
I have sucessfully implemented the server authentication and its fine
For the client authentication i have followed the follwing steps:
1. Created a certificate and imported the signed certificate in Trusted CA with common name as the name of a System user in the SAP System
2. Visual Admin SSL Provider i have request for client authentication and selected the above signed certificate
3. Security Provider selected the System user and then mapped the certificate to the system user
4. Added the modules ClientCertLoginModule as REQUIRED and then the BasicPasswordLoginModule as REQUIRED
5. Exported the private key and imported the private key into my browser
After this when i access the URL https://<hostname>:<httpsport>/ i get nothing opening
it says Internet explorer cannot open page.
Can anyone guide me as to where am i going wrong
Rgds
Aditya