To check a client certificate that is used in port mapping, Go to the LoadRunner bin folder in command prompt and use this command:
openssl s_client -connect <server>:<port> -cert <path to .pem file>
openssl s_client -connect 10.23.34.87:443 -cert C:\Temp\test.pem
Advertisements