Re: [OT] Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Christopher Schultz
Marcos, On 4/11/24 09:52, Marcos Peña wrote: Thanks for your replies. My bad assuming the connector configuration applied to all connections but it makes total sense that applies to incoming connections. That helps a lot. I have been trying to solve this problem for several days and I was a

Re: [OT] Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Marcos Peña
Thanks for your replies. My bad assuming the connector configuration applied to all connections but it makes total sense that applies to incoming connections. That helps a lot. I have been trying to solve this problem for several days and I was a bit desperate. I could not find anything in the

Re: [OT] Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Chuck Caldarale
> On Apr 11, 2024, at 07:28, Marcos Peña wrote: > > I am looking for help with a strange issue we are experiencing when trying to > use Google APIs from a web application that is deployed on Tomcat 9.0.83. As Chris noted, this has nothing to do with Tomcat. The stack trace shows that the

Re: [OT] Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Christopher Schultz
Marcos, Marking as "off topic" because this is not Tomcat-related. Please see below... On 4/11/24 08:28, Marcos Peña wrote: Hi, I am looking for help with a strange issue we are experiencing when trying to use Google APIs from a web application that is deployed on Tomcat 9.0.83. After a

Re: Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Simon Matter
Hi, > Hi, > > I am looking for help with a strange issue we are experiencing when trying > to use Google APIs from a web application that is deployed on Tomcat > 9.0.83. > > After a few hours of the server being up and running, all calls to the > Google APIs fail because of SSL handshake errors.

Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Marcos Peña
Hi, I am looking for help with a strange issue we are experiencing when trying to use Google APIs from a web application that is deployed on Tomcat 9.0.83. After a few hours of the server being up and running, all calls to the Google APIs fail because of SSL handshake errors. Attaching the SSL

Re: GoDaddy SSL certificate not working with Tomcat9

2023-03-21 Thread Ralph Grove
Follow-up to this thread: I found the problem, which was my own mistake. I failed to enter the correct domain name when creating the keystone. After going back through the entire process again, with the correct domain name, the server is up and running again. Thanks, nevertheless, for the

Re: GoDaddy SSL certificate not working with Tomcat9

2023-03-21 Thread Christopher Schultz
Ralph, On 3/21/23 06:38, Ralph Grove wrote: > [snip] > Alias name: tomcat Creation date: Mar 21, 2023 Entry type: trustedCertEntry You created a keystore with no keys. Where is the key you used to generate the CSR? That key needs to be in your keystore under the alias 'tomcat' alongside

Re: GoDaddy SSL certificate not working with Tomcat9

2023-03-21 Thread Ralph Grove
> On Mar 21, 2023, at 4:25 AM, Mark Thomas wrote: > > On 21/03/2023 01:09, Ralph Grove wrote: >> I'm having a problem installing a new SSL certificate on a GoDaddy-hosted >> server running Tomcat. Any suggestions for resolving it would be appreciated. >> I set up the server last year and

Re: GoDaddy SSL certificate not working with Tomcat9

2023-03-21 Thread Mark Thomas
On 21/03/2023 01:09, Ralph Grove wrote: I'm having a problem installing a new SSL certificate on a GoDaddy-hosted server running Tomcat. Any suggestions for resolving it would be appreciated. I set up the server last year and installed the SSL certificate with no problem. This year, after the

Re: GoDaddy SSL certificate not working with Tomcat9

2023-03-20 Thread Robert Turner
Pressed send too quickly -- I see different aliases there. Ignore my previous comments Using PEM files is much simpler to manage, I would go that route instead... will make it easier. However, I can't offer any real advice on the specific issue at this time... Others will certainly be more

Re: GoDaddy SSL certificate not working with Tomcat9

2023-03-20 Thread Robert Turner
I believe the default certificate alias used by Tomcat is "tomcat". I think you are creating your keystore with the alias "root". (see https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html for docs on Tomcat SSL configuration -- adjust for the version you are running) On Mon, Mar 20, 2023 at

GoDaddy SSL certificate not working with Tomcat9

2023-03-20 Thread Ralph Grove
I'm having a problem installing a new SSL certificate on a GoDaddy-hosted server running Tomcat. Any suggestions for resolving it would be appreciated. I set up the server last year and installed the SSL certificate with no problem. This year, after the original certificate expired, I

Re: SSL is not working

2017-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 M., On 8/4/17 12:16 PM, M. Manna wrote: > Have you imported the signed server certificate into the server > keystore with all the root+intermediate certificates? in other > words, does the "chain-of-trust" exist in server keystore? > > You just

Re: SSL is not working

2017-08-04 Thread M. Manna
y store? >> >> Thanks >> -Original Message- >> From: M. Manna [mailto:manme...@gmail.com] >> Sent: Friday, August 4, 2017 12:16 PM >> To: Tomcat Users List <users@tomcat.apache.org> >> Subject: Re: SSL is not working >> >> Have you imported

Re: SSL is not working

2017-08-04 Thread Chaitanya Sabbineni
From: M. Manna [mailto:manme...@gmail.com] > Sent: Friday, August 4, 2017 12:16 PM > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: SSL is not working > > Have you imported the signed server certificate into the server keystore > with all the root+intermediate ce

Re: SSL is not working

2017-08-04 Thread M. Manna
by default, trusted. > >> I am new to Tomcat. Where can I find the trust store and is it separate > from the server key store? > > Thanks > -Original Message- > From: M. Manna [mailto:manme...@gmail.com] > Sent: Friday, August 4, 2017 12:16 PM > To: Tomcat User

RE: SSL is not working

2017-08-04 Thread Hameed, Amir
- any server certs signed by them is by default, trusted. >> I am new to Tomcat. Where can I find the trust store and is it separate from >> the server key store? Thanks -Original Message- From: M. Manna [mailto:manme...@gmail.com] Sent: Friday, August 4, 2017 12:16 PM To: Tomcat Users L

Re: SSL is not working

2017-08-04 Thread M. Manna
Have you imported the signed server certificate into the server keystore with all the root+intermediate certificates? in other words, does the "chain-of-trust" exist in server keystore? You just need to add the root and intermediate CA certs to trust store - any server certs signed by them is by

SSL is not working

2017-08-04 Thread Hameed, Amir
Hi, I am trying to configure Tomcat 8.0.36 with SSL and running into some issues. The JDK version I am using is 1.8.0_64. I used the following process to implement SSL: 1. Generated a java key store using the following command: ${JAVA_HOME}/bin/keytool -genkey -alias [alias-name] -keyalg

Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says Page not Found and otherwise with just http it works fine. Please let us know the possible solution. Thanks

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Prashant Shinde prashant.shi...@hoonartek.com: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says “Page not Found” and otherwise with just http it works fine.

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
Prashant Shinde wrote: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says Page not Found and otherwise with just http it works fine. Please let us know the possible

RE: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
-sa.com] Sent: 11 September 2013 13:47 To: Tomcat Users List Subject: Re: Problem with tomcat SSL / HTTPS not working. Prashant Shinde wrote: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access

RE: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
: +91 98220 38097| desk: +91 20 4900 5204 -Original Message- From: Prashant Shinde [mailto:prashant.shi...@hoonartek.com] Sent: 11 September 2013 14:44 To: 'Tomcat Users List' Subject: RE: Problem with tomcat SSL / HTTPS not working. Hi We are accessing the URL as https

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Sushil Prusty
email: prashant.shi...@hoonartek.com | cell: +91 98220 38097| desk: +91 20 4900 5204 -Original Message- From: Prashant Shinde [mailto:prashant.shi...@hoonartek.com] Sent: 11 September 2013 14:44 To: 'Tomcat Users List' Subject: RE: Problem with tomcat SSL / HTTPS not working. Hi We

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
SSL / HTTPS not working. Prashant Shinde wrote: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says Page not Found and otherwise with just http it works fine. Please

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Prashant, On 9/11/13 9:07 AM, Prashant Shinde wrote: I am getting following error when I try with wget OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Unable to establish SSL connection. So, connecting with a web

SSL configuration - Not working

2013-07-25 Thread Yuvapriya s
Hi, We had done split deployment of apache and tomcat and we are trying to configure ssl on apache. Modified the httpd_ssl.conf file and uncommented the lines to include mod_ssl.so and the conf file in httpd.conf and restarted apache. Now we are getting below errors while loading the url

Re: SSL configuration - Not working

2013-07-25 Thread André Warnier
Yuvapriya s wrote: Hi, We had done split deployment of apache and tomcat and we are trying to configure ssl on apache. Modified the httpd_ssl.conf file and uncommented the lines to include mod_ssl.so and the conf file in httpd.conf and restarted apache. Now we are getting below errors while

SSL is not working in Java Mobile Applications

2009-04-02 Thread SivaKumarl
with remaining https urls they are working fine in mobile, Please suggest to generate keystore file for mobiles and how access in mobiles. Thanks and Regards Siva -- View this message in context: http://www.nabble.com/SSL-is-not-working-in-Java-Mobile-Applications-tp22847973p22847973.html Sent from

Re: SSL is not working in Java Mobile Applications

2009-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Siva, On 4/2/2009 9:34 AM, SivaKumarl wrote: I am developing java mobile application using XHTML-MP,i generate a key store file and configured in Tomcat Server.xml it is working fine in browsers but while accessing through mobile i am getting