Wilfried Mestdagh wrote:
> Hi Arno,
>
> Thank you. You put me on a tracé. I put a breakpunt over there, it is
> not the FSslEnable, but FSslContext is NIL so exeption is raised and
> eaten somewhere.
>
> Now my question: What is SSLContext and what should I do with it?
It encapsulates an OpenSsl
Use HttpCli.SslContext := TSslContext.Create(nil);
Best Regards,
SubZero
On Mon, Oct 17, 2011 at 16:06, Wilfried Mestdagh wrote:
> Ok thx SZ :)
>
> FSslContext := TSslContext.Create(nil);
> HttpCli := THttpCli.Create(nil);
>
> Where and to what do I assign FSslContext to THttpCli ?
>
> --
> m
Ok thx SZ :)
FSslContext := TSslContext.Create(nil);
HttpCli := THttpCli.Create(nil);
Where and to what do I assign FSslContext to THttpCli ?
--
mvg, Wilfried
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/
Overbyteicswsocket.pas. ;-)
Regards,
SubZero
On Mon, Oct 17, 2011 at 15:23, Wilfried Mestdagh wrote:
> Hello SZ,
>
> Stupid question: in which unit is TSSlContext declared? I'm pulling my hair
> :(
>
> --
> mvg, Wilfried
> http://www.mestdagh.biz
> http://www.comfortsoftware.be
> http://www.exper
Hello SZ,
Stupid question: in which unit is TSSlContext declared? I'm pulling my hair :(
--
mvg, Wilfried
http://www.mestdagh.biz
http://www.comfortsoftware.be
http://www.expertsoftware.be
> -Oorspronkelijk bericht-
> Van: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org
Hello Wilfried,
You create one TSslContext per SSL certificate your server has and you need
to assign one of it to each ICS SSL instance. It is useful in sharing SSL
context objects accross many SSL client/servers in a thread.
Best Regards,
SZ
On Mon, Oct 17, 2011 at 14:51, Wilfried Mestdagh wrot
Hi Arno,
Thank you. You put me on a tracé. I put a breakpunt over there, it is not
the FSslEnable, but FSslContext is NIL so exeption is raised and eaten
somewhere.
Now my question: What is SSLContext and what should I do with it?
procedure TCustomSslWSocket.StartSslHandshake;
begin
{$IFNDEF NO_
Wilfried Mestdagh wrote:
> Hi,
>
> This is my First SSL with THttpCli. This site requires a BASIC
> authentication but that is not importand here. The strange thing is I
> get a session closed with winsock error 10053.
>
> Nothing is sent. If I put SocketSpy in between then I also have the
> 1005
> What I want to know is we already have the cache memory stream
> which we read from and there is multiple copying of data as
> TMemoryStream->FDocBuf->ICS> internal buffer->Winsock.
Most static files are currently served using TFileStream which is
unbuffered with no cache, so reading large am
Hi,
This is my First SSL with THttpCli. This site requires a BASIC
authentication but that is not importand here. The strange thing is I get a
session closed with winsock error 10053.
Nothing is sent. If I put SocketSpy in between then I also have the 10053
"in" Socketspy immediately after the cl
10 matches
Mail list logo