Re: [twsocket] ICS-SSL / Proxy, Must I add something ?

2013-11-04 Thread Bruno Mannina
Ok I will try tomorrow, for info, it's my Appli_Id to have the right to get my Token Regards Le 04/11/2013 17:22, Arno Garrels a écrit : On Monday, November 04, 2013 3:24 PM [GMT+1=CET], Bruno Mannina wrote: procedure TOPSKey.ssl2BeforeHeaderSend(Sender: TObject; const Method: String; H

Re: [twsocket] ICS-SSL / Proxy, Must I add something ?

2013-11-04 Thread Arno Garrels
On Monday, November 04, 2013 3:24 PM [GMT+1=CET], Bruno Mannina wrote: > > procedure TOPSKey.ssl2BeforeHeaderSend(Sender: TObject; >const Method: String; Headers: TStrings); > begin >Headers.Add('Authorization: Basic ..JQ0R6QWQ0ME1uMA=='); > end; Please try without this and repor

Re: [twsocket] ICS-SSL / Proxy, Must I add something ?

2013-11-04 Thread Bruno Mannina
Dear Angus, If I use Firefox all work fine, I can access to the HTTPS server a get information. I contact one of my client and tell him to ask to their technical support more information about their network restrictions. May be, it's not a ICS problem but a user network security... I will

Re: [twsocket] ICS-SSL / Proxy, Must I add something ?

2013-11-04 Thread Angus Robertson - Magenta Systems Ltd
> *Subject:* [twsocket] ICS-SSL / Proxy, Must I add something ? > *From:* Bruno Mannina > I try to use HTTP-SSL behind a proxy server, so I give > host/port/user/pwd to the httpssl component. > But it seems to not work. Does a browser like Firefox work through the same proxy server with the same

Re: [twsocket] ICS-SSL / Proxy, Must I add something ?

2013-11-04 Thread Bruno Mannina
I have the first error: Erreur: SSL2 Token and second: Connection failed : #404 : Connection aborted on request Here my little code to get a Token on a server: function TOPSKey.GetRemoteToken : String; var Data: AnsiString; RcvStrm : TMemoryStream; SndStrm : TMemoryStream; c :

Re: [twsocket] ICS-SSL / Proxy, Must I add something ?

2013-11-04 Thread Bruno Mannina
Hi all, I get this error when I try my little programme behind a proxy server: Connection failed : #404 : Connection aborted on request Any ideas are welcome, Note: if my little prog is not behind a proxy, it works fine regards, Bruno Le 04/11/2013 00:19, Bruno Mannina a écrit : Dear ICS su