https://bz.apache.org/bugzilla/show_bug.cgi?id=64437
--- Comment #3 from Armin Abfalterer <[email protected]> --- Ok, here some more information... The error message "SSL Proxy connect failed" is produced here https://github.com/apache/httpd/blob/2.4.43/modules/ssl/ssl_engine_io.c#L1244 By tracking down the code path starting from SSL_connect() one finishes in OpenSSL's ssl3_read_bytes(), more precisely at this position https://github.com/openssl/openssl/blob/OpenSSL_1_1_1g/ssl/record/rec_layer_s3.c#L1727 The comment in the code "At this point, we were expecting handshake data, but have application data." exactly reflects the dump of attachment 3744. Anyway, I still not get it what what's going wrong. As already mentioned, doing the same without mod_proxy works fine. So, any hint in the right direction is highly appreciated! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
