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.

New version of SAHI proxy settings - problem?

JohanPJohanP Members
edited January 2014 in Sahi - Open Source
Hi,

I just downloaded and installed a new version of Sahi open source earlier this week, and it had a problem accessing HTTPS sites. I tried some different suggestions I found on the forums & help pages, eventually took a look at the userdata.properties and found something strange:

# Use external proxy server for http
ext.http.proxy.enable=true
ext.http.proxy.host=
ext.http.proxy.port=
ext.http.proxy.auth.enable=false
ext.http.proxy.auth.name=kamlesh
ext.http.proxy.auth.password=password

# Use external proxy server for https
ext.https.proxy.enable=true
ext.https.proxy.host=
ext.https.proxy.port=
ext.https.proxy.auth.enable=false
ext.https.proxy.auth.name=kamlesh
ext.https.proxy.auth.password=password


Once I set the two "enable" properties to "false" and restarted Sahi... it worked! It still complains about certificates, but it does work now, whereas before, it would refuse to start the controller once an HTTPS site was loaded.

Is this a problem in the release? Or something specific to my environment?

Regards
Sign In or Register to comment.