Hi all,

Can anybody show me how I might get SSL working with embedded Tomcat. When creating a Connector I have set the value of the secure parameter equals to true but after this I am not sure what else I need to do.

I have taken a look at the code of Embedded and I notice that there is a comment of "FIX ME" where the HTTPS protocol is handled. Does this mean that the implementation of SSL with embedded Tomcat is not complete?

////////////////////////////////////////////////////////////////////////////////////////

} else if (protocol.equals("https")) {
               connector = new Connector();
               connector.setScheme("https");
               connector.setSecure(true);
               // FIXME !!!! SET SSL PROPERTIES
           }

/////////////////////////////////////////////////////////////////////////////////////////

Cheers,
Tom

_________________________________________________________________
Start dating right now with FREE Match.com membership! http://match.msn.ie


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

Reply via email to