----- Original Message ----- From: "Andrei Ivanov" <[EMAIL PROTECTED]> To: "James Users List" <[EMAIL PROTECTED]> Sent: Saturday, August 10, 2002 9:43 AM Subject: Re: TLS and other questions
> 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 > I did this with the binary distribution and the logs told me keystore did not exist. I was unaware of the java keytool, should have read up on the on the java sse before attempting. Thank you for your quick response. I may be writitng you back I`m going into work in an hour or so. > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
