Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
Is anyone else having trouble syncing with Chiselapp lately? None of my Chiselapp local repos can sync, whereas my non-Chiselapp (lua.sqlite.org) repo is syncing fine. [Note that I did `fossil configuration push all` on only one of my local repos, so this isn't the cause of my problem, as I

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Goyo
I can sync with chiselapp using http. My fossil is built without ssl so I can't try https. 2015-08-31 18:08 GMT+02:00 Doug Currie : > Is anyone else having trouble syncing with Chiselapp lately? None of my > Chiselapp local repos can sync, whereas my non-Chiselapp

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
Thanks, Goyo. My problem seems to be SSL >> SSL: cannot connect to host chiselapp.com:443 () e On Mon, Aug 31, 2015 at 12:17 PM, Goyo wrote: > I can sync with chiselapp using http. My fossil is built without ssl > so I can't try https. > > 2015-08-31 18:08 GMT+02:00 Doug

Re: [fossil-users] cannot connect to host

2015-08-31 Thread jungle Boogie
Hi Doug, On 31 August 2015 at 09:08, Doug Currie wrote: > Is anyone else having trouble syncing with Chiselapp lately? None of my > Chiselapp local repos can sync, whereas my non-Chiselapp (lua.sqlite.org) > repo is syncing fine. [Note that I did `fossil configuration push

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 12:58 PM, jungle Boogie wrote: > I can clone, over TLS, one of the many public repos, but I don't have > access to any of them to sync. > > So, I just tried cloning using https to no avail: test e$ fossil clone

Re: [fossil-users] cannot connect to host

2015-08-31 Thread jungle Boogie
On 31 August 2015 at 10:51, Doug Currie wrote: > test e$ fossil clone https://chiselapp.com/user/e/repository/ldecNumber > ldecNumber.fossil > SSL: cannot connect to host chiselapp.com:443 () > Clone done, sent: 0 received: 0 ip: > server returned an error - clone aborted

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 2:21 PM, jungle Boogie wrote: > On 31 August 2015 at 10:51, Doug Currie wrote: > > test e$ fossil clone https://chiselapp.com/user/e/repository/ldecNumber > > ldecNumber.fossil > > SSL: cannot connect to host

Re: [fossil-users] cannot connect to host

2015-08-31 Thread jungle Boogie
Hi Doug, On 31 August 2015 at 12:18, Doug Currie wrote: > > > On Mon, Aug 31, 2015 at 2:21 PM, jungle Boogie > wrote: >> >> On 31 August 2015 at 10:51, Doug Currie wrote: >> > test e$ fossil clone

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 3:32 PM, jungle Boogie wrote: > % fossil version -v > This is fossil version 1.33 [7febc31883] 2015-08-29 15:24:16 UTC > Compiled on Aug 29 2015 16:15:07 using gcc-4.2.1 Compatible FreeBSD > Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032) (64-bit)

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Warren Young
On Aug 31, 2015, at 1:58 PM, Doug Currie wrote: > > SSL (LibreSSL 2.2.2) > ... > Seems to work fine for me! [snip] > I'm still stuck: > ... > SSL (OpenSSL 0.9.8zg 14 July 2015) Is the difference in the SSL libraries? Although you’re using the latest OpenSSL 0.9.8, that

Re: [fossil-users] cannot connect to host

2015-08-31 Thread jungle Boogie
On 31 August 2015 at 13:32, Warren Young wrote: > On Aug 31, 2015, at 1:58 PM, Doug Currie wrote: >> >> SSL (LibreSSL 2.2.2) >> ... >> Seems to work fine for me! > > [snip] > >> I'm still stuck: >> ... >> SSL (OpenSSL 0.9.8zg 14 July 2015) > > Is the

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Warren Young
On Aug 31, 2015, at 2:36 PM, jungle Boogie wrote: > > SSL (OpenSSL 1.0.1p-freebsd 9 Jul 2015) OpenSSL 1.0.1 is still considerably advanced beyond 0.9.8. According to this analysis, they broke over a quarter of the ABIs when moving from 0.9.8 to 1.0.0, and another 5%

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Warren Young
On Aug 31, 2015, at 2:56 PM, Warren Young wrote: > > On Aug 31, 2015, at 2:36 PM, jungle Boogie wrote: >> >> SSL (OpenSSL 1.0.1p-freebsd 9 Jul 2015) > > OpenSSL 1.0.1 is still considerably advanced beyond 0.9.8. > > According to this analysis, they

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 5:07 PM, Warren Young wrote: > My guess: The SSL implementation running on ChiselApp has been tightened > down, to make it refuse old broken SSL features that used to work in the > past, as a result of all the security problems found in OpenSSL over the

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Warren Young
On Aug 31, 2015, at 3:27 PM, Doug Currie wrote: > > On Mon, Aug 31, 2015 at 5:07 PM, Warren Young wrote: > My guess: The SSL implementation running on ChiselApp has been tightened > down, to make it refuse old broken SSL features that used to work in

[fossil-users] cannot connect to host

2015-08-28 Thread Doug Currie
This cannot connect to host question has come up before, but earlier threads on this subject seem to lead to server credentials/certificate re-configuration or mis-configuration, and in this case I'm using chiselapp... Sync to chiselapp was working for me three days ago. The last sync that worked