It is a fresh unmodified debian/apache install -----Original Message----- From: Dmitry Katsubo [mailto:[email protected]] Sent: mardi 31 mai 2016 22:54 To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] Backup PC on SSL
On 2016-05-31 11:06, FLORENT Philippe wrote: > > It's the defaut config file after install, the problem is that it's a > config, not a virtual host And I have no ide how to set that up > > Ssl seems to work > > CONNECTED(00000003) > 140357952337552:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown > protocol:s23_clnt.c:795: This error message means that your server is not talking SSL over the port you used to connect. For comparison try the following: openssl s_client -connect google.com:80 -- this will result the same error you provided in your email. openssl s_client -connect google.com:443 -- this will result completely different picture; your server should return something similar. Try adding -debug option (openssl s_client -debug -connect ...) -- if you see something like this: read from 0x839e558 [0x83a47f0] (7 bytes => 7 (0x7)) 0000 - 48 54 54 50 2f 31 2e HTTP/1. then you server is talking plain HTTP. Try to start from the beginning: check that ssl module is loaded (apache2ctl -M) and enabled, grep for 443 (should find "Listen 443"), check logs, etc. Anyway this is not BackupPC problem. > --- > no peer certificate available > --- > No client certificate CA names sent > --- > SSL handshake has read 7 bytes and written 289 bytes > --- > New, (NONE), Cipher is (NONE) > Secure Renegotiation IS NOT supported > Compression: NONE > Expansion: NONE -- With best regards, Dmitry ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
