[CentOS] Mod_gnutls

Bart Baars centos at bartbaars.nl
Sat May 16 10:36:25 UTC 2009


Okay, here it is:

<VirtualHost 192.168.0.23:443>
     ServerName webmail.bartbaars.nl
#     SSLProxyEngine ON
     ProxyRequests off
     ProxyPreserveHost On
     ProxyPass / http://zstore.bartbaars.nl/
     ProxyPassReverse / http://zstore.bartbaars.nl/
     GnuTLSEnable on
     GnuTLSPriorities NORMAL
     GnuTLSCertificateFile /etc/pki/tls/certs/webserver.cert
     GnuTLSKeyFile /etc/pki/tls/private/webserver.key
     GnuTLSClientCAFile /etc/pki/tls/certs/ca.cert
     ErrorLog /var/log/httpd/webmail/error_log
     CustomLog /var/log/httpd/webmail/access_log combined
</VirtualHost>


Cheers,

Bart
----- "David Hrbáč" <hrbac.conf at seznam.cz> wrote:

> From: "David Hrbáč" <hrbac.conf at seznam.cz>
> To: "CentOS mailing list" <centos at centos.org>
> Sent: Friday, 15 May, 2009 16:01:41 GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
> Subject: Re: [CentOS] Mod_gnutls
>
> Bart Baars napsal(a):
> > Looks like I am running into this
> (http://issues.outoforder.cc/view.php?id=87) bug..
> > 
> > 
> > I am proxy'ing Zimbra with Apache. It looks like Apache is also
> talking HTTPS to Zimbra, but it shouldn't do that :(
> > 
> > Cheers,
> > 
> > Bart
> 
> We are proxing a lot of sites. Make sure the proxy is configure to
> talk
> to HTTP not HTTPS server. Send your conf.
> David
> 
> PS: Cups issue should be solved now.
> 
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos



More information about the CentOS mailing list