This is a migrated thread and some comments may be shown as answers.

SSL and TFS Syncronization Silverlight control

1 Answer 68 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matthew
Top achievements
Rank 1
Matthew asked on 11 Sep 2013, 06:02 PM
I'm having some difficulty accessing the teampulse tfs integration manager tool (the silverlight control).

I've switched my teampulse installation over to ssl, running successfully at https://teampulse.amsvans.com. Our TFS server is running at http://foundation.amsvans.net (note the non ssl and .net instead of .com).

The connection succeeds from inside the administration portal, but when I launch the silverlight control, I get the following error:

Exception Type: System.Reflection.TargetInvocationException
Exception Message: [Async_ExceptionOccurred]
Arguments:
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.20513.00&File=System.dll&Key=Async_ExceptionOccurred
   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
   at TeamPulse.Client.AuthorizationService.TryGetLatestVersionCompletedEventArgs.get_Result()
   at TeamPulse.Client.App.authService_TryGetLatestVersionCompleted(Object sender, TryGetLatestVersionCompletedEventArgs e)
   at TeamPulse.Client.AuthorizationService.TeamPulseAuthorizationServiceClient.OnTryGetLatestVersionCompleted(Object state)
(Inner Exception)
Exception Type: System.ServiceModel.CommunicationException
Exception Message: [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.20513.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
   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 TeamPulse.Client.AuthorizationService.TeamPulseAuthorizationServiceClient.TeamPulseAuthorizationServiceClientChannel.EndTryGetLatestVersion(VersionInfo& version, IAsyncResult result)
   at TeamPulse.Client.AuthorizationService.TeamPulseAuthorizationServiceClient.TeamPulse.Client.AuthorizationService.ITeamPulseAuthorizationService.EndTryGetLatestVersion(VersionInfo& version, IAsyncResult result)
   at TeamPulse.Client.AuthorizationService.TeamPulseAuthorizationServiceClient.OnEndTryGetLatestVersion(IAsyncResult result)
   at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)
(Inner Exception)
Exception Type: System.Net.WebException
Exception Message: [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.20513.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
   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)
(Inner Exception)
Exception Type: System.Net.WebException
Exception Message: [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.20513.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)


Now, when I add a plain http binding to teampulse, the silverlight control works perfectly! Is there more setup I need to do to get the silverlight control working when teampulse is running over ssl?

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 13 Sep 2013, 08:58 AM
Hello Matthew,

I'm sorry that you experiencing this issue with TeamPulse.

Can you please follow the steps from this article in order to configure TeamPulse to use SSL. Note that there is a simple program TeamPulse Uri Changer that can do the work for you.

If the information is not helpful do not hesitate to contact us again.

Regards,
Ivan
Telerik
Tags
General Discussions
Asked by
Matthew
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or