Re: [users@httpd] configured HTTP(80) on the standard HTTPS(443) port!

2017-04-04 Thread Yehuda Katz
The first warning is telling you that you are serving regular HTTP traffic on what is usually an HTTPS port. This is because you do not have any SSL configuration on the virtual host on port 443. You need "SSLEngine on" and certificate information at least. You can ignore the second warning about "

[users@httpd] configured HTTP(80) on the standard HTTPS(443) port!

2017-04-04 Thread Robert Moskowitz
I just noticed the following in error_log on httpd startup: [Tue Apr 04 21:20:43.030519 2017] [ssl:warn] [pid 15521] AH01916: Init: (z9m9z.test.htt-consult.com:443) You configured HTTP(80) on the standard HTTPS(443) port! [Tue Apr 04 21:20:43.030759 2017] [ssl:warn] [pid 15521] AH02292: Init:

Re: [users@httpd] mod_auth_cas issue ....

2017-04-04 Thread Mike Rumph
Hello F-, Did you try the following link: - https://groups.google.com/a/apereo.org/forum/#!forum/cas-user On 3/30/2017 3:29 PM, FHDATA wrote: hello, anybody knows if mod_auth_cas has any mailing list so I can post this issue there? ones I found on the net are all "dead" (bounced when contact

Re: [users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Robert Moskowitz
On 04/04/2017 05:37 PM, Eric Covener wrote: On Tue, Apr 4, 2017 at 5:34 PM, Robert Moskowitz wrote: Now what do I do Every vhost with *:443 should have SSLEngine ON. I am seeing that. I have to relook at how roundcubemail NORMALLY configures its helper urls and adjust that to my new

Re: [users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Eric Covener
On Tue, Apr 4, 2017 at 5:34 PM, Robert Moskowitz wrote: > Now what do I do Every vhost with *:443 should have SSLEngine ON. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org Fo

Re: [users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Robert Moskowitz
On 04/04/2017 05:17 PM, Eric Covener wrote: On Tue, Apr 4, 2017 at 5:09 PM, Robert Moskowitz wrote: An error occurred during a connection to webmail.test.htt-consult.com. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG It usually m

Re: [users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Eric Covener
On Tue, Apr 4, 2017 at 5:09 PM, Robert Moskowitz wrote: > An error occurred during a connection to webmail.test.htt-consult.com. SSL > received a record that exceeded the maximum permissible length. Error code: > SSL_ERROR_RX_RECORD_TOO_LONG It usually means you're talking SSL to a non-SSL port.

[users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Robert Moskowitz
New 2.4 server on Centos; first attempt to connect via TLS and get: An error occurred during a connection to webmail.test.htt-consult.com. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG my conf file has: SSLEngine On

[users@httpd] Piping ssl error logs to a program

2017-04-04 Thread Milind Vaidya
Hi I am writing messages to error_log file as well as sending to std out. The setting looks like ErrorLog "| /usr/bin/tee -a /var/log/httpd/error_log | java -cp producer.jar stdin.producer.StdInProducer /CustomProducer/config.json >> /producer_init.log 2>&1"` Now I want to do similar thing

Re: [users@httpd] mod_lua and subprocess_env

2017-04-04 Thread Andrei Ivanov
On Wed, Mar 29, 2017 at 12:16 PM, Andrei Ivanov wrote: > On Thu, Mar 23, 2017 at 3:52 PM, Andrei Ivanov > wrote: > >> On Wed, Mar 22, 2017 at 5:08 PM, Yann Ylavic >> wrote: >> >>> On Wed, Mar 22, 2017 at 3:45 PM, Andrei Ivanov >>> wrote: >>> > On Wed, Mar 22, 2017 at 3:53 PM, Andrei Ivanov < >