<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Secure WMS over HTTPS in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674040#M20531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I forgot to mention in the original post that PKI is enabled as well as SSL. Thanks. It looks like the default behavior of the flex viewer doesn't recognize when a wms is PKI enabled because it doesn't ask for my certificate when I load the viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Will&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Mar 2012 10:18:28 GMT</pubDate>
    <dc:creator>WillHughes1</dc:creator>
    <dc:date>2012-03-11T10:18:28Z</dc:date>
    <item>
      <title>Secure WMS over HTTPS</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674038#M20529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure how to format a secure wms in the Flex Viewer v. 2.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer tag in the config looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="POIS" type="wms" visible="true" alpha="1.0" visibleLayers="Hospitals" version="1.3.0" skipGetCapabilities="true"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A href="https://giswebservername/services/maps/WMS?SERVICE=WMS&amp;amp;request=GetCapabilities&amp;amp;version=1.3.0"&gt;https://giswebservername/services/maps/WMS?SERVICE=WMS&amp;amp;request=GetCapabilities&amp;amp;version=1.3.0&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This error message pops up below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Map Manager Message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;layer failed to load: Fault code: Channel.Security.Error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault info: Security error accessing url&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault details: Destination: DefaultHTTPS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can connect to this wms in ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Will&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 00:49:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674038#M20529</guid>
      <dc:creator>WillHughes1</dc:creator>
      <dc:date>2012-03-08T00:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Secure WMS over HTTPS</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674039#M20530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just recently started with Flex, so I'm not too experienced, but I'll give it a shot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First off, your URL looks incorrect...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;url="https://giswebservername/services/maps/WMS?SERVICE=WMS&amp;amp;request=GetCapabilities&amp;amp;version=1.3.0"&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You have too much stuff in it.&amp;nbsp; Delete everything past the question mark.&amp;nbsp; Especially the "request=GetCapabilities"...&amp;nbsp; That requests an XML file of what the WMS can supply, not an image.&amp;nbsp; I think the Flex app adds the service= and version= and other stuff to request the image it needs.&amp;nbsp; That's why you have...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;type="wms" visibleLayers="Hospitals" version="1.3.0"&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;...in the layer definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second, I have no idea if it can do WMS over HTTPS.&amp;nbsp; I'd try making it work with standard HTTP first, then try HTTPS if I really wanted it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 01:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674039#M20530</guid>
      <dc:creator>NeilMartinko</dc:creator>
      <dc:date>2012-03-08T01:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Secure WMS over HTTPS</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674040#M20531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I forgot to mention in the original post that PKI is enabled as well as SSL. Thanks. It looks like the default behavior of the flex viewer doesn't recognize when a wms is PKI enabled because it doesn't ask for my certificate when I load the viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Will&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2012 10:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674040#M20531</guid>
      <dc:creator>WillHughes1</dc:creator>
      <dc:date>2012-03-11T10:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Secure WMS over HTTPS</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674041#M20532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All attributes should be lowercase. See doc at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Layer_tag/01m30000000p000000/"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Layer_tag/01m30000000p000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 16:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674041#M20532</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-03-13T16:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Secure WMS over HTTPS</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674042#M20533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone out there figured out how to insert secured wms (AFW-WEBS) into the flexviewer? I can see the wms services from within ArcCatalog, however, the services don't display in the flexviewer. I am pretty sure this is due the wms security since a certificate is required in order to view the services. Initially on load of my flexviewer (on my server)&amp;nbsp; there is a prompt for certificate, however, the flexviewer doesn't prompt for a certificate on loading the secure wms. Is there a way to force trigger prompt for certificate when reading in the secure wms?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 00:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674042#M20533</guid>
      <dc:creator>WillHughes1</dc:creator>
      <dc:date>2012-10-25T00:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Secure WMS over HTTPS</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674043#M20534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does it prompt for the client certificate in browsers other than IE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the bottom of this page is a workaround for IE that you could try adapting for your WMS server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Secured_services/017p00000009000000/"&gt;http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Secured_services/017p00000009000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 00:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/secure-wms-over-https/m-p/674043#M20534</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-10-26T00:37:33Z</dc:date>
    </item>
  </channel>
</rss>

