cancel
Showing results for 
Search instead for 
Did you mean: 

Webdav and Reverse Proxy with Apache

sthurrott
Champ in-the-making
Champ in-the-making
We cannot get Webdav to work with https and reverse proxy in Apache.  Everything worked fine until we switched over to https.  Does anyone know the steps we need to take to get this to work?

Thanks
2 REPLIES 2

sthurrott
Champ in-the-making
Champ in-the-making
We still haven't had any luck figuring out the reverse proxy so we decided to use Tomcat SSL.  We now get errors about the keystore…the keystore is fine for OpenLDAP.  Can someone explain what we need to do to get https working for Share using Tomcat?

Thanks

sthurrott
Champ in-the-making
Champ in-the-making
Here is the error we get using Tomcat and SSL:

WARNING: Reinitializing ServerSocket

Nov 17, 2008 3:02:37 PM org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket

SEVERE: Endpoint [SSL: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8443]] ignored exception: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

        at org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:114)

        at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:408)

        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:71)

        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)

        at java.lang.Thread.run(Thread.java:619)