Re: [users@httpd] SSL hooks

2017-10-19 Thread Luca Toscano
Hi, 2017-10-19 1:06 GMT+02:00 Adi Mallikarjuna Reddy V < adimallikarjunare...@gmail.com>: > Hi > > I am looking at this file https://github.com/apache/httpd/blob/trunk/ > modules/ssl/mod_ssl_openssl.h and see that there are 3 hooks defined for > handling SSL connections. Are these available for m

Re: [users@httpd] Apache load module path

2017-10-19 Thread Luca Toscano
Hi, 2017-10-18 21:14 GMT+02:00 renee ko : > Team, > > I have LoadModules configured under the default RedHat httpd directory. > > Example: > LoadModule proxy_module /usr/lib64/httpd/modules/mod_proxy. > > I would like the modules to be changed to another > directory(/usr/local/apache2/modules). >

[users@httpd] SSL Session Timeout value

2017-10-19 Thread Nipun Thathsara
Hi, Scenario: - My backend service is configured to TLS1.1 initially. Client support all TLS versions. - Upon sending a request SSL handshake happens like this. *Client Hello TLS1.2 Server Hello TLS1.1* - Then i configure backend service to TLS1.2 - Upon sending a request hand