Not able to login to my Mednix account from out of the application

0
Hi, I downloaded Mendix to try it. I started the tutorial with the Pizza project. ONce i would like to run it i do need to login into my Mendix account. This however is not possbile. I'm receiving an error Mendix.Modeler.Utility.ProgressException ---> System.ServiceModel.EndpointNotFoundException: Er luistert geen eindpunt op https://mxid.mendix.com/ws/ModelerService/ dat het bericht kan accepteren. Dit wordt meestal veroorzaakt door een onjuist adres of een SOAP-actie. Zie InnerException, mits aanwezig, voor meer informatie. ---> System.Net.WebException: De externe server heeft een fout geretourneerd: (407) Verificatie op de proxy is vereist. at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: bij System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() bij System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) bij System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout) bij System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) bij System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) bij System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) bij System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) bij System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) bij 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\2.5.4-tag\modeler\Modeler\Service References\MxIDService\Reference.cs:line 429 at Mendix.Modeler.MxIDService.ModelerServicePortTypeClient.IsAuthorizedFor(authentication authentication, IsAuthorizedFor IsAuthorizedFor1) in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Modeler\Service References\MxIDService\Reference.cs:line 436 at Mendix.Modeler.MxIDIntegration.MxIDAuthenticator.CheckCredentials(String userName, String password) in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Modeler\MxIDIntegration\MxIDAuthenticator.cs:line 22 at Mendix.Modeler.MxIDIntegration.MxID.<>cDisplayClass3.<ensuresignedin>b1() in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Modeler\MxIDIntegration\MxID.cs:line 49 at Mendix.Modeler.Utility.Dialogs.<>cDisplayClassa.<progressdo>b9(WorkerTaskInfo info) in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Mendix.Modeler.Utility.Gui\Dialogs.cs:line 273 at Mendix.Modeler.Utility.WorkerTask.backgroundWorkerDoWork(Object sender, DoWorkEventArgs e) in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Mendix.Modeler.Utility\WorkerTask.cs:line 137 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) --- End of inner exception stack trace --- at Mendix.Modeler.Utility.Dialogs.ProgressDo(Boolean reportsProgress, Boolean supportsCancellation, Action`1 action) in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Mendix.Modeler.Utility.Gui\Dialogs.cs:line 289 at Mendix.Modeler.Utility.Dialogs.ProgressDo(String message, Action action) in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Mendix.Modeler.Utility.Gui\Dialogs.cs:line 270 at Mendix.Modeler.MxIDIntegration.MxID.<ensuresignedin>b0(String u, String p) in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Modeler\MxIDIntegration\MxID.cs:line 48 at Mendix.Modeler.MxIDIntegration.SignInForm.btnSignInClick(Object sender, EventArgs e) in c:\cygwin\home\autobuild\build\2.5.4-tag\modeler\Modeler\MxIDIntegration\SignInForm.cs:line 53 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Do you know what to do? Rgds, Jelle
asked
1 answers
1

I can access 'https://mxid.mendix.com/ws/ModelerService/' from here. Are you behind a proxy?

answered