So Hi James and Jan-Frode,
With the help from both of I am now able to get to the site using https.
I want to thank both of you very much on both the help and quick responses.
So how I was able to resolve this was by doing what Jan-Forde suggested.
CONFIG proxy.config.http.server_ports STRING 80:ipv4 80:ipv6 443:ipv4:ssl 443:ipv6:ssl
Which caused the issue with getting
Your request is prohibited because it would cause a cycle.
In the browser.
And redirecting me to http instead of all request being proxied to https.
I know in the html is hard coded URL's with http and would need a redirect statement in the
remap.config so I added this.
redirect http://SomeDNSName.abc.xyz.com/ https:// SomeDNSName.abc.xyz.com/
But even that still didn’t fix the
Your request is prohibited because it would cause a cycle.
I was getting I ended up having to enable these 2 things in records.config
CONFIG proxy.config.reverse_proxy.enabled INT 1
CONFIG proxy.config.url_remap.remap_required INT 1
And everything started to work.
Once again thank you.
Dave
-----Original Message-----
From: Jan-Frode Myklebust [mailto:janfrode@tanso.net]
Sent: Wednesday, June 19, 2013 4:29 PM
To: users@trafficserver.apache.org
Subject: Re: Apache Traffic Server ver 3.2.4 https setup failing
On Wed, Jun 19, 2013 at 01:18:50PM -0400, Dave G Gmail Main wrote:
> Hi I installed ATS Version 3.2.4 on Ubuntu version 12
>
>
> CONFIG proxy.config.http.server_ports STRING 80 CONFIG
> proxy.config.http.connect_ports STRING 443 563
I wonder if this is old, or deprecated configs. I use the following format on our v3.2.4 traffic
servers:
CONFIG proxy.config.http.server_ports STRING 80:ipv4 80:ipv6 443:ipv4:ssl 443:ipv6:ssl
-jf
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.3345 / Virus Database: 3199/6407 - Release Date: 06/13/13
|