SSL test server

J

Jim Bob

Hi

Does anyone know of a Ruby SSL server script?

Basically want to test some SSL socket stuff, but need a server to tet
it with.

Thanks,
Jim.
 
B

Brian Candler

Does anyone know of a Ruby SSL server script?

Basically want to test some SSL socket stuff, but need a server to tet
it with.

There is some code in ruby-ldapserver you could borrow (on rubyforge).

If it doesn't have to be ruby, then maybe openssl s_server will do: e.g.

openssl s_server -cert server.example.com-cert.pem \
-key server.example.com-key.pem \
-CAfile sub-cacert.pem \
-www
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top