Re: How to create ssl backend connections in a module?

2017-06-29 Thread Sorin Manolache
On 2017-06-29 19:36, Christoph Rabel wrote: Hi, I have written an apache module that sometimes connects to a backend server. Currently it does that through http, open a socket, send a get request, get a response, process it. Nothing special. Now we need to support https too and I am wondering,

Re: svn commit: r1782209 - /httpd/httpd/branches/2.4.x/STATUS

2017-06-29 Thread Jacob Champion
On 06/27/2017 04:59 PM, Eric Covener wrote: I would just as well pull this block out entirely rather than taking the "fpm||" half of the test out. It seems like if you go out of your way to run a script with PATH_INFO set as some parameter that we shouldn't negate that. And like the non

How to create ssl backend connections in a module?

2017-06-29 Thread Christoph Rabel
Hi, I have written an apache module that sometimes connects to a backend server. Currently it does that through http, open a socket, send a get request, get a response, process it. Nothing special. Now we need to support https too and I am wondering, how that could be accomplished. Should I use

Re: svn commit: r1800162 - in /httpd/test/framework/trunk/t: conf/extra.conf.in modules/proxy.t

2017-06-29 Thread William A Rowe Jr
On Wed, Jun 28, 2017 at 8:08 AM, wrote: > Author: jim > Date: Wed Jun 28 13:08:41 2017 > New Revision: 1800162 > > --- httpd/test/framework/trunk/t/modules/proxy.t (original) > +++ httpd/test/framework/trunk/t/modules/proxy.t Wed Jun 28 13:08:41 2017 > @@ -7,7 +7,7 @@ use