Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-24 Thread Jiří Navrátil
I got today instead of one question two questions on my OpenBSD box. Not sure, what was is the difference from last time. Now I don't need anymore to accept new certificate again. old question: Accept certificate [a=always/y/N]? a new questions: Accept certificate for host

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-24 Thread Dmitry Chestnykh
On Mon, 24 Oct 2011 19:39:56 +0200 Jiří Navrátil j...@navratil.cz wrote: I got today instead of one question two questions on my OpenBSD box. Not sure, what was is the difference from last time. Now I don't need anymore to accept new certificate again. old question: Accept certificate

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-06 Thread Richard Hipp
2011/10/6 Jiri Navratil j...@navratil.cz I'm back to port 443. I have to accept Unknown SSL certificate. Sync is working. Is Fingerprint all right? Accept always not save me before the same questions. I have to find, how to avoid this WARNING: Certificate doesn't match the saved certificate

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-06 Thread Dmitry Chestnykh
Do we need to do something to the Fossil SSL implementation so that it can accept a UCC? I don't think so. On my Ubuntu VM Fossil doesn't complain about certificate, just clones without any questions. It should be the same on Mac OS X 10.4-10.6. (On 10.7 OpenSSL no longer have root

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-05 Thread Jiří Navrátil
Thank you very much. Based on your input, I used fossil remote-url to switch from port 443 to 80. Now I can sync. I will go back to port 443, when signed certificate will be available. I will report then result then. Thank you, Jiri -- Jiri Navratil 4. 10. 2011 v 20:24, Konstantin

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-05 Thread Richard Hipp
2011/10/5 Jiří Navrátil j...@navratil.cz Thank you very much. Based on your input, I used fossil remote-url to switch from port 443 to 80. Now I can sync. I will go back to port 443, when signed certificate will be available. I will report then result then. Please try it now and let me

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-05 Thread Jiri Navratil
I'm back to port 443. I have to accept Unknown SSL certificate. Sync is working. Is Fingerprint all right? Accept always not save me before the same questions. I have to find, how to avoid this WARNING: Certificate doesn't match the saved certificate for this host! probably. Thank you, Jiri

[fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-04 Thread Jiří Navrátil
Hi, I was going to sync fossil source after long time and I'm getting fossil sync Server:https://myn...@www.fossil-scm.org/fossil Bytes Cards Artifacts Deltas Sent:3086 65 0 0 /home/navratil/src/fossil/fossil: SSL: cannot

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-04 Thread Konstantin Khomoutov
On Tue, 4 Oct 2011 17:42:41 +0200 Jiří Navrátil j...@navratil.cz wrote: I was going to sync fossil source after long time and I'm getting fossil sync Server:https://myn...@www.fossil-scm.org/fossil Bytes Cards Artifacts Deltas Sent:3086 65

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-04 Thread Lluís Batlle i Rossell
On Tue, Oct 04, 2011 at 08:40:20PM +0400, Konstantin Khomoutov wrote: $ openssl s_client -host www.fossil-scm.org -port 443 CONNECTED(0003) write:errno=104 $ grep -w 104 /usr/include/asm-generic/errno.h #define ECONNRESET 104 /* Connection reset by peer */ It works for me here.

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-04 Thread Konstantin Khomoutov
On Tue, 4 Oct 2011 18:50:18 +0200 Lluís Batlle i Rossell virik...@gmail.com wrote: $ openssl s_client -host www.fossil-scm.org -port 443 CONNECTED(0003) write:errno=104 $ grep -w 104 /usr/include/asm-generic/errno.h #define ECONNRESET 104 /* Connection reset by peer */

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-04 Thread Konstantin Khomoutov
On Tue, 4 Oct 2011 18:50:18 +0200 Lluís Batlle i Rossell virik...@gmail.com wrote: $ openssl s_client -host www.fossil-scm.org -port 443 CONNECTED(0003) write:errno=104 $ grep -w 104 /usr/include/asm-generic/errno.h #define ECONNRESET 104 /* Connection reset by peer */

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-04 Thread Richard Hipp
On Tue, Oct 4, 2011 at 1:23 PM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Tue, 4 Oct 2011 18:50:18 +0200 Lluís Batlle i Rossell virik...@gmail.com wrote: $ openssl s_client -host www.fossil-scm.org -port 443 CONNECTED(0003) write:errno=104 $ grep -w 104

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-04 Thread Jiří Navrátil
Hello Konstantin, Thank you very much for quick responses. I'm getting this output: openssl s_client -host www.fossil-scm.org -port 443 CONNECTED(0004) write:errno=54 not sure, which header file is applicable for me on OpenBSD /usr/include/errno.h /usr/include/sys/errno.h