Error when trying to commit my changes to the team server

0
Trying to update changes to the existing app. Hit "Commit", and it gave me the below error.         SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/213ec9ae-d3fd-4eb7-b0b0-1ca8ef9b3ab3/trunk' ---> SharpSvn.SvnRepositoryIOException: OPTIONS of 'https://teamserver.sprintr.com/213ec9ae-d3fd-4eb7-b0b0-1ca8ef9b3ab3/trunk': Server certificate verification failed: issuer is not trusted (https://teamserver.sprintr.com)    --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.InternalLog(ICollection`1 targets, Uri logRoot, SvnRevision altPegRev, SvnLogArgs args, EventHandler`1 logHandler)    at SharpSvn.SvnClient.Log(Uri target, SvnLogArgs args, EventHandler`1 logHandler)    at Mendix.Modeler.VersionControl.SvnConnector.ClientDo[T](Func`2 action) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 90    at Mendix.Modeler.VersionControl.SvnConnector.GetLog(Uri uri, Int32 limit, SvnRevision start, SvnRevision end, Func`2 filter, Boolean strictNodeHistory) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 486
asked
3 answers
2

Could you close out, that it is a firewall problem?

answered
1

Hi Daniel,

Although a bit more context might have been helpful I think the answer that had been posted here https://forum.mendix.com/link/questions/92367 could also apply to your problem.

 

answered
0

Friends,

Guess what? After signing out and signing back in to Mendix. The problem is solved. Not sure what causes the issue.

answered