>>> Ruiyuan Jiang 3-6-2010 23:02 >>>
>Hi, I tested and I got "ssl error code 47" error. It seems to me that Apache
>wants to terminate any port 443 traffic.
>The Citrix presentation server does not allow termination of the traffic at
>port 443. Otherwise Citrix will have an error.
>Is there a w
ssing port 443 traffic without
doing anything like a firewall does?
Thanks.
Ryan
-Original Message-
From: Joost Heer, de [mailto:j.d.h...@atriummc.nl]
Sent: Wednesday, June 02, 2010 6:08 AM
To: users@httpd.apache.org
Subject: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy
To: users@httpd.apache.org
Subject: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix
MetaFrame Presentation Server
>>> Igor Cicimov 2-6-2010 2:11 >>>
>Maybe this will work:
>
> Servername citrix.example.com
> ProxyRequest
>>> Igor Cicimov 2-6-2010 2:11 >>>
>Maybe this will work:
>
> Servername citrix.example.com
> ProxyRequests Off
> AllowCONNECT 443
> ProxyPass / backendserver
> ProxyPassReverse / backendserver
>
AllowCONNECT is for forward proxies. You need SSLProxyEngine on, and th
Maybe this will work:
Servername citrix.example.com
ProxyRequests Off
AllowCONNECT 443
ProxyPass / backendserver
ProxyPassReverse / backendserver
and yes you need to have mod_proxy_connect loaded first.
Igor
On Wed, Jun 2, 2010 at 5:02 AM, Ruiyuan Jiang wro
Hi,
I need to setup a Reverse Proxy server for Citrix MetaFrame Presentation server
for people to access internal resources.
My Apache reverse proxy server is running and it proxies http and https
requests.
The Citrix backend server uses port 443 for TCP tunnel not https.
Should I use mod_proxy