adding HTTPS to the backend did not help. When restarting, pound complains with :
unknown directive " HTTPS" - aborted has anyone gotten pound to handle https on the backend also? This is specifically for webmin that is running on a server which i want accessible using webmin.mydomain.com I also have a proxmox server that only communicates with https, which i want accessible using https://proxmox.mydomain.com On Jan 9, 2011, at 5:33 PM, Dave Steinberg wrote: > On 1/9/2011 5:25 PM, Nelson Pereira wrote: >> done that, and the service looks like this: >> >> Service >> HeadRequire "Host:.*proxmox.mydomain.com.*" >> BackEnd >> Address 192.168.1.10 >> Port 443 >> End >> End >> >> Yet I keep getting the logs in syslog: >> can't read header >> e500 response error read from 192.168.1.10:443/GET / HTTP/1.1: Success >> (0.001 secs) >> >> and then i get a page cannot be displayed. > > Try adding "HTTPS" to the backend directive. I'm not 100% sure of the syntax > there, I think its literally a bareword as in: > > BackEnd > Address 192... > Port 443 > HTTPS > End > > That will tell pound to talk https to the backend. I don't use that myself > so I can't advise precisely how it should look, but play around with it or > maybe check the archives to see if there are examples. > > 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.
