Re: Tomcat Times out with CAN'T REACH THIS PAGE msg after new SSL Certs imported

2021-12-18 Thread Mark Thomas
On 17/12/2021 15:27, Nobles, Craig (Charles) wrote: Greetings - we're looking for any help available on this error we're getting after importing new SSL certificates. Everything appears to go well with all of the SSL certificate steps but our Tomcat 9.0.26 Web Front-End server (used to operate

Tomcat Times out with CAN'T REACH THIS PAGE msg after new SSL Certs imported

2021-12-17 Thread Nobles, Craig (Charles)
Greetings - we're looking for any help available on this error we're getting after importing new SSL certificates. Everything appears to go well with all of the SSL certificate steps but our Tomcat 9.0.26 Web Front-End server (used to operate our SAP Business Intelligence 4.2 SP8 environment) f

Re: Two SSL certs. for same web app

2011-08-31 Thread Greg Johnson
Jeffrey wrote: >I do hope you are billing them an arm & a leg for that "better" certificate. Our client is an integral partner of a well-known certificate provider, so they are providing it for us without chargefor just their subdomain.  Chuck wrote: >Since you have only one , the name attri

[OT] Two SSL certs. for same web app

2011-08-31 Thread Jeffrey Janner
o: users@tomcat.apache.org > Subject: Two SSL certs. for same web app > > We have a wildcard SSL cert. installed on our tomcat (6.0.18) instance. > We are not fronted by Apache, as we just use Tomcat to serve the > content directly. We provide subdomains for our clients to connec

RE: [Solved] Two SSL certs. for same web app

2011-08-31 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: [Solved] Two SSL certs. for same web app > Since you have only one , the name attribute is irrelevant > as long as it matches the defaultHost setting in the . Should also note that the standard value of "localhost" for the def

RE: [Solved] Two SSL certs. for same web app

2011-08-31 Thread Caldarale, Charles R
> From: Greg Johnson [mailto:gre...@yahoo.com] > Subject: [Solved] Two SSL certs. for same web app > I did end up needing to slightly change the Host and Engine > declarations to point to 'ip-address-one' in my example. That change isn't necessary. >     Sinc

Re: [Solved] Two SSL certs. for same web app

2011-08-31 Thread Pid
On 31/08/2011 11:48, Pid wrote: > On 31/08/2011 08:24, Greg Johnson wrote: >> No, and you don't need to make any changes other than adding the extra >> . Traffic from both s will be routed to the single >> and . >>> Thanks for the advice, Chuck. I did end up needing to slightly change the >>>

Re: [Solved] Two SSL certs. for same web app

2011-08-31 Thread Pid
On 31/08/2011 08:24, Greg Johnson wrote: > No, and you don't need to make any changes other than adding the extra > . Traffic from both s will be routed to the single > and . >> Thanks for the advice, Chuck. I did end up needing to slightly change the >> Host and Engine declarations to point t

[Solved] Two SSL certs. for same web app

2011-08-31 Thread Greg Johnson
No, and you don't need to make any changes other than adding the extra .  Traffic from both s will be routed to the single and . >Thanks for the advice, Chuck. I did end up needing to slightly change the Host >and Engine declarations to point to 'ip-address-one' in my example. So my >server.xm

RE: Two SSL certs. for same web app

2011-08-29 Thread Caldarale, Charles R
> From: Greg Johnson [mailto:gre...@yahoo.com] > Subject: Two SSL certs. for same web app > I've done some research and I believe I should use the "address" > parameter on the connectors, so that I would then have two sets of > Connector's, using the "cl

Two SSL certs. for same web app

2011-08-29 Thread Greg Johnson
We have a wildcard SSL cert. installed on our tomcat (6.0.18) instance. We are not fronted by Apache, as we just use Tomcat to serve the content directly. We provide subdomains for our clients to connect to us. For example: https://client1.mycompany.com represents "client 1's" portal into our web

RE: SSL Certs

2007-03-09 Thread Erich Rockman
The problem is my signed cert needs to be chained to the CA. -Original Message- From: Michael Holstein [mailto:[EMAIL PROTECTED] Sent: Friday, March 09, 2007 1:00 PM To: Tomcat Users List Subject: Re: SSL Certs > Thanks. Works like a charm. One more question. How do I establish

Re: SSL Certs

2007-03-09 Thread Michael Holstein
Thanks. Works like a charm. One more question. How do I establish the chain to the CA? Do I do it using keytool? Yes. Import the intermediates and root certificates into the same keystore. For the root CA you shouldn't use the -trustcacerts line. Use the same keystore file, just pick differen

RE: SSL Certs

2007-03-09 Thread Erich Rockman
Thanks. Works like a charm. One more question. How do I establish the chain to the CA? Do I do it using keytool? -Original Message- From: Philip Brusten [mailto:[EMAIL PROTECTED] Sent: Friday, March 09, 2007 9:30 AM To: Tomcat Users List Subject: Re: SSL Certs Hello, Erich Rockman

Re: SSL Certs

2007-03-09 Thread Michael Holstein
Note : if you have a recent cert signed by Verisign, you need to have their intermediate cert loaded into the same keystore. I ran into this problem recently. Instructions for loading that are the same as for your cert, just pick a different name for it (eg: not 'root'). anyway .. here you go

RE: SSL Certs

2007-03-09 Thread Caldarale, Charles R
> From: Erich Rockman [mailto:[EMAIL PROTECTED] > Subject: SSL Certs > > cannot figure out whick keytool commands to use to load it. Read the keytool doc: http://java.sun.com/j2se/1.5.0/docs/tooldocs/index.html#security Select the doc for whichever platform you're using

Re: SSL Certs

2007-03-09 Thread Philip Brusten
Hello, Erich Rockman wrote: Hello. I am trying to take an SSL key/cert from another machine and move it to my app server using the keytool. I have a key file and the signed cert from a CA but cannot figure out whick keytool commands to use to load it. Any help would be appreciated. Thanks. T

SSL Certs

2007-03-09 Thread Erich Rockman
Hello. I am trying to take an SSL key/cert from another machine and move it to my app server using the keytool. I have a key file and the signed cert from a CA but cannot figure out whick keytool commands to use to load it. Any help would be appreciated. Thanks.