Hi,
I'm trying tried to enable https with a self hosted seafile installation, as explained in the wiki. Everything works fine for seahub via Apache, but I can't get https to work with seafile httpserver (which runs on port 8082).
I tried several times, with different browsers, with my Apache certificate, with a generated self-signed certificate, but I can't make it to work. If I try to connect directly to the server with Chrome, I get an Error 113 (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH). If I try via command line, I get :
$ openssl s_client -connect server:8082
CONNECTED(00000003)
140612961511080:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:741:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 320 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---
Did anyone already faced this problem ?
Thanks in advance,
Julien