On Tue, 4 Oct 2011 17:42:41 +0200
Jiří Navrátil <[email protected]> wrote:

> I was going to sync fossil source after long time and I'm getting
> 
> fossil sync
> Server:    https://[email protected]/fossil
>                 Bytes      Cards  Artifacts     Deltas
> Sent:            3086         65          0          0
> /home/navratil/src/fossil/fossil: SSL: cannot connect to host
> www.fossil-scm.org:443 () Total network traffic: 0 bytes sent, 0
> bytes received
> 
> telnet www.fossil-scm.org 443
> Trying 67.18.92.124...
> Connected to www.fossil-scm.org.
> Escape character is '^]'.
> 
> It worked for me well for long time. I something I have to change?

FWIW,

$ openssl s_client -host www.fossil-scm.org -port 443
CONNECTED(00000003)
write:errno=104
$ grep -w 104 /usr/include/asm-generic/errno.h
#define ECONNRESET      104     /* Connection reset by peer */
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to