I have just add "https" in start of each url.
But nothing appears it seems that apache refuse connection or waiting
something.
[Sun Nov 26 01:49:57 2006] [info] (70014)End of file found: SSL
handshake interrupted by system [Hint: Stop button pressed in browser?!]
[Sun Nov 26 01:49:57 2006] [info] Connection to child 1 closed with
abortive shutdown(server 127.0.0.1:443, client 127.0.0.1)
[Sun Nov 26 01:50:08 2006] [info] Connection to child 2 established
(server 127.0.0.1:443, client 127.0.0.1)
[Sun Nov 26 01:50:08 2006] [info] Seeding PRNG with 136 bytes of entropy
[Sun Nov 26 01:50:08 2006] [debug]
/build/buildd/apache2-2.0.55/build-tree/apache2/modules/ssl/ssl_engine_kernel.c(1738):
OpenSSL: Handshake: start
[Sun Nov 26 01:50:08 2006] [debug]
/build/buildd/apache2-2.0.55/build-tree/apache2/modules/ssl/ssl_engine_kernel.c(1746):
OpenSSL: Loop: before/accept initialization
[Sun Nov 26 01:50:40 2006] [debug]
/build/buildd/apache2-2.0.55/build-tree/apache2/modules/ssl/ssl_engine_io.c(1708):
OpenSSL: I/O error, 11 bytes expected to read on BIO#8278b38 [mem: 827e1b0]
[Sun Nov 26 01:50:40 2006] [debug]
/build/buildd/apache2-2.0.55/build-tree/apache2/modules/ssl/ssl_engine_kernel.c(1775):
OpenSSL: Exit: error in SSLv2/v3 read client hello A
[Sun Nov 26 01:50:40 2006] [info] (70014)End of file found: SSL
handshake interrupted by system [Hint: Stop button pressed in browser?!]
When shutdown my freepascal daemon :
[Sun Nov 26 01:50:40 2006] [info] Connection to child 2 closed with
abortive shutdown(server 127.0.0.1:443, client 127.0.0.1)
TOUZEAU DAVID a écrit :
> => You can use any existing SSL plugin : Ok i would like to use the ssl
> plugin provided by synapse
> => Just add your selected SSL plugin to your project uses : How ?
>
> You mean that just add ssl_openssl_lib.pas in the project ??
>
> like ?=>
> #--------------------------------------------------------------
> unit MyHTTP;
>
> {$mode objfpc}{$H+}
>
> interface
> uses
> Classes, SysUtils,IniFiles,Process, HTTPSend, ssl_openssl_lib;
>
> #-------------------------------------------------------------
>
> Is it good ?
>
> In this case, how i can specifiy the cert key ?
>
>
>
>
>
>
> Lukas Gebauer a écrit :
>
>>> 1. If the URL starts with https:// you must have a (correctly configured)
>>> SSL plugin in your application
>>>
>>> so you means that i can use THTTPSend normally but i must implement first
>>> SSL plugin..
>>> Is it means that i must use ssl_openssl_lib ?
>>> Have you some examples that use these 2 modules ?
>>> The best way for me is to do the same functions include in Synapse demos
>>> demo/http/unit1.pas
>>>
>>>
>> You can use any existing SSL plugin (for OpenSSL, Cryptlib, StreamSec or
>> SecureBlackBox). Just add your selected SSL plugin to your project uses.
>> it is all what you must. Then you can use 'https' based URLs by httpsend
>> unit. It is extremly easy!
>>
>>
>> --
>> Lukas Gebauer.
>>
>> E-mail: [EMAIL PROTECTED]
>> WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP
>> Library
>>
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>> opinions on IT & business topics through brief surveys - and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> synalist-public mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/synalist-public
>>
>>
>>
>
>
--
David Touzeau -------------------------- Linux Ubuntu Dapper 6.0.6
FreePascal-Lazarus,perl,delphi,php icq:160018849
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public