Using Git repository with self signed certificate

Hi all,

just installed continuiaci and it runs just fine.
Now having a problem to set up a repository using a stash server with a self signed certificate.

How do I tell continua to trust my self singed certificate? Is this more IIS related or a setting somewhere in continua?

Continua itselfe is not secured over https/ssl as its not going to be accessible over the internet.

Greetings
debgz

Hi, this one is a git setting. Basically git may not trust your certificate because it doesnt know anything about it

Problem solved!

Thanks a lot