A warning message is displayed when using HTTPS/SSL with out-of-the-box Web Mapping Applications.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM045783
Submitted
June 8, 2009
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.3.1
Status
Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
Additional Information
10.1 was the last release of the .NET WebADF technology. Client APIs (JavaScript/Flex/Silverlight) are recommended for web application development.
Workaround
***** The workaround is not valid if a print task/or any other task is added to the app ******1. Open the skin file for the Theme in use, for example the following Blue Bridge themeC:\Inetpub\wwwroot\testssl\App_Themes\Blue_Bridge\default.skin2. Edit the URL of the TitleBarBackgroundImage to the full https URL of the image:<esri:FloatingPanel runat="server" BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black"TitleBarColor="#2F5675" TitleBarHeight="24px" TitleBarSeparatorLine="True"Transparency="0" Font-Bold="True" TitleBarForeColor="White"TitleBarBackgroundImage="https://<server_name>/<app_name>/App_Themes/Blue_Bridge/images/blue-gradient-24x1.gif" />