Hooray! It works. Thank you!
For anyone else who might come across this thread in the future, I
checked that link Dave pasted here and then installed version 2.5 from
source. I was initially using the latest copy from the CentOS 5.5 yum
repository, which is 2.4.4.
Here is a snippet of my config file now that I have an SSL backend working:
ListenHTTPS
Address 0.0.0.0
Port 443
cert "/var/www/ssl/mycertificate.pem"
End
Service
BackEnd
Address 10.10.10.49
# Port 80
Port 443
HTTPS
End
On an unrelated note, pound would not start at first because it was
looking in the wrong place for the configuration file. Why does the
installation routine put that file in one place while the binary
executable looks in another? Is that happening because of something
I've done?
[root@poundvm1 ~]# pound -v
starting...
Control "/var/lib/pound/pound.cfg" bind: No such file or directory
[root@poundvm1 ~]# mkdir /var/lib/pound
[root@poundvm1 ~]# ln -s /usr/local/etc/pound.cfg /var/lib/pound/pound.cfg
[root@poundvm1 ~]# pound -v
starting...
[root@poundvm1 ~]# ps -ef | grep pound
pound 2284 1 0 11:25 ? 00:00:00 pound -v
pound 2285 2284 0 11:25 ? 00:00:00 pound -v
Thanks again,
Mike
On 30 March 2011 07:01, Dave Steinberg <[email protected]> wrote:
> On 3/29/2011 7:52 PM, Simon Males wrote:
>>>
>>> or maybe because Pound does not actually support SSL back-ends.
>>
>> Pound does not actually support SSL back-ends.
>
> Lies!
>
> To the OP: any standard pound config will work, in versions later than 2.5
> you can use the 'HTTPS' directive in a backend block.
>
> http://www.sfr-fresh.com/unix/www/Pound-2.5.tgz:a/Pound-2.5/pound.8#sect10
>
> Regards,
> --
> Dave Steinberg
> http://www.geekisp.com/
> http://www.steinbergcomputing.com/
> http://www.redterror.net/
>
> --
> To unsubscribe send an email with subject unsubscribe to [email protected].
> Please contact [email protected] for questions.
>
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.