web console error after configuring SSL
Hi, I'm receiving the following error accessing the opsmgr web console (appadvisor and appdiagnostics work) after I did the following: I added the https binding to IS. I enabled SSL on the default web site (where all the stuff runs) I switched to https in the Web Addresses setting in Administration. SCOM 2012 version 7.0.8560.0 on 2008 R2 Please provide the following information to the support engineer if you have to contact Microsoft Help and Support : System.ServiceModel.CommunicationException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState) at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState) --- End of inner exception stack trace --- at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state) at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result) --- End of inner exception stack trace --- at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result) at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result) at Microsoft.EnterpriseManagement.Presentation.Security.ServiceProxies.LogonServiceClient.LogonServiceClientChannel.EndGetConfiguration(IAsyncResult result) at Microsoft.EnterpriseManagement.Presentation.Security.ServiceProxies.LogonServiceClient.Microsoft.EnterpriseManagement.Presentation.Security.ServiceProxies.ILogonService.EndGetConfiguration(IAsyncResult result) at Microsoft.EnterpriseManagement.Presentation.Security.ServiceProxies.LogonServiceClient.OnEndGetConfiguration(IAsyncResult result) at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result) thanks, rudif
July 9th, 2012 12:12pm

Hi Rudif, Please double-check the settings referring to the following guides: Setting up the Operations Manager Web Part http://blogs.technet.com/b/momteam/archive/2011/09/27/setting-up-the-operations-manager-web-part.aspx Fun With SCOM 2012 DashboardsSharePoint & Visio Included http://blogs.technet.com/b/klince/archive/2012/05/05/fun-with-scom-2012-dashboards-sharepoint-amp-visio-included.aspx Using SharePoint to View Operations Manager Data http://technet.microsoft.com/en-us/library/hh212924.aspx Thanks.Yog Li TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2012 6:21am

hi, I'm not using the sharepoint opsmgr web part. This error is just running the web console. rudif
July 10th, 2012 11:15am

hi, I added more bindings which required me to add system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled to my web.config file. I confirmed that everything works fine using http. When I switch to https, only operations manager web console generates the error. rudif
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2012 5:05pm

Hi, I'm experiencing the same problem. Both the Application Advisor and Application Diagnostics work with the SSL and HTTPS binding, but the OperationsManager webconsole only works with HTTP binding. Any help would be greatly appreciated. regards, Arjan
July 11th, 2012 8:27am

Hi all, I expect the official Microsoft guidance would be to re-install the Web Console feature with the "Enable SSL" option selected. To get it working without a reinstall, you need to make two changes to the OperationsManager web.config file. The file is located at C:\Program Files\System Center 2012\Operations Manager\WebConsole\WebHost\web.config. 1. Modify the following line (changing 'true' to 'false'): <serviceMetadata httpGetEnabled="true"/> to be: <serviceMetadata httpGetEnabled="false"/> 2. Modify the following two lines (changing 'DefaultHttpBinding' to 'DefaultHttpsBinding'): <endpoint address="" binding="customBinding" contract="Microsoft.EnterpriseManagement.Presentation.Security.Services.ILogonService" bindingConfiguration="DefaultHttpBinding"/> <endpoint address="" binding="customBinding" contract="Microsoft.EnterpriseManagement.Presentation.DataAccess.Server.IDataAccessService" bindingConfiguration="DefaultHttpBinding"/> to be: <endpoint address="" binding="customBinding" contract="Microsoft.EnterpriseManagement.Presentation.Security.Services.ILogonService" bindingConfiguration="DefaultHttpsBinding"/> <endpoint address="" binding="customBinding" contract="Microsoft.EnterpriseManagement.Presentation.DataAccess.Server.IDataAccessService" bindingConfiguration="DefaultHttpsBinding"/> Cheers, Richard Richard Benwell www.squaredup.com
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2012 7:34am

Hi, As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as "Answered" as the previous steps should be helpful for many similar scenarios. In addition, wed love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems. Thanks,Yog Li TechNet Community Support
July 18th, 2012 5:31am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics