[Resin-interest] Re sin 3.0.25 and OpenSSL 0.9.8g

2008-04-29 Thread Ed.Hager
I am trying to install Resin 3.0.25 on a machine running Ubuntu 8.04 (the latest Ubuntu). It has OpenSSL 0.9.8g installed. Resin builds and runs but I cannot connect to the HTTPS port I have configured. I tried testing it with openssl: openssl s_client -connect localhost:8443 The SSL

Re: [Resin-interest] Re sin 3.0.25 and OpenSSL 0.9.8g

2008-04-29 Thread Rob Lockstone
Does SSL work without Resin Pro? Do you have Resin Pro? If you do have Pro, then my experience with Windows/Resin is that it's very particular about the version of OpenSSL that it will work with. You might need to contact Caucho directly and ask them which version of OpenSSL they built the

Re: [Resin-interest] Re sin 3.0.25 and OpenSSL 0.9.8g

2008-04-29 Thread Ed.Hager
I am using Resin Pro. This all worked fine under Ubuntu 7.10 with OpenSSL 0.9.8e. I just tried compiling 0.9.8e under Ubuntu 8.04 and the Java VM crashes when Resin tries to enable my HTTPS port. I haven't looked at it in detail to see what is behind that. One odd thing... When my copy of

Re: [Resin-interest] Re sin 3.0.25 and OpenSSL 0.9.8g

2008-04-29 Thread Ed.Hager
I have narrowed down the problem. If I add the certificate-chain-file option to my openssl element in my Resin config, I have problems: $ openssl s_client -connect localhost:443 CONNECTED(0003) 21083:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake