18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
https site on IE8
Hi -
Our application is hosted on https and we are using SAHI on Windows 7 with IE8. Recording works fine but when we try to playback the ssl certs creates a major issue. I installed the self signed cert from the proxy in the CA trusted key store but IE8 always throws the security warning in the information bar. Is there a solution that SAHI can provide to help us get over this problem.
This is also preventing us from running scripts in suite using the testrunner.bat
The script works like a charm on IE7 with no certificate issue but we need to certify our product on IE8.
Our application is hosted on https and we are using SAHI on Windows 7 with IE8. Recording works fine but when we try to playback the ssl certs creates a major issue. I installed the self signed cert from the proxy in the CA trusted key store but IE8 always throws the security warning in the information bar. Is there a solution that SAHI can provide to help us get over this problem.
This is also preventing us from running scripts in suite using the testrunner.bat
The script works like a charm on IE7 with no certificate issue but we need to certify our product on IE8.
This discussion has been closed.
Comments
Can you post the contents of <browsertype> contents of IE8.
Regards
Sumitra
<name>ie</name>
<displayName>IE 8</displayName>
<icon>ie.png</icon>
<path>$ProgramFiles (x86)\Internet Explorer\iexplore.exe</path>
<options>-noframemerging</options>
<processName>iexplore.exe</processName>
<useSystemProxy>true</useSystemProxy>
<capacity>5</capacity>
</browserType>
This issue is resolved and our script works like a charm on IE8. Steps taken -
1. The application had images loaded from more than one https images site and this was href`ed in the pages
2. The SSLmanager was not able to list out all the sites that needed the certificates to be installed
3. I went through the html source figured out all the https sites and installed the certificates manually.
However now i have another problem with the _navigateTo () function for which i will post a separate question.
Please close this post.
Thanks
Vinod Haridas