Certificate for M$OutlookExpress?
843811May 15 2002 — edited May 16 2002Hi,
I am testing java smtp server with SSL support for socket connection.
Everything works fine with plain socket.
With ssl I've got problems.
I've generated certificate with keytool:
keytool -genkey -alias xxx -keyalg RSA
Server starts ok and uses certificate.
But when I am trying to send email via it (using OutlookExpress) it ends up with timeout.
I am thinking that the problem is in certificate, though it might be something else. Any advices?
Andrei