On Thu, Jul 06, 2000 at 12:26:05PM -0400, Diana Moreland wrote:
> Ok - I feel like I'm making progress but I'm still getting error messages.
> 
> When I run:
> egd.pl /etc/entropy read 255

First: you want to run egd.pl on one or more sockets, so
        egd.pl /etc/entropy
is what you want. You have tried to start egd servicing three sockets:
/etc/entropy, read and 255. You should find a socket named "read" somewhere :-)

Once egd is running, use egc.pl (not the "c") to test:
        egc.pl /etc/entropy get
It should show you how many bits of entropy are available.

> Also, when I run:
> openssl s_client -connect localhost:443 -state -debug

You want to run
     openssl s_client -rand /etc/entropy -connect localhost:443 -state -debug

> unable to load 'random state'
> This means that the random number generator has not been seeded
> with much random data.
> Consider setting the RANDFILE environment variable to point at a file that
> 'random' data can be kept in (the file will be overwritten).
> connect: Connection refused
> connect:errno=111

This are two messages:
* the PRNG was not seeded, this should now be solved with the -rand directive.
* There is no server available at port 443 of your host. If you have an
  openssl s_server running, the default is 4433. At 443 there would be the
  https server.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to