RE: Embedded Tomcat SSL

2005-06-23 Thread Diarmuid McDonald
: Embedded Tomcat SSL Hi Diarmuid, I was investigating running Embedded Tomcat, I also ran into problems running SSL, getting a SSLHandshakeException. Did you find a s solution Thanx, Freddie -Original Message- From: Diarmuid McDonald [mailto:[EMAIL PROTECTED] Sent: 09 June 2005 14:40

RE: Embedded Tomcat SSL

2005-06-09 Thread Diarmuid McDonald
, org.apache.jk.server.JkCoyoteHandler); } catch (Exception e) { e.printStackTrace(); log.debug(Couldn't create connector.); } return (connector); } --END-- On 6/8/05, Diarmuid McDonald [EMAIL PROTECTED] wrote: Hi Mark, Im not sure I understand what you mean by mutual authenticated SSL. I

Embedded Tomcat SSL

2005-06-08 Thread Diarmuid McDonald
Hi, Can anyone help me with regard to running Embedded Tomcat 5.5.9 with SSL. I found a mail archive before that has the same problem, however there is no resolution. http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg153661.html I have included my code and errors that I am

RE: Embedded Tomcat SSL

2005-06-08 Thread Diarmuid McDonald
, Diarmuid McDonald [EMAIL PROTECTED] wrote: Hi, Can anyone help me with regard to running Embedded Tomcat 5.5.9 with SSL. I found a mail archive before that has the same problem, however there is no resolution. http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg153661.html I have