Friday 4 September 2015

How to Configure SSL Certificate in LoadRunner?

Configuring SSL Certificate in LoadRunner:

Right click at Action panel & choose “Add files to script” option & select SSL certificate and add it in script. Then use web_set_certificate_ex function to set the certificate.
Example:
web_set_certificate_ex(
"CertFilePath=certificate.pem",
"CertFormat=PEM",
"KeyFilePath=certificate.pem",
"KeyFormat=PEM",
"Password=Password",
LAST );



No comments:

Post a Comment