Marc Stephenson asked:
> I've built wget 1.7.1 with ssl, but don't really know how to test it.
> Anybody know an easy way to test that combination?

Personally, I just tried to connect to https://www.apache-ssl.org/. I picked
that site because you don't need (as far as I know) a userid or password or
certificate to connect to it. But I'm by no means an expert here...

Anyway, the current SSL implementation will only work on systems with a
/dev/random. Additional code is needed to gather entropy from other sources.
(You'd think OpenSSL would be sophisticated enough to do that automatically,
but it's not.)

Later,
Ed

Reply via email to