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" <cmod...@gmail.com> 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?