Re: Facing issue while configuring SSL

2016-07-15 Thread Ognjen Blagojevic
Román, On 15.7.2016 5:01, Román Valoria wrote: The SSL Certificate was created using the wrong FQDN, which meant that the hostname to IP address resolution done by the browser was failing. The telnet command was done using the wrong FQDN, while openssl using localhost. On top of that, since the

Re: Facing issue while configuring SSL

2016-07-14 Thread Román Valoria
Dear all: The issue was solved, it was compounded by several factors, once full path to the certificates was used. The SSL Certificate was created using the wrong FQDN, which meant that the hostname to IP address resolution done by the browser was failing. The telnet command was done using the wr

Re: Facing issue while configuring SSL

2016-07-14 Thread Ognjen Blagojevic
Devendra, On 14.7.2016 10:38, Devendra Sengar wrote: But the tomcat server is started without any error but won't able to open the home page of tomcat giving the error like: This site can’t be reached The webpage at *https://:8443/* might be temporarily down or it may have moved permanently to a

Re: Facing issue while configuring SSL

2016-07-14 Thread Daniel Savard
2016-07-14 4:38 GMT-04:00 Devendra Sengar : > If i am giving the full path of the certificate like > c:/tomcat/conf/ then its taking the file, as the error i was > getting "SEVERE: Failed to initialize end point associated with > ProtocolHandler ["http-apr-443"]" that's no more. > > But the tomcat

Re: Facing issue while configuring SSL

2016-07-14 Thread Devendra Sengar
If i am giving the full path of the certificate like c:/tomcat/conf/ then its taking the file, as the error i was getting "SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-443"]" that's no more. But the tomcat server is started without any error but won't able to o

Re: Facing issue while configuring SSL

2016-07-13 Thread tomcat
On 13.07.2016 07:02, Devendra Sengar wrote: File is there and permission is also fine and having proper openssl.cnf. Any other view? Really "shooting in the dark" here, since I am neither a Windows nor an SSL specialist : The error message mentions "no such process". Assuming (and that may b

Re: Facing issue while configuring SSL

2016-07-12 Thread Devendra Sengar
File is there and permission is also fine and having proper openssl.cnf. Any other view? Thanks, Devendra On Tue, Jul 12, 2016 at 9:10 PM, André Warnier (tomcat) wrote: > On 12.07.2016 16:33, Harrie Robins wrote: > >> java.lang.Exception: Unable to load certificate key >> conf/localhost-key.pe

Re: Facing issue while configuring SSL

2016-07-12 Thread tomcat
On 12.07.2016 16:33, Harrie Robins wrote: java.lang.Exception: Unable to load certificate key conf/localhost-key.pem (error:02001003:system library:fopen:No such process If I'm correct you are either missing correct rights to this file or it is not in the given location. A second possibility i

RE: Facing issue while configuring SSL

2016-07-12 Thread Harrie Robins
java.lang.Exception: Unable to load certificate key conf/localhost-key.pem (error:02001003:system library:fopen:No such process If I'm correct you are either missing correct rights to this file or it is not in the given location. A second possibility is missing password for key file. SSLPasswor