Not seeing any redirects in Charles. It manifests after you click the next button on the initial screen in the installer.
I think I found the request in the sdk-installer-config-4.0.xml request. http://flex.apache.org/installer/sdk-installer-config-4.0.xml <!-- Mirror URL CGI --> <mirror name="MirrorURLCGI" path="" file="single-mirror-url--xml.cgi"/> On Thu, Sep 1, 2016 at 8:11 AM, Alex Harui <[email protected]> wrote: > AFAICT, the installer code does not request single-mirror-url--xml.cgi, it > only requests single-mirror-url.cgi. Do you see any sort of redirect > prior to the failing request? The installer started up just fine for me > on my Mac OSX. > > Thanks, > -Alex > > On 9/1/16, 6:20 AM, "Clint M" <[email protected]> wrote: > > >Getting this error: > > > >Installer version 3.2.0 (mac) > >Using Locale: en_US > >Fetched the SDK download mirror URL from the CGI. > >Error #2031 > >Installation aborted > > > >Here's the raw request/response in Charles: > > > >Request: > >------------------------- > > > >GET /single-mirror-url--xml.cgi HTTP/1.1 > >Host: flex.apache.org > >Cookie: > >x-flash-version: 22,0,0,175 > >Connection: keep-alive > >Accept: */* > >User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) > >AppleWebKit/533.19.4 (KHTML, like Gecko) AdobeAIR/22.0 > >Accept-Language: en-us > >Referer: app:/InstallApacheFlex.swf > >Accept-Encoding: gzip, deflate > > > >Response: > >------------------------- > > > >HTTP/1.1 200 OK > >Date: Thu, 01 Sep 2016 13:13:18 GMT > >Server: Apache/2.4.7 (Ubuntu) > >Content-Length: 34 > >Keep-Alive: timeout=30, max=99 > >Connection: Keep-Alive > >Content-Type: text/xml > > > >http://apache.mirrors.ionfish.org/ > > > >------------------------- > > > >It seems like the content type is set to text/xml but it's sending the url > >as plain text? > >
