Hi,
Titanium Studio 3.1.3 on Windows 7.
I'm running a private git server using GitStack on Windows 7 and created & installed a self-signed certificate for https access. When I connect to the server using any browser it accepts the certificate as valid. When I connect to the server from another computer the certificate is also valid (after installing it as Trusted Root CA).
Now when I try to import a git repository using the import wizard I get an error dialog "Failed to import via git clone" with the message "error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed...".
I'm guessing the issue is the self-signed certificate isn't trusted by Titanium so I need to tell it it's ok.
Does anybody have experience using Titanium with a private git server and self-signed certificate for ssl or does anybody know how to install the certificate in Titanium or whatever I need to do to get it to verify succesfully?
Git over http (without ssl) works perfect by the way.
Thanks for the help!