[users@httpd] Re: Expected release date for 2.4.11

2015-01-08 Thread Christophe JAILLET
Le 07/01/2015 14:03, Michal Kudlacak a écrit : Hello, i would like to ask if there is any probable release date for 2.4.11 (GA version). Michal Kudlacak Hi, according to mails in the dev@ list, a new release should be expected by the end of the month. Release candidate should be available

Re: [users@httpd] Ignore SSL key/certificate errors

2015-01-08 Thread Yves Goergen
Am 08.01.2015 um 20:59 schrieb Scott (firstclasswatches.co.uk): openssl rsa -noout -modulus -in FILE.key openssl x509 -noout -modulus -in FILE.cer I noticed PHP has built-in methods for these tasks, so I might as well call these and save me the temporary file or stdin/stdout handling for the

Re: [users@httpd] Set header SSL_CLIENT_CERT

2015-01-08 Thread Bernard
Hello, Does anybody got a solution about this please ? Thank you.

Re: [users@httpd] How to route the request from apache with custom ports ( 86- http port, 4444-SSL port) to tomcat

2015-01-08 Thread Eric Covener
On Thu, Jan 8, 2015 at 2:37 AM, Sailaja Gadireddy sailaja.gadire...@gmail.com wrote: Now the issue is when I hit the url http://servername:86 and after providing the credentials, it is redirecting to https://servername:86 and throwing the below error. That port is either SSL enabled or it

Re: [users@httpd] How to route the request from apache with custom ports ( 86- http port, 4444-SSL port) to tomcat

2015-01-08 Thread Hendrik Schmieder
Eric Covener schrieb: On Thu, Jan 8, 2015 at 2:37 AM, Sailaja Gadireddy sailaja.gadire...@gmail.com wrote: Now the issue is when I hit the url http://servername:86 and after providing the credentials, it is redirecting to https://servername:86 and throwing the below error. That port is

Re: [users@httpd] How to route the request from apache with custom ports ( 86- http port, 4444-SSL port) to tomcat

2015-01-08 Thread Eric Covener
On Thu, Jan 8, 2015 at 8:24 AM, Hendrik Schmieder hendrik.schmie...@jedox.com wrote: isn't https://www.ietf.org/rfc/rfc2817.txt what Sailaja Gadireddy looks for ? Could be. I've never seen anyone use it in practice, but I've seen hundreds of times just using the wrong protocol/port

Re: [users@httpd] Ignore SSL key/certificate errors

2015-01-08 Thread Yves Goergen
Am 08.01.2015 um 20:59 schrieb Scott (firstclasswatches.co.uk): Found the below online. You should be able to run that to give you a good idea that nothing has been tampered with before allowing it into the config. - If everything matches (same modulus), the files are compatible. If not,

Re: [users@httpd] Ignore SSL key/certificate errors

2015-01-08 Thread Scott (firstclasswatches.co.uk)
Found the below online. You should be able to run that to give you a good idea that nothing has been tampered with before allowing it into the config. - If everything matches (same modulus), the files are compatible. If not, One of the file is not linked to the others. openssl rsa -noout

[users@httpd] Ignore SSL key/certificate errors

2015-01-08 Thread Yves Goergen
Hello, Currently, when I configure Apache web server for SSL and provide a broken file for the key or certificate, the server fails to start completely. Since I want to allow other users of my web server to upload their own key/cert files for their VirtualHosts, I need to thoroughly verify