I have set up jetty to serve ssl connections before, I didn't have to do anything to
XWiki, it
worked ok "out of the box". The only problem which I could imagine once you get
the servlet
container working is that some of your links point to
http://yourwiki instead of
https://yourwiki.
This can be fixed by setting xwiki.url.protocol in your xwiki.cfg file.
see:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration
Caleb
On 10/22/2010 12: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