On 10/22/2010 06:00 PM, mbryant wrote:
Hey All.
So I found some documentation on setting up jetty with SSL/HTTPs
I have done this with Apache in an wamp environment, but because I wanted to test xwiki out of the box I am using just the full packaged installed product.
The site I found discussed on how to generate a keystore, and I have done that, I am not worried about CSR at this point because its for testing purposes.
So now that I have a keystore in hand i open up the jetty config xml and it says to set up a SSL connection i need to run the following command.
java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml
and that I should look in the jetty-ssl.xml file, which is non existent.
Do you have any advice as to where to point me on this. The reason that I am coming here is because I am in a time crunch to get this done asap.
any and all help will be greatly appreciated
You don't need a jetty-ssl.xml file at all. If the document that you were reading is http://docs.codehaus.org/display/JETTY/How+to+configure+SSL , then just read step 4 and add the new connector configuration inside jetty/etc/jetty.xml, under the existing connector (line 57). -- Sergiu Dumitriu http://purl.org/net/sergiu/