https://issues.apache.org/bugzilla/show_bug.cgi?id=57334
--- Comment #3 from [email protected] --- We have openssl-1.0.1j as well. I'm using this expect script to reproduce it: #!/usr/bin/expect set HOST serverB set CERT myCert.pem set KEY mykey.pem spawn openssl s_client -connect $HOST:443 -cert $CERT -key $KEY -tls1 -crlf expect -- "---" send "GET / HTTP/1.1\n" send "Host: $HOST\n" send "\n" expect eof Note that the lines: ErrorDocument 403 /error_path/403.html <Location /error_path> </Location> from the minimal httpd.conf are also necessary to reproduce the segfault (independent whether 403.html exists or not). -- 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]
