[users@httpd] Apache httpd 2.4.48 was installed successfully on CentOS 7.8 using rpm

2021-06-02 Thread kohmoto
Hi, Platform:     CentOS Linux release 7.9.2009 (Core)     kernel version: kernel-3.10.0-1160.25.1.el7.x86_64 I have installed the newly released Apache httpd 2.4.48 on the above  platform through rpmbuilding successfully without problems. Thank you all contributors to this project for this

Aw: [users@httpd] Newer Apache does not offer TLS cipher with TLSv1 anymore

2021-06-02 Thread Hildegard Meier
P.S. OpenSSL seems to offer the cipher ECDHE-RSA-AES256-SHA via TLSv1 on the new server (Ubuntu 18): openssl ciphers -v -s -tls1 | grep '^ECDHE-RSA-AES256-SHA ' ECDHE-RSA-AES256-SHATLSv1 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA1 -

[users@httpd] Newer Apache does not offer TLS cipher with TLSv1 anymore

2021-06-02 Thread Hildegard Meier
Hello, we host a website which clients still need to use the cipher ECDHE-RSA-AES256-SHA with protocol "TLSv1.0" aka "TLSv1". With our old Apache server that worked. Spec: Ubuntu 14.04 LTS Apache 2.4.7-1ubuntu4.22 OpenSSL 1.0.1f-1ubuntu2.27 Apache config: SSLProtocol -all +TL