Skip to content

Commit d3663ab

Browse files
authored
Added step to update serviceMetadata tag
Without the metadata update the silverlight client was still throwing errors. Comments within the mdsWsHttpBehavior suggest that the need for this change is already part of the common knowledge around configuring MDS to use SSL.
1 parent 1a54487 commit d3663ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/master-data-services/install-windows/secure-a-master-data-manager-web-application.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ manager: craigg
5353
10. Now open the web.config file from *drive*:\Program Files\Microsoft SQL Server\130\Master Data Services\WebApplication.
5454

5555
11. Find the string `<security mode="Message">` and change it to `<security mode="Transport">`.
56+
57+
12. Adjust `<serviceMetadata httpGetEnable="true" httpsGetEnabled="false">` to `<serviceMetadata httpGetEnable="false" httpsGetEnabled="true">` to solve issues that manifest through the silverlight client.
5658

57-
12. Save and close the file. If you get an error, it could be because you have UAC enabled. For more information, see [Turn off User Account Control](http://technet.microsoft.com/library/cc709691\(WS.10\).aspx). Users should now be able to use HTTPS to access the site.
59+
13. Save and close the file. If you get an error, it could be because you have UAC enabled. For more information, see [Turn off User Account Control](http://technet.microsoft.com/library/cc709691\(WS.10\).aspx). Users should now be able to use HTTPS to access the site.
5860

5961
## See Also
6062
[Create a Master Data Manager Web Application &#40;Master Data Services&#41;](../../master-data-services/install-windows/create-a-master-data-manager-web-application-master-data-services.md)

0 commit comments

Comments
 (0)