Hi everybody.
I am using ZnClient to load files from web. When the url is an https url I get a ConnectionTimedOut : Data receive timed out. Can you help me please. Thanks. |
That should normally work.
Can you share the URL that is not working ? > On 18 Nov 2016, at 16:07, Asbath Sama biyalou via Pharo-users <[hidden email]> wrote: > > > From: Asbath Sama biyalou <[hidden email]> > Subject: ZnClient with https > Date: 18 November 2016 at 16:07:41 GMT+1 > To: [hidden email] > > > Hi everybody. > I am using ZnClient to load files from web. When the url is > an https url I get a ConnectionTimedOut : Data receive timed out. > Can you help me please. > Thanks. > > > |
Yes this one
https://upload.wikimedia.org/wikipedia/fr/thumb/8/8d/CAF-logo-2009.png/150px-CAF-logo-2009.png On 18/11/2016 16:09, Sven Van Caekenberghe wrote: > That should normally work. > Can you share the URL that is not working ? > >> On 18 Nov 2016, at 16:07, Asbath Sama biyalou via Pharo-users <[hidden email]> wrote: >> >> >> From: Asbath Sama biyalou <[hidden email]> >> Subject: ZnClient with https >> Date: 18 November 2016 at 16:07:41 GMT+1 >> To: [hidden email] >> >> >> Hi everybody. >> I am using ZnClient to load files from web. When the url is >> an https url I get a ConnectionTimedOut : Data receive timed out. >> Can you help me please. >> Thanks. >> >> >> |
In reply to this post by Sven Van Caekenberghe-2
It works for me (macOS), but it seems that we are getting more of these failures.
This is actually a Zodiac and SSL Plugin problem. It seems the certificate from that site is based on Elliptic Curve crypto that might not be supported by the plugin. I am afraid I cannot help you much further. Hopefully someone else has more experience hacking the plugin. Sven > On 18 Nov 2016, at 17:00, Asbath Sama biyalou <[hidden email]> wrote: > > Yes this one > > https://upload.wikimedia.org/wikipedia/fr/thumb/8/8d/CAF-logo-2009.png/150px-CAF-logo-2009.png > > > > On 18/11/2016 16:09, Sven Van Caekenberghe wrote: >> That should normally work. >> Can you share the URL that is not working ? >> >>> On 18 Nov 2016, at 16:07, Asbath Sama biyalou via Pharo-users <[hidden email]> wrote: >>> >>> >>> From: Asbath Sama biyalou <[hidden email]> >>> Subject: ZnClient with https >>> Date: 18 November 2016 at 16:07:41 GMT+1 >>> To: [hidden email] >>> >>> >>> Hi everybody. >>> I am using ZnClient to load files from web. When the url is >>> an https url I get a ConnectionTimedOut : Data receive timed out. >>> Can you help me please. >>> Thanks. >>> >>> >>> > |
I am on Windows. that is true , some of https urls work.
I will try to control url and do the work with http urls. Thanks Asbath On 18/11/2016 17:05, Sven Van Caekenberghe wrote: > It works for me (macOS), but it seems that we are getting more of these failures. > > This is actually a Zodiac and SSL Plugin problem. > > It seems the certificate from that site is based on Elliptic Curve crypto that might not be supported by the plugin. > > I am afraid I cannot help you much further. Hopefully someone else has more experience hacking the plugin. > > Sven > >> On 18 Nov 2016, at 17:00, Asbath Sama biyalou <[hidden email]> wrote: >> >> Yes this one >> >> https://upload.wikimedia.org/wikipedia/fr/thumb/8/8d/CAF-logo-2009.png/150px-CAF-logo-2009.png >> >> >> >> On 18/11/2016 16:09, Sven Van Caekenberghe wrote: >>> That should normally work. >>> Can you share the URL that is not working ? >>> >>>> On 18 Nov 2016, at 16:07, Asbath Sama biyalou via Pharo-users <[hidden email]> wrote: >>>> >>>> >>>> From: Asbath Sama biyalou <[hidden email]> >>>> Subject: ZnClient with https >>>> Date: 18 November 2016 at 16:07:41 GMT+1 >>>> To: [hidden email] >>>> >>>> >>>> Hi everybody. >>>> I am using ZnClient to load files from web. When the url is >>>> an https url I get a ConnectionTimedOut : Data receive timed out. >>>> Can you help me please. >>>> Thanks. >>>> >>>> >>>> |
Free forum by Nabble | Edit this page |