AW: [users@httpd] connecting client tlsv1.0 to apache proxy tlsv1.1/tlsv1.2 is missing TLS-alert on close

2018-01-10 Thread michael.nguyen
Hi Yann, I'm using Apache 2.4.29 and for openssl: $ openssl version OpenSSL 1.0.2l 25 May 2017 When I try to connect via tlsv1.0 it turns out like this $ curl --tlsv1.0 --insecure https://dummy.localhost/ % Total% Received % Xferd Average Speed TimeTime Time Current

Re: [users@httpd] connecting client tlsv1.0 to apache proxy tlsv1.1/tlsv1.2 is missing TLS-alert on close

2018-01-09 Thread Samsul Arefin
Hi Yann, Thank for the mail. I am Samsul. I am an Upwork freelancer and trying to improve my skill-set taking some online web development lessons. As you wanted to know, I am using Apache HTTP Server 2.4 & OpenSSL 1.1.0g 2 Nov 2017. Regards. On Wed, Jan 10, 2018 at 1:13 AM, Yann Ylavic

Re: [users@httpd] connecting client tlsv1.0 to apache proxy tlsv1.1/tlsv1.2 is missing TLS-alert on close

2018-01-09 Thread Yann Ylavic
Hi Michael, On Tue, Jan 9, 2018 at 6:02 PM, wrote: > > When I try to connect to the apache via curl with something like this "curl > --tlsv1.0 --insecure https://test.localhost; and trace the network > communication via wireshark you can see that the TLS-Alert is

[users@httpd] connecting client tlsv1.0 to apache proxy tlsv1.1/tlsv1.2 is missing TLS-alert on close

2018-01-09 Thread michael.nguyen
Hi all, English is my second language and I'm sorry for any kind of misspelling or wrong formulation. This is the first time I'm posting here so I would appreciate any kind of advice concerning my form of writing this message :) The problem I'm facing right now is rather easy to set up. I have