Hi Adrian

> around, will keep you post on progress. The TLS setup has me stumped.
Every
> time I try to uncomment the TLS in the bootom socket blocks of config.xml
I
> get errors related to keystore not being present. Is it necessary to
disable
> the plain socket entry. and Do I rename the Avalon TestKey to keystore ?

This is simple:
if you enable ssl (useTLS=true) when you should
1. have proper factory defined for sockets (in this case server-sockets)
this factory should know existing keystore and you should have correct
password specified
(I recommend you to generate your own keystore with java keytool and either
modify james build script
to include keystore into james.sar or just copy it to SAR-INF directory)

if you disable ssl (useTLS=false) when you should
1. comment factory name="ssl"


Andrei



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to