httpd 2.4.49

well

seems that its NGINX issue not apache

2021/09/21 18:40:40 [error] 135644#0: *11 SSL_do_handshake() failed (SSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:SSL alert number 70) while SSL handshaking to upstream, client: 95.160.158.107, server: radzikow.ski, request: "GET /favicon.ico HTTP/2.0", upstream: "https://185.238.72.14:8081/favicon.ico", host: "radzikow.ski", referrer: "https://radzikow.ski/wp-admin/update-core.php?action=do-plugin-upgrade"
2021/09/21 18:41:16 [error] 135644#0: *16 SSL_do_handshake() failed (SSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:SSL alert number 70) while SSL handshaking to upstream, client: 95.160.158.107, server: radzikow.ski, request: "GET /wp-admin/ HTTP/2.0", upstream: "https://185.238.72.14:8081/wp-admin/", host: "radzikow.ski"
2021/09/21 18:41:16 [error] 135644#0: *18 SSL_do_handshake() failed (SSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:SSL alert number 70) while SSL handshaking to upstream, client: 95.160.158.107, server: radzikow.ski, request: "GET /robots.txt?1632242460763 HTTP/2.0", upstream: "https://185.238.72.14:8081/robots.txt?1632242460763", host: "radzikow.ski"
2021/09/21 18:41:17 [error] 135644#0: *18 SSL_do_handshake() failed (SSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:SSL alert number 70) while SSL handshaking to upstream, client: 95.160.158.107, server: radzikow.ski, request: "GET /robots.txt?1632242462322 HTTP/2.0", upstream: "https://185.238.72.14:8081/robots.txt?1632242462322", host: "radzikow.ski"
2021/09/21 18:41:18 [error] 135644#0: *16 SSL_do_handshake() failed (SSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:SSL alert number 70) while SSL handshaking to upstream, client: 95.160.158.107, server: radzikow.ski, request: "GET /favicon.ico HTTP/2.0", upstream: "https://185.238.72.14:8081/favicon.ico", host: "radzikow.ski", referrer: "https://radzikow.ski/wp-admin/"

no custom config
 
I was surprised to see that custombuild is back to 2.4.48, so I'll be monitoring this thread and hopefully we'll see an update soon. :)

Edit: have now updated around 80 other (non-DirectAdmin) boxes with 2.4.49 with no negative consequences, so I'm surprised that it doesn't work on DA...
 
Last edited:
I was surprised to see that custombuild is back to 2.4.48, so I'll be monitoring this thread and hopefully we'll see an update soon. :)

Edit: have now updated around 80 other (non-DirectAdmin) boxes with 2.4.49 with no negative consequences, so I'm surprised that it doesn't work on DA...

It has serious issue:

 
so I'm surprised that it doesn't work on DA...
I don't think that it something has to do with DA, its likely more an combination of thing/plugins/extensions
We either don't have any problems despite we have all flavors of Centos boxes
 
I am not using Nginx on DA, so maybe the bug wouldn't hit me, but I would be willing to test out a new custombuild on an internal machine if that helps.
 
Last edited:
@smtalk
2.4.50 has been release, Please add file to custombuild
I want to try update to check it solve problem hang from 2.4.49



p.s. I try download by manual and build
It's error because need to generate config file with
Code:
cd httpd-2.4.50/
./buildconf
repack tar and rebuild again


in now I have
Server version: Apache/2.4.50 (Unix)
Server built: Oct 5 2021 11:34:54
Server's Module Magic Number: 20120211:117
Server loaded: APR 1.7.0, APR-UTIL 1.6.1
Compiled using: APR 1.7.0, APR-UTIL 1.6.1
Architecture: 64-bit
 
Last edited:
@smtalk
2.4.50 has been release, Please add file to custombuild
I want to try update to check it solve problem hang from 2.4.49



p.s. I try download by manual and build
It's error because need to generate config file with
Code:
cd httpd-2.4.50/
./buildconf
repack tar and rebuild again


in now I have
Updated, thanks.
 
Back
Top