On Fri, Jul 17, 2015 at 5:23 PM, Michael Felt <[email protected]> wrote:
> On 2015-07-17 4:18 PM, Yann Ylavic wrote:
>>
>> $ /path/to/libressl/2.2.1/bin/openssl s_client -connect localhost:8532 -state
>>
> 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.
I used the port defined for the SSL VirtualHost in
/path/to/httpd/framework/trunk/t/conf/ssl/ssl.conf (i.e. I ran httpd
directly with the configuration files generated by the framework).
That port may be determined the first time the tests are run though,
so you probably have to look at this VirtualHost's definition in your
environment...
Here I can see:
<VirtualHost _default_:8532>