System.Net.WebException: The remote server returned an error: (417) Expectation Failed.

0
I am getting below error when trying to login to app center . System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (417) Expectation Failed. ---> System.Net.WebException: The remote server returned an error: (417) Expectation Failed. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory factory, WebException responseException, ChannelBinding channelBinding) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Mendix.Modeler.MxIDService.ModelerServicePortType.IsAuthorizedFor(IsAuthorizedForRequest request) at Mendix.Modeler.MxIDService.ModelerServicePortTypeClient.Mendix.Modeler.MxIDService.ModelerServicePortType.IsAuthorizedFor(IsAuthorizedForRequest request) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\Service References\MxIDService\Reference.cs:line 460 at Mendix.Modeler.MxIDService.ModelerServicePortTypeClient.IsAuthorizedFor(authentication authentication, IsAuthorizedFor IsAuthorizedFor1) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\Service References\MxIDService\Reference.cs:line 468 at Mendix.Modeler.MxIDIntegration.MxID.CheckCredentials(String wannabeUserName, String wannabePassword, Boolean& usedProxyAuthentication) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MxIDIntegration\MxID.cs:line 131 at Mendix.Modeler.MxIDIntegration.MxID.<>cDisplayClassb.<dosignin>b3() in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MxIDIntegration\MxID.cs:line 81 at Mendix.Modeler.Utility.Progress.ProgressUtil.<>cDisplayClass4`1.<do>b3(ProgressInfo info) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Mendix.Modeler.Utility.Gui\Progress\ProgressUtil.cs:line 25 at Mendix.Modeler.Utility.Progress.Step.Run(ProgressInfo info) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Mendix.Modeler.Utility.Gui\Progress\Step.cs:line 22 at Mendix.Modeler.Utility.Progress.Process.worker_DoWork(Object sender, DoWorkEventArgs e) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Mendix.Modeler.Utility.Gui\Progress\Process.cs:line 91 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) Offline mode is working fine . but not able to connect from modeler .
asked
1 answers
1

Firewall issue . closed now.

answered