On 2015-07-17 4:18 PM, Yann Ylavic wrote:
Thanks, I finally managed to build libressl on my system and
httpd-2.4.x linked to it.
However since this isn't the system's native libssl, the perl
framework (libwww-perl/5.836 here) does not use it (but Debian's
libssl-0.9.8o-4squeeze20), so I had to use libressl's "openssl
s_client" to reproduce the case.
So:
$ /path/to/httpd/2.4.x/bin/httpd -f
/path/to/httpd/framework/trunk/t/conf/httpd.conf -X
on the server side, and:
$ /path/to/libressl/2.2.1/bin/openssl s_client -connect localhost:8532 -state
on the client side, with this simple request:
GET /require-aes128-cgi HTTP/1.1
Host: localhost:8532
What else did you change in your configuration files - to get it to
listen on port 8352? When I run the same commands I do not see any port
activated (just a file added to netstat -tn output) and the client
cannot connect.
root@x068:[/data/prj/apache/httpd/test]diff x1 x2
54a55,56
> f100060006979808 stream 0 0 f10001001919fc38
0 0 0
/data/prj/apache/httpd/test/t/logs/cgisock.495796
> f100060006943500
root@x068:[/data/prj/apache/httpd/test]/opt/bin/openssl s_client
-connect localhost:8352 -state
connect: Connection refused
connect:errno=9