Re: Alias name does not identify a key entry

2018-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shawn, On 6/27/18 1:27 PM, Shawn Heisey wrote: > On 6/26/2018 11:42 AM, Mark Thomas wrote: >> On 26/06/18 18:32, Cybulski, Adam M wrote: >>> Can you aim me at a guide to this? The steps I've been >>> following are just from whatever I've found

Re: Alias name does not identify a key entry

2018-06-27 Thread Shawn Heisey
On 6/26/2018 11:42 AM, Mark Thomas wrote: > On 26/06/18 18:32, Cybulski, Adam M wrote: >> Can you aim me at a guide to this? The steps I've been following are just >> from whatever I've found online. Most of the articles seem pretty dated. > http://tomcat.apache.org/presentations.html > > Look

Re: Alias name does not identify a key entry

2018-06-27 Thread Christopher Schultz
establish > chain from reply > > > > > -Original Message- From: Cybulski, Adam M > Sent: Tuesday, June 26, 2018 2:08 PM To: > Tomcat Users List Subject: RE: Alias name > does not identify a key entry > >> Did you re-create your private key? I hope you

RE: Alias name does not identify a key entry

2018-06-26 Thread Cybulski, Adam M
To: Tomcat Users List Subject: RE: Alias name does not identify a key entry I got the same error, C:\Windows\system32>keytool -certreq -keyalg RSA -alias tomcat -file c:\tomcat8\ tomcatreq.csr -keystore c:\Tomcat8\meg.keystore Enter keystore password: C:\Windows\system32>keytool -import -alia

RE: Alias name does not identify a key entry

2018-06-26 Thread Cybulski, Adam M
:\Tomcat8\meg.keyst ore -file "C:\Tomcat8\meg_library_albany_edu_cert.cer" Enter keystore password: keytool error: java.lang.Exception: Failed to establish chain from reply -Original Message- From: Cybulski, Adam M Sent: Tuesday, June 26, 2018 2:08 PM To: Tomcat Users List

RE: Alias name does not identify a key entry

2018-06-26 Thread Cybulski, Adam M
it for free. I did recreate it, I'll do a whole new request rather than an update request. We have an education license, so it's not coming out of my budget! -Original Message- From: Christopher Schultz Sent: Tuesday, June 26, 2018 2:06 PM To: users@tomcat.apache.org Subject: Re: Alias name d

Re: Alias name does not identify a key entry

2018-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adam, On 6/26/18 1:32 PM, Cybulski, Adam M wrote: > Hi Chris, Thanks for the help, > >>> keytool -import -alias meg -keystore c:\Tomcat8\meg.keystore >>> -file "C:\Tomcat8\meg_library_albany_edu_cert.cer" >> That last step should have been to

Re: Alias name does not identify a key entry

2018-06-26 Thread Mark Thomas
On 26/06/18 18:32, Cybulski, Adam M wrote: > Can you aim me at a guide to this? The steps I've been following are just > from whatever I've found online. Most of the articles seem pretty dated. http://tomcat.apache.org/presentations.html Look for the TLS generation presentation from the 2016

RE: Alias name does not identify a key entry

2018-06-26 Thread Cybulski, Adam M
age- From: Christopher Schultz Sent: Tuesday, June 26, 2018 12:14 PM To: users@tomcat.apache.org Subject: Re: Alias name does not identify a key entry -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adam, On 6/26/18 11:03 AM, Cybulski, Adam M wrote: > > Hello, I'm using Tomcat 8.5.4,

Re: Alias name does not identify a key entry

2018-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adam, On 6/26/18 11:03 AM, Cybulski, Adam M wrote: > > Hello, I'm using Tomcat 8.5.4, on a server 2008R2 machine, and I'm > unable to start the SSL connector. > > My connector syntax is as follows: > > connectionTimeout="2"

Re: Alias name does not identify a key entry

2018-06-26 Thread Jose María Zaragoza
El mar., 26 jun. 2018 a las 17:03, Cybulski, Adam M () escribió: > > > Hello, I'm using Tomcat 8.5.4, on a server 2008R2 machine, and I'm unable to > start the SSL connector. > > My connector syntax is as follows: > > connectionTimeout="2" >

Alias name does not identify a key entry

2018-06-26 Thread Cybulski, Adam M
Hello, I'm using Tomcat 8.5.4, on a server 2008R2 machine, and I'm unable to start the SSL connector. My connector syntax is as follows: To which I receive this error in Catalina.log: SEVERE [main]