[xwiki-users] Help: How to import a signed ca into Jetty?
Hi there, The problem I'm having is importing a signed ca (from goDaddy). I believe I'm importing it correctly however after I've imported it along with adding the crt files to the keystore, what happens is when I go to connect to the webserver there's a certificate error indicating the certificate being used is self-signed when it should be signed by goDaddy??? I've spent many hours researching this issue on the net and have not been successful. Someone suggested for me to try this mail list - it's my last resort. Please if someone can help me, it would be very much appreciate. Luigi -- This message has been verified by LastSpam (http://www.lastspam.com) eMail security service. http://www.lastspam.com
On 10/25/2010 06:40 PM, Luigi Occhino wrote:
Hi there,
The problem I'm having is importing a signed ca (from goDaddy). I believe I'm importing it correctly however after I've imported it along with adding the crt files to the keystore, what happens is when I go to connect to the webserver there's a certificate error indicating the certificate being used is self-signed when it should be signed by goDaddy???
I've spent many hours researching this issue on the net and have not been successful. Someone suggested for me to try this mail list - it's my last resort.
Hi Luigi, This is not the right list for help with Jetty, since this is about XWiki specific questions. The best resource for a specific project is that project's mailing list, in this case [email protected], as listed on http://www.eclipse.org/jetty/mailinglists.php . I'll try to help you a bit, though. Did you follow the steps listed on http://docs.codehaus.org/display/JETTY/How+to+configure+SSL ? Did you import the certificate into a keystore using keytool? Are any other certificates stored in that keystore? Try "keytool -list -keystore <keystore location> -v". If there's more than one key in there, try to remove it. Did you properly reference the keystore in jetty.xml? -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Luigi Occhino -
Sergiu Dumitriu