Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Daniel Mikusa
On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Need some more info here... 1.) What

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
Daniel Mikusa wrote: On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have the following structure : Apache HTTP (Proxy) -- Tomcat . So, I have configured SSL on Apache HTTP, how do I configure SSL in my application in Tomcat? Need some more info

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Leonardo Torres
Currently, the communication between httpd and tomcat is via HTTP. Tomcat version is 7.0.42 I have a resource within the tomcat that needs to be accessed via SSL, but the SSL is configured on HTTPD. How can I configure that ? Excuse me, but I'm newbie in server configuration. On Mon, Sep 30,

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Daniel Mikusa
On Sep 30, 2013, at 9:24 AM, Leonardo Torres leonardotorr...@gmail.com wrote: First, please don't top post. Reply at the bottom or inline, like I'm doing. Currently, the communication between httpd and tomcat is via HTTP. Is that OK? Does it need to be encrypted? Tomcat version is 7.0.42

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
Hi. Do not top-post on this list. If someone looks at your last message, he has to then scroll dow the message to try to figure out what you are responding to. That is annoying. So I moved your responses where they belong. On Mon, Sep 30, 2013 at 10:11 AM, André Warnier a...@ice-sa.com

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Cédric Couralet
Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application require HTTPS ? An application usually doesn't care how it is accessed, except if some configuration of the application requires it to get some information from the SSL protocol (like a

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 9/30/13 9:40 AM, André Warnier wrote: On Mon, Sep 30, 2013 at 10:11 AM, André Warnier a...@ice-sa.com wrote: Daniel Mikusa wrote: On Sep 30, 2013, at 8:20 AM, Leonardo Torres leonardotorr...@gmail.com wrote: Hi guys, I have

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cédric, On 9/30/13 10:06 AM, Cédric Couralet wrote: Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application require HTTPS ? An application usually doesn't care how it is accessed, except if

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Cédric Couralet
2013/9/30 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cédric, On 9/30/13 10:06 AM, Cédric Couralet wrote: Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application require HTTPS ? An

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread André Warnier
Cédric Couralet wrote: 2013/9/30 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cédric, On 9/30/13 10:06 AM, Cédric Couralet wrote: Hi, 2013/9/30 André Warnier a...@ice-sa.com: Hi. [...] The question is now : why does that application

Re: Apache HTTP + Tomcat + SSL

2013-09-30 Thread Cédric Couralet
I said An application *usually* doesn't care how it is accessed. Most applications do not. Some do. But I would argue that this would not be such a good design, because it removes flexibility in the application. It would mean that the application then cannot work in a context where there is

RE: Apache HTTP + Tomcat + SSL

2008-11-21 Thread Peter Crowther
From: Alexander Diedler [mailto:[EMAIL PROTECTED] What ist he best-practice to use SSL with a Frontend Apache Webserver and a mod_jk connected Tomcat? Define the SSL in Tomcat or in Apache Frontend? In Apache httpd. Has the SSL functions to be enabled on Tomcat? No. In a pure mod_jk