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
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
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
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
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
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