#Begin webmail.cfg
User nobody
Group nobody
#RootJail /usr/share/pound
ExtendedHTTP 1
WebDAV 1
LogLevel 2
HTTPSHeaders 0 "Front-End-Https: on"
ListenHTTPS 192.168.44.40,443 /usr/local/sbin/webmailcert1.pem
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
Hello,
With the following config file (pound 1.8), after I browse to the
appropriate site, I verify the certificate by clicking "ok", but then the
browser doesn't the backend.
In the log file, I get:
"no back end HTTP / 1.1 ...
Any help would be greatly appreciated.
UrlGroup "/(exchange|exchweb|public|WebID)/*"
BackEnd 172.16.6.9,80,1
EndGroup
UrlGroup ".*"
EndGroup
#End webmail.cfg
|