[Celerity-users] celerity war file https - page not loaded

Jari Bakken jari.bakken at gmail.com
Thu Dec 17 15:09:22 EST 2009


On Thu, Dec 17, 2009 at 7:49 PM, jason franklin-stokes
<jasoninclass at googlemail.com> wrote:
>
> org.jruby.rack.RackInitializationException: java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
>        from javax/net/ssl/SSLSocketFactory.java:212:in `createSocket'
>        from org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.java:82:in `createSocket'
>        from org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.java:127:in `createSocket'
>        from org/apache/commons/httpclient/HttpConnection.java:707:in `open'
>        from org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java:1361:in `open'
>        from org/apache/commons/httpclient/HttpMethodDirector.java:387:in `executeWithRetry'
>        from org/apache/commons/httpclient/HttpMethodDirector.java:171:in `executeMethod'
>        from org/apache/commons/httpclient/HttpClient.java:397:in `executeMethod'
>
> I have the jruby-openssl gem which is being required correctly.
>
> Has anyone got any great ideas on how I could resolve this.
>

You could try turning off secure ssl:

  Celerity::Browser.new(:secure_ssl => false)

Otherwise I think this is one for the HtmlUnit list.


More information about the Celerity-users mailing list