Report URL returned is http

3607
1
05-05-2011 08:42 PM
PrashanthSukumaran
New Contributor II
Hi,

Now that the SSL cert issue is fixed.  I am facing a new one.  The response of the SummaryReportsTask is returning the url as http and not https.

{
  "results":
  [
    {
      "paramName":"Demographic and Income Report.PDF",
      "dataType":"GPDataFile",
      "value":
      {
        "url":"http://domain.name/arcgisoutput/_ags_T4ABCE3C7542A58BEC092ED14D1309.pdf"
      }
    }
  ],
  "messages":
  [
  ]
}


Since i have disabled http and enabled "Require ssl" in the IIS the http url is failing with a 403 - forbidden (which is correct and expected).

As a workaround I am currently doing a string replace to change the protocol to https.  Is there any configuration changes required on the sever so that the url is returned with the correct protocol.
0 Kudos
1 Reply
by Anonymous User
Not applicable
What happens if you change the virtual output directory URL in the map service' CFG file to use https?
0 Kudos