RE: Verifying OpenSSL Version in mod_ssl

2003-03-31 Thread Jeff Bert
If you kill and restart your apache server you should see in its error log
the openssl version being used by apache when it starts and since apache is
controlling the compilation of mod_ssl then that should be your verification
of the version.

Jeff

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]


RE: mod_ssl 2.8.12 + apache 1.3.26

2003-02-28 Thread Jeff Bert
Yes.  You should use mod_ssl 2.8.12 and apache 1.3.27 as there is a security
issue with apache 1.3.26

Jeff

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Ihor Bilyy
> Sent: Friday, February 28, 2003 10:16 AM
> To: [EMAIL PROTECTED]
> Subject: mod_ssl 2.8.12 + apache 1.3.26
> 
> 
> Hello All,
> 
> is there any problem running this combination (subj)?
> 
> thanks
> -i-
> 
> 
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
> 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]


Re: ErrorLog not allowed here

2002-10-05 Thread Jeff Bert

Messagelooks like you added a  close tag that shouldn't have
been put there like this:




## So everything below that /Directory you added is no longer properly
contained in a  like it should be.
## AllowOverride Note
#
# more code

...



Jeff

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: ErrorLog not allowed here

2002-10-04 Thread Jeff Bert

Did you put it inside a Directory tag?  It's not allowed there.  

Jeff

> Hello, 
> ./httpd -t
> Syntax error on line 469 of /apache/conf/httpd.conf:
> ErrorLog not allowed here
> 
> Why is this not allowed here.. ??  Do all the  Tags have to
> match ?
> Is this the issue ?
> 
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
> 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: [ANNOUNCE] mod_ssl 2.8.11-1.3.27

2002-10-04 Thread Jeff Bert

Thanks Andreas, I appreciate the thought.

Jeff


> ok,
>
> i just wanted to say that to prevent any confusions you may have been a
> victim off. Your post read like it.
>
> andreas
>
>
> > well, I already upgraded to openssl- > 0.9.6g back with apache-1.3.26
and
> > modssl 2.8.10
>
> > Jeff
>
> > this new release has AFAIK nothing to do with the openssl-vulns.
> >
> > It is a release for the today released apache-1.3.27 which fixes 3 vulns
> in
> > the apache itself.
> >
> > If you want to fix the vulns in SSL you have to upgrade or patch your
> > openssl-package.
> >
> > Andreas
> >
> > 
> > e-admin internet gmbh
> > andreas gietl
> > ludwig-thoma-strasse 35
> > 93051 Regensburg
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]Im Auftrag von Jeff Bert
> > Gesendet: Freitag, 4. Oktober 2002 18:56
> > An: [EMAIL PROTECTED]
> > Betreff: Re: [ANNOUNCE] mod_ssl 2.8.11-1.3.27
> >
> >
> > Thanks Ralf for keeping up on this.  I run apache/mod_ssl server as a
> hobby
> > for friends' websites and have been actually having quite a number of
> people
> > trying the ssl hack on my server.
> >
> > Jeff
> >
> > > As you've hopefully recognized, the ASF released Apache 1.3.27, which
> > > includes important security fixes. The corresponding mod_ssl 2.8.11
for
> > > this version is now available, too.
> > >
> > > Fetch it from:
> > >
> > >  http://www.modssl.org/source/
> > >   ftp://ftp.modssl.org/source/
> > >Ralf S. Engelschall
> > >[EMAIL PROTECTED]
> > >www.engelschall.com
> > >
> > >   Changes with mod_ssl 2.8.11 (24-Jun-2002 to 04-Oct-2002)
> > >
> > >*) Upgraded to Apache 1.3.27.
> > >
> > >*) Fixed internal error handling for CRL verification.
> > >
> > >*) Initialize OpenSSL ENGINE before initializing OpenSSL
> > >   to workaround problems with the PRNG.
> > >
> > >*) Also find "openssl" executable in "sbin" directories.
> > >
> > >*) Honor specified number of maximum bytes on SSLRandomSeed
> > >   if reading from EGD.
> > >
> > >*) Fixed generation of SSL_CLIENT_CERT_CHAIN_[0-9] variables.
> > > __
> > > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > > User Support Mailing List  [EMAIL PROTECTED]
> > > Automated List Manager[EMAIL PROTECTED]
> > >
> >
> > __
> > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > User Support Mailing List  [EMAIL PROTECTED]
> > Automated List Manager[EMAIL PROTECTED]
> >
> > __
> > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > User Support Mailing List  [EMAIL PROTECTED]
> > Automated List Manager[EMAIL PROTECTED]
> >
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: [ANNOUNCE] mod_ssl 2.8.11-1.3.27

2002-10-04 Thread Jeff Bert

well, I already upgraded to openssl-0.9.6g back with apache-1.3.26 and
modssl 2.8.10

Jeff

> this new release has AFAIK nothing to do with the openssl-vulns.
>
> It is a release for the today released apache-1.3.27 which fixes 3 vulns
in
> the apache itself.
>
> If you want to fix the vulns in SSL you have to upgrade or patch your
> openssl-package.
>
> Andreas
>
> 
> e-admin internet gmbh
> andreas gietl
> ludwig-thoma-strasse 35
> 93051 Regensburg
>
>
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Jeff Bert
> Gesendet: Freitag, 4. Oktober 2002 18:56
> An: [EMAIL PROTECTED]
> Betreff: Re: [ANNOUNCE] mod_ssl 2.8.11-1.3.27
>
>
> Thanks Ralf for keeping up on this.  I run apache/mod_ssl server as a
hobby
> for friends' websites and have been actually having quite a number of
people
> trying the ssl hack on my server.
>
> Jeff
>
> > As you've hopefully recognized, the ASF released Apache 1.3.27, which
> > includes important security fixes. The corresponding mod_ssl 2.8.11 for
> > this version is now available, too.
> >
> > Fetch it from:
> >
> >  http://www.modssl.org/source/
> >   ftp://ftp.modssl.org/source/
> >Ralf S. Engelschall
> >[EMAIL PROTECTED]
> >www.engelschall.com
> >
> >   Changes with mod_ssl 2.8.11 (24-Jun-2002 to 04-Oct-2002)
> >
> >*) Upgraded to Apache 1.3.27.
> >
> >*) Fixed internal error handling for CRL verification.
> >
> >*) Initialize OpenSSL ENGINE before initializing OpenSSL
> >   to workaround problems with the PRNG.
> >
> >*) Also find "openssl" executable in "sbin" directories.
> >
> >*) Honor specified number of maximum bytes on SSLRandomSeed
> >   if reading from EGD.
> >
> >*) Fixed generation of SSL_CLIENT_CERT_CHAIN_[0-9] variables.
> > __
> > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > User Support Mailing List  [EMAIL PROTECTED]
> > Automated List Manager[EMAIL PROTECTED]
> >
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: [ANNOUNCE] mod_ssl 2.8.11-1.3.27

2002-10-04 Thread Jeff Bert

Thanks Ralf for keeping up on this.  I run apache/mod_ssl server as a hobby
for friends' websites and have been actually having quite a number of people
trying the ssl hack on my server.

Jeff

> As you've hopefully recognized, the ASF released Apache 1.3.27, which
> includes important security fixes. The corresponding mod_ssl 2.8.11 for
> this version is now available, too.
>
> Fetch it from:
>
>  http://www.modssl.org/source/
>   ftp://ftp.modssl.org/source/
>Ralf S. Engelschall
>[EMAIL PROTECTED]
>www.engelschall.com
>
>   Changes with mod_ssl 2.8.11 (24-Jun-2002 to 04-Oct-2002)
>
>*) Upgraded to Apache 1.3.27.
>
>*) Fixed internal error handling for CRL verification.
>
>*) Initialize OpenSSL ENGINE before initializing OpenSSL
>   to workaround problems with the PRNG.
>
>*) Also find "openssl" executable in "sbin" directories.
>
>*) Honor specified number of maximum bytes on SSLRandomSeed
>   if reading from EGD.
>
>*) Fixed generation of SSL_CLIENT_CERT_CHAIN_[0-9] variables.
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: new errors in log files

2002-10-03 Thread Jeff Bert

Would someone please respond to this question?

Jeff


> Hi, i'm new to this list and I upgraded to mod-ssl/2.8.10 and
OpenSSL/0.9.6g
> a couple of weeks ago and i've just started seeing a bunch of new errors
in
> my logs this last week.  I have no clue whether they are hack attempts or
> errors in my setup:
>
> ssl-error_log:
> [Wed Oct  2 00:43:47 2002] [error] mod_ssl: SSL handshake failed (server
> www.mycom.com:443, client 202.125.137.145) (OpenSSL library error follows)
> [Wed Oct  2 00:43:47 2002] [error] OpenSSL: error:1406B458:SSL
> routines:GET_CLIENT_MASTER_KEY:key arg too long
>
> ssl-engine_log:
> [02/Oct/2002 00:43:07 02011] [info]  Connection to child 2 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:07 02011] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:08 02010] [info]  Connection to child 1 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:08 02010] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:09 02025] [info]  Connection to child 7 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:09 02025] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:10 02022] [info]  Connection to child 5 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:10 02022] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:16 02024] [info]  Connection to child 6 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:16 02024] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:19 02028] [info]  Connection to child 9 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:19 02028] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:20 02027] [info]  Connection to child 8 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:20 02027] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:21 02013] [info]  Connection to child 4 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:21 02013] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:21 02012] [info]  Connection to child 3 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:21 02012] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:22 02009] [info]  Connection to child 0 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:22 02009] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:22 16722] [info]  Connection to child 10 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:22 16722] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:23 16723] [info]  Connection to child 11 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:23 16723] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:24 16724] [info]  Connection to child 12 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:24 16724] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:25 16725] [info]  Connection to child 13 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:25 16725] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:26 16726] [info]  Connection to child 14 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:26 16726] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:27 16727] [info]  Connection to child 15 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:27 16727] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:28 16728] [info]  Connection to child 16 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:28 16728] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:29 16729] [info]  Connection to child 17 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:29 16729] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:38 16731] [info]  Connection to child 19 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:38 16731] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:39 16732] [info]  Connection to child 20 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:39 16732] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:40 16733] [info]  Connection to child 21 established
> (server www.mycom.com:443, client 202.125.137.145)
> [02/Oct/2002 00:43:40 16733] [info]  Seeding PRNG with 1160 bytes of
entropy
> [02/Oct/2002 00:43:45 16734] [info]  Connection to child 22 esta

new errors in log files

2002-10-02 Thread Jeff Bert

Hi, i'm new to this list and I upgraded to mod-ssl/2.8.10 and OpenSSL/0.9.6g
a couple of weeks ago and i've just started seeing a bunch of new errors in
my logs this last week.  I have no clue whether they are hack attempts or
errors in my setup:

ssl-error_log:
[Wed Oct  2 00:43:47 2002] [error] mod_ssl: SSL handshake failed (server
www.mycom.com:443, client 202.125.137.145) (OpenSSL library error follows)
[Wed Oct  2 00:43:47 2002] [error] OpenSSL: error:1406B458:SSL
routines:GET_CLIENT_MASTER_KEY:key arg too long

ssl-engine_log:
[02/Oct/2002 00:43:07 02011] [info]  Connection to child 2 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:07 02011] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:08 02010] [info]  Connection to child 1 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:08 02010] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:09 02025] [info]  Connection to child 7 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:09 02025] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:10 02022] [info]  Connection to child 5 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:10 02022] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:16 02024] [info]  Connection to child 6 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:16 02024] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:19 02028] [info]  Connection to child 9 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:19 02028] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:20 02027] [info]  Connection to child 8 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:20 02027] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:21 02013] [info]  Connection to child 4 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:21 02013] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:21 02012] [info]  Connection to child 3 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:21 02012] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:22 02009] [info]  Connection to child 0 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:22 02009] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:22 16722] [info]  Connection to child 10 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:22 16722] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:23 16723] [info]  Connection to child 11 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:23 16723] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:24 16724] [info]  Connection to child 12 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:24 16724] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:25 16725] [info]  Connection to child 13 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:25 16725] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:26 16726] [info]  Connection to child 14 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:26 16726] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:27 16727] [info]  Connection to child 15 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:27 16727] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:28 16728] [info]  Connection to child 16 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:28 16728] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:29 16729] [info]  Connection to child 17 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:29 16729] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:38 16731] [info]  Connection to child 19 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:38 16731] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:39 16732] [info]  Connection to child 20 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:39 16732] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:40 16733] [info]  Connection to child 21 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:40 16733] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:45 16734] [info]  Connection to child 22 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:45 16734] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:47 16733] [error] SSL handshake failed (server
www

new errors in log files

2002-10-02 Thread Jeff Bert

Hi, i'm new to this list and I upgraded to mod-ssl/2.8.10 and OpenSSL/0.9.6g
a couple of weeks ago and i've just started seeing a bunch of new errors in
my logs this last week.  I have no clue whether they are hack attempts or
errors in my setup:

ssl-error_log:
[Wed Oct  2 00:43:47 2002] [error] mod_ssl: SSL handshake failed (server
www.mycom.com:443, client 202.125.137.145) (OpenSSL library error follows)
[Wed Oct  2 00:43:47 2002] [error] OpenSSL: error:1406B458:SSL
routines:GET_CLIENT_MASTER_KEY:key arg too long

ssl-engine_log:
[02/Oct/2002 00:43:07 02011] [info]  Connection to child 2 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:07 02011] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:08 02010] [info]  Connection to child 1 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:08 02010] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:09 02025] [info]  Connection to child 7 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:09 02025] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:10 02022] [info]  Connection to child 5 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:10 02022] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:16 02024] [info]  Connection to child 6 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:16 02024] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:19 02028] [info]  Connection to child 9 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:19 02028] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:20 02027] [info]  Connection to child 8 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:20 02027] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:21 02013] [info]  Connection to child 4 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:21 02013] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:21 02012] [info]  Connection to child 3 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:21 02012] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:22 02009] [info]  Connection to child 0 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:22 02009] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:22 16722] [info]  Connection to child 10 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:22 16722] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:23 16723] [info]  Connection to child 11 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:23 16723] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:24 16724] [info]  Connection to child 12 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:24 16724] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:25 16725] [info]  Connection to child 13 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:25 16725] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:26 16726] [info]  Connection to child 14 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:26 16726] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:27 16727] [info]  Connection to child 15 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:27 16727] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:28 16728] [info]  Connection to child 16 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:28 16728] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:29 16729] [info]  Connection to child 17 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:29 16729] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:38 16731] [info]  Connection to child 19 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:38 16731] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:39 16732] [info]  Connection to child 20 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:39 16732] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:40 16733] [info]  Connection to child 21 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:40 16733] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:45 16734] [info]  Connection to child 22 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:45 16734] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:47 16733] [error] SSL handshake failed (server
www