> I am trying to setup SSL on my apache server running SVN. I've followed
the
> description from the TortoiseSVN manual. When I execute the line:
>
> bin\openssl req -config bin\openssl.cnf -new -out my-server.csr
>
> It writes:
>
> Loading 'screen' into random state -
>
> And nothing more happens. I have tried waiting for 30 minutes but
nothing
> happens.
>
Because you specified "-new" option RSA key will be generated.
For that random number generator must be seeded.
This looks like openssl waits for random entropy source
and entropy is not ready.
On Unix this sometimes happens when for example /dev/[u]random
file exists and ocrandom daemon is not running.
Try for test add option "-rand" with some "entropy" file.
What is an entropy file? Is it just a file filled with random data? How do a
such?
I am using windows so I doubt the problem is with /dev/[u]random. What could
it be then?
_________________________________________________________________
Vælg selv hvordan du vil kommunikere - skrift, tale, video eller billeder
med MSN Messenger: http://messenger.msn.dk/ - her kan du det hele
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]