18 January 2026:


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.

Problem with IE8 and Safari on the localhost

MarSilMarSil Members
edited November -1 in Sahi - Open Source
Hi everyone,

I have little problem. I try to testing my web application on the secured(https) localhost but I have problem with IE8 and Safari. These browsers don't work. When I press "CTRL + double click" on the my web page nothing happens. It works fine on the another secured page on the internet. I tried solve this problem by different ways but nothing helped. I added the certificates(sahi.example.com and "my localhost certificate") to the "Trusted Root Certification Authorities" automatically, manually but with no result.

What I have done:
1. certificates "sahi.example.com" and "my localhost certicate" are added into "Trusted Root Certification Authorities"
2. the certificates have "green marks" on the page "https: /sahi.example.com/_s_/dyn/SSLManager"

These steps I tried all day in different ways.


The browsers FF4 and Chrome12 work without problems, I just installed and accepted the certificates and they normally work.


Have anyone idea where should be problem?


Thanks
Martin

Win XP SP3, sahi v.3.5

Comments

  • narayannarayan Administrators
    Hi MarSil,

    Please email support@sahi.co.in and one of us will set up an online meeting with you and get it working for you.

    Regards,
    Narayan
  • MarSilMarSil Members
    Thanks Narayan for your suggestion. I solved the problem yet.

    My solution:
    Problem was such that both of applications (sahi and my web page) worked on the localhost. So now I access to my web pages through the ip of my computer and sahi started work.

    steps to solution:
    1. change access on the pages - instead of http://localhost:8080/index.html accessing through the ip of tested PC http://123.123.123.123:8080/index.html
    2. if proxy is used - append ip of PC after the variable "ext.http.both.proxy.bypass_hosts" in the sahi.properties/userdata.properties
    3. accept needed certificates
Sign In or Register to comment.