I have just switched over to using Mysql on a project. I can deploy to our dev environment fine using octopus, however when deploying to test I am getting “2012-05-18 14:31:35 ERROR System.TimeoutException: Client is unable to finish the security negotiation within the configured timeout (00:00:00). The current negotiation leg is 1 (00:00:00). —> System.TimeoutException: The request channel timed out attempting to send after 00:00:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. —> System.TimeoutException: The HTTP request to ‘http://ourtestserver/Packages/’ has exceeded the allotted timeout of 00:00:00. The time allotted to this operation may have been a portion of a longer timeout. at System.ServiceModel.Channels.HttpChannelUtilities.SetRequestTimeout(HttpWebRequest request, TimeSpan timeout)”
This worked fine until I moved to sql, not sure what I could have done to cause this, Any help would be appreciated.
Thanks, Joe