Hi,
I am working on performance testing of one of the application, which requires two diffirent PKI certificates to acces. One certificate to login & another certifate to access one perticular page over there.
I tried below options:
1.Used one certificate at the time of login & 2nd certificate before the page view. here I am able to login but got bad certificate error during page view.
2.Used one certificate at the time of login & 2nd certificate before the page view. here killed the first certificate session before setting the 2nd certificate but again no sucess.
3. Then I checked the "WinInet Reply" option. It worked on LR but failed in the performance center.
4. Installed one of the certification on specific LG & try to use web_set_certificate("index") providing the index parameter 2nd certificate..but no luck.
Please let me know if anyone has faced this issue & had solution for tis issue.
Thanks in advance..