lr11录制https站点遇到的问题

问题描述:

IE9报不信任的站点,原因是loadrunner代理只接受512位的证书,所以浏览器会报错

解决方法:

在控制台执行
certutil -setreg chain\minRSAPubKeyBitLength 512
降低最小证书长度。

参考:

http://eyeontesting.com/questions/2758/loadrunner-vugen-cannot-record-secure-web-sites-ht.html

你可能感兴趣的:(lr11录制https站点遇到的问题)