Re: github enterprise self signed certs

2017-11-04 Thread Richard Bywater
Just to throw my 2 cents in, I guess it depends on what is meant by self-signed - is that self-signed as in I've created a cert on my machine and that's what I'm using, or is it "self-signed" in that its signed by a CA that is internal to the organisation. The former seems a bit of a strange case

Re: github enterprise self signed certs

2017-11-03 Thread itchymuzzle
Free ones https://letsencrypt.org/ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the

Re: github enterprise self signed certs

2017-11-03 Thread Mark Waite
On Fri, Nov 3, 2017 at 1:58 AM Tobias Breuer wrote: > Hi, for anyone else having similar issues. I've finally solved it for my > scenario. > > Originally I've added the PEM information about our self signed > certificate to the keystore of the java installation on my machine. > After having a sec

Re: github enterprise self signed certs

2017-11-03 Thread Tobias Breuer
Hi, for anyone else having similar issues. I've finally solved it for my scenario. Originally I've added the PEM information about our self signed certificate to the keystore of the java installation on my machine. After having a second look at the jenkins config, it turned out, that jenkins wa

Re: github enterprise self signed certs

2017-11-02 Thread Tobias Breuer
Hi, I'm currently running into the same issue. Did you find any answer to this yet? Am Freitag, 10. Februar 2017 20:26:21 UTC+1 schrieb Ryan Golhar: > > Hi all - I'm trying to set up Jenkins with our enterprise github install. > We're using https with self-signed certificates. I've added the

github enterprise self signed certs

2017-02-10 Thread Ryan Golhar
Hi all - I'm trying to set up Jenkins with our enterprise github install. We're using https with self-signed certificates. I've added the CA PEM to /etc/pki/tls/certs/ca-bundle.crt, and can verify this works by using 'curl https://our.enterprise.github.com/api/v3/' Now, in Jenkins -> Manage