[twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Dimitris Botsis
Hi all, how can i use SSLHttpCli in order to directly transfer the contents of a remote text file ? Which are filesize limitations for that ? For example, I have a file : https://www.mydomain.com/myfile.txt and want to read it directly to client. Thank you. -- To unsubscribe or change your

Re: [twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Dimitris Botsis
Hi again, I use the example OverbyteIcsHttpDmo. When I call the text file on my web server using HTTP (as in the example) then I get the contents OK. When I use HTTPS (having added proper sslhttpcli and sslcontect components) the request is sent but don't get any contents back. Any ideas ?

Re: [twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Arno Garrels
Dimitris Botsis wrote: Hi again, I use the example OverbyteIcsHttpDmo. When I call the text file on my web server using HTTP (as in the example) then I get the contents OK. When I use HTTPS (having added proper sslhttpcli and sslcontect components) the request is sent but don't get any

Re: [twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Dimitris Botsis
On 12/4/2011 4:40 μμ, Arno Garrels wrote: Dimitris Botsis wrote: Hi again, I use the example OverbyteIcsHttpDmo. When I call the text file on my web server using HTTP (as in the example) then I get the contents OK. When I use HTTPS (having added proper sslhttpcli and sslcontect components) the

Re: [twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Dimitris Botsis
On 12/4/2011 5:04 μμ, Dimitris Botsis wrote: On 12/4/2011 4:40 μμ, Arno Garrels wrote: Dimitris Botsis wrote: Hi again, I use the example OverbyteIcsHttpDmo. When I call the text file on my web server using HTTP (as in the example) then I get the contents OK. When I use HTTPS (having added

Re: [twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Dimitris Botsis
On 12/4/2011 5:12 μμ, Dimitris Botsis wrote: On 12/4/2011 5:04 μμ, Dimitris Botsis wrote: On 12/4/2011 4:40 μμ, Arno Garrels wrote: Dimitris Botsis wrote: Hi again, I use the example OverbyteIcsHttpDmo. When I call the text file on my web server using HTTP (as in the example) then I get the

Re: [twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Dimitris Botsis
On 12/4/2011 7:18 μμ, Dimitris Botsis wrote: On 12/4/2011 5:12 μμ, Dimitris Botsis wrote: On 12/4/2011 5:04 μμ, Dimitris Botsis wrote: On 12/4/2011 4:40 μμ, Arno Garrels wrote: Dimitris Botsis wrote: Hi again, I use the example OverbyteIcsHttpDmo. When I call the text file on my web server

Re: [twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Arno Garrels
Dimitris Botsis wrote: Hi again, what I try now is get the non-SSL OverByteIcsHttpDemo, and instead Go button calling httpcli component, it calls an sslhttpcli component (I also added a proper sslcontext component) so code became : procedure THttpToMemoForm.GoButtonClick(Sender: TObject);

Re: [twsocket] Receive contents of remote text file over SSL

2011-04-12 Thread Dimitris Botsis
On 12/4/2011 8:36 μμ, Arno Garrels wrote: Dimitris Botsis wrote: Hi again, what I try now is get the non-SSL OverByteIcsHttpDemo, and instead Go button calling httpcli component, it calls an sslhttpcli component (I also added a proper sslcontext component) so code became : procedure