Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Errror accepting connection with SSL.
| Subject: | Re: Errror accepting connection with SSL. |
| Posted by: | "Arvid Haugen" (arv..@elis.no) |
| Date: | Thu, 21 Feb 2008 07:46:08 |
Hi,
the connects are from mostly Internet Explorer.
This did not happen with the Indy that comes with Delphi - my version: 10.
Could the problem be related to incorrect DLLs?
Another thing.
I have "Keep-Alive" set to true in the TidHTTPServer, I receive "Keep-Alive"
in ARequestInfo.Connection. But the webserver responds with
"closeconnection" (AResponseInfo.CloseConnection is true). I have tried both
with and without SSL.
Any idea why this happens and what I should do about it? Do I have to set
CloseConnection to false myself?
With the previous version I did not see this. Should this work in that way?
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> skrev i melding
news:47bca290$1@newsgroups.borland.com...
>
> "Arvid" <Arvid@elis.no> wrote in message
> news:47bc9a39$1@newsgroups.borland.com...
>
>> Any idea why this happens?
>
> OpenSSL's SSL_accept() function is failing. The client's SSL credentials
> are probably malformed or missing.
>
>
> Gambit
none