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
>>> "openssl.cnf" in the proper location. >>> This may or may not be relevant to your problem. >>> >>> >>> >>> SSLPassword="pass" >>>> >>>> Regards, >>>> >>>> Harrie >>>> >

Re: Facing issue while configuring SSL

2016-07-13 Thread tomcat
sen...@gmail.com] Sent: dinsdag 12 juli 2016 10:50 To: users@tomcat.apache.org Subject: Facing issue while configuring SSL Hi, This is regarding the configuration of Tomcat SSL using the APR library on Java 6. While starting the server I am getting the below error: SEVERE: Failed to initial

Re: Facing issue while configuring SSL

2016-07-12 Thread Devendra Sengar
or may not be relevant to your problem. > > > >> SSLPassword="pass" >> >> Regards, >> >> Harrie >> >> -Original Message----- >> From: Devendra Sengar [mailto:dssen...@gmail.com] >> Sent: dinsdag 12 juli 2016 10:50 >> To: user

Re: Facing issue while configuring SSL

2016-07-12 Thread tomcat
proper location. This may or may not be relevant to your problem. SSLPassword="pass" Regards, Harrie -Original Message- From: Devendra Sengar [mailto:dssen...@gmail.com] Sent: dinsdag 12 juli 2016 10:50 To: users@tomcat.apache.org Subject: Facing issue while configuring SSL H

RE: Facing issue while configuring SSL

2016-07-12 Thread Harrie Robins
file. SSLPassword="pass" Regards, Harrie -Original Message- From: Devendra Sengar [mailto:dssen...@gmail.com] Sent: dinsdag 12 juli 2016 10:50 To: users@tomcat.apache.org Subject: Facing issue while configuring SSL Hi, This is regarding the configuration of Tomcat SSL using the APR lib

Facing issue while configuring SSL

2016-07-12 Thread Devendra Sengar
Hi, This is regarding the configuration of Tomcat SSL using the APR library on Java 6. While starting the server I am getting the below error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-443"] java.lang.Exception: Unable to load certificate key conf/localhos