Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-05 Thread Arno Garrels
ROQUES Guillaume wrote: >> What client is connecting >> when that error happens? > IE 7 to 9 or Firefox > But none ask to add certificate, both say that the site is > unreachablesounds weird I know T_T Have you tried newer OpenSSL libraries? http://wiki.overbyte.be/wiki/index.php/ICS_Downloa

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-05 Thread ROQUES Guillaume
What client is connecting when that error happens? IE 7 to 9 or Firefox But none ask to add certificate, both say that the site is unreachablesounds weird I know T_T Cordialement, Guillaume ROQUES Le 20:59, Arno Garrels a écrit : ROQUES Guillaume wrote: Do you

Re: [twsocket] THttpCli bug with no-content-length and no chunckedencoding

2011-10-05 Thread Angus Robertson - Magenta Systems Ltd
> Actually I tested with our Linksys routers admin page... So how to do you propose the fix you are requesting is tested? Do many people use ICS to access a router admin page without the correct password, I'm surprised it gave a 401 error and not just another login window. My two Linksys rout

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-05 Thread Arno Garrels
ROQUES Guillaume wrote: >> Do you ask for how to get a ICS TSslHttpServer working with a bought >> server certificate? > Yes, and if I need to convert p7b's certificate or not ? >> Open the MyCertificate.pem in a text editor that understands UNIX >> line breaks. Does MyCertificate.pem include multi

Re: [twsocket] THttpCli bug with no-content-length and nochunckedencoding

2011-10-05 Thread Arno Garrels
Fastream Technologies wrote: > To elaborate: You need a page with no content-length and no chunked > encoding that returns 401 to see it. THttpCli.GetHeaderLineNext; [..] { FContentLength = -1 when server doesn't send a value } if ((FContentLength = -1) and{ Added 12/03

Re: [twsocket] THttpCli bug with no-content-length and no chunckedencoding

2011-10-05 Thread Fastream Technologies
Actually I tested with our Linksys routers admin page... On Wed, Oct 5, 2011 at 09:37, Angus Robertson - Magenta Systems Ltd < an...@magsys.co.uk> wrote: > > To elaborate: You need a page with no content-length and no chunked > > encoding that returns 401 to see it. > > And the URL of that example