Yesterday my boss suggested setting up Tomcat vers. 8 as he thought this is what Jira and/or Confluence would use so I did that and it worked fine on http port of 8080. I then edited the server.xml file again for the SSL port and got the same result as before; never gets to a webpage login using the secure port of 8443 but I can still get the webpage on port 8080. When I look at the Tomcat 8 Catalina log file I see several lines where it says- "java.security.KeyStoreException: Cannot store non-PrivateKeys". I have been googling that error and found a couple of posts saying to change from JKS to JCEKS but when I ran the commands I didn't have JKS in the command; only RSA for the algorithm. Can someone provide me with the proper keytool commands that I need to use to create an SSL certificate for Tomcat?
John Ellis 405.285.2500 office http://biz-e.io -----Original Message----- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, September 22, 2017 2:20 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: tomcat ssl setup On 22/09/17 16:44, John Ellis wrote: > I have installed Tomcat 9.0.0.M27 on this test server but I still get the > same result; when I try to connect to Tomcat on the secure port of 8443 it > just sits there and has a spinner up at the top of the browser window but if > I try to connect to it back on the non-secure port of 8080 it works fine. > Here is a Dropbox link to the server.xml file that I edited- > > https://www.dropbox.com/s/rdjjjxn6lzrucs0/server.xml?dl=0 > > Here is a Dropbox link to the Catalina log file- > > https://www.dropbox.com/s/c0x8svk4neqp5xo/catalina.2017-09-22.log?dl=0 > > Thanks, > > John Ellis How did you generate the key and certificate files? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org