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.

problems with ssl/https in linux

dacedosdacedos Members
edited November -1 in Sahi - Open Source
When I try to go in a https site I get the next error:

Error stablishing an encrypted connection to sso.uc3m.es Error code -12189

When I use Iceweasel/2.0.0.3 in linux

Iceape and sso.uc3m.es cannot communicate securely because they have no common encryption algorithms.

When I use Iceape

and next message in shell

>>>> Sahi started. Listening on port:9999
>>>> Configure your browser to use this server and port as its proxy
>>>> Browse any page and CTRL-ALT-DblClick on the page to bring up the Sahi Controller
java.security.NoSuchAlgorithmException: SunX509
at javax.net.ssl.KeyManagerFactory.getInstance(libgcj.so.70)
at net.sf.sahi.ssl.SSLHelper.createSocketFactory(SSLHelper.java:67)
at net.sf.sahi.ssl.SSLHelper.getSSLClientSocketFactory(SSLHelper.java:52)
at net.sf.sahi.ssl.SSLHelper.convertToSecureSocket(SSLHelper.java:166)
at net.sf.sahi.ssl.SSLHelper.convertToSecureServerSocket(SSLHelper.java:175)
at net.sf.sahi.ProxyProcessor.processConnect(ProxyProcessor.java:131)
at net.sf.sahi.ProxyProcessor.processAsProxy(ProxyProcessor.java:105)
at net.sf.sahi.ProxyProcessor.run(ProxyProcessor.java:76)
at java.lang.Thread.run(libgcj.so.70)

the file sso.uc3m.es is in certs folder

any idea?

Comments

  • narayannarayan Administrators
    Would it be possible for you to use Sun's JDK instead of gcj? I am guessing that could be the problem.
  • thank you!

    I've installed the latest release from Sun website

    I think I also had a problem because I use ~ to specify the keytool path and that didn't work properly.
Sign In or Register to comment.