Up until we got back from the holidays, everything was fine with the version control within Mendix. But now, things are weird. At first, the version control wasn't working at all and we were getting an error along the lines of "unable to get local issuer certificate," but after testing setting sslVerify to false (temporarily) and checking/updating the ca-bundle, that problem was resolved, and things were seemingly fine. Now, however, when we attempt to checkout a branch through the Version Control -> Manage Branch Lines... and switch to a branch that has not yet been pulled down locally, we get the following error: "Failed to get server certificate. The handle is in the wrong state for the requested operation" The project is running on an EC2 instance and has restricted internet. We can pull, push, and commit changes through Studio Pro as well as merge a feature branch into the project. However, when attempting to switch to a non-local branch, it fails. When going through the command line, things appear to work, but once the project is opened in Studio Pro, it's disconnected from our private server. Any idea on what is going on and/or how to fix it? Thanks!
asked
Cayleigh V
1 answers
0
Struggling with the same issue, were you able to resolve this? Any tips/thoughts would be helpful. Thanks!!