Re: jenkinsci/jenkins docker image ssl issues

2016-05-25 Thread Zoratto Thomas
Good to know, thanks !

> Le 25 mai 2016 à 19:41, nicolas de loof  a écrit :
> 
> ok, then you can use an init.groovy file for this purpose (stored in 
> jenkins_home)
> 
> 2016-05-25 19:35 GMT+02:00 Zoratto Thomas :
>> Docker exec is ok if you don't want to persist this configuration 
>> 
>>> Le 25 mai 2016 à 19:07, nicolas de loof  a écrit :
>>> 
>>> Can't you just docker exec this jenkins container and configure git to 
>>> accept this self-signed certificate ? see 
>>> https://git-scm.com/docs/git-repo-config/1.4.3#http.sslCAPath
>>> 
>>> 
>>> 2016-05-25 18:25 GMT+02:00 Zoratto Thomas :
 Hello,
 
 You can build your own Jenkins image based on the official one but with 
 the Java trust store configured with your certs. 
 
 Or you could use ssh (or event git protocol?) instead of https. 
 
 The plugin you are talking about seems broken and no longer maintained
 
 Thomas
 
> Le 25 mai 2016 à 15:37, christian polzer  a 
> écrit :
> 
> Hello,
> 
> I am currently trying to evaluate an update to Jenkins 2.x here at work 
> with the actual docker image of jenkinsci/jenkins.
> 
> For this I need to git pull my git repo from a selfhosted Bitbucket/Stash 
> Server via https.
> 
> Of course, the docker image's JVM has no clue of that cert.
> 
> So I wanted to give the plugin "skip-certificate-check" a try, which 
> isn't helping in this case.
> 
> After several hours of trying and searching my way through the interwebz, 
> I am turning to this group, with the hope that anyone here has solved 
> that problem before?
> 
> Kind regards,
> 
> Chris
> 
> 
>
> -- 
> 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 web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/8c0b64a6-564b-4f61-aa06-e2dba5da3084%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
 
 -- 
 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 web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/E2D5610F-CB6B-4762-BA0C-8BA9F1E5ABC7%40gmail.com.
 
 For more options, visit https://groups.google.com/d/optout.
>>> 
>>> -- 
>>> 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 web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/CANMVJz%3DA9PPABSyOQeJ3ekXwDL3XnFLP-zHioqWs3WxNwSOYPA%40mail.gmail.com.
>>> For more options, visit https://groups.google.com/d/optout.
>> 
>> -- 
>> 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 web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/C6C3D2D8-7B24-4B71-A58C-892537F2DAC6%40gmail.com.
>> 
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> 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 web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/CANMVJzkWK9zLoYr9-ijvTtEa-kZ%3D0qHvrRMj_bgaqvt-7zv4Bw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1E05EEB1-C2E1-4720-BAB3-C169BA574127%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: jenkinsci/jenkins docker image ssl issues

2016-05-25 Thread nicolas de loof
ok, then you can use an init.groovy file for this purpose (stored in
jenkins_home)

2016-05-25 19:35 GMT+02:00 Zoratto Thomas :

> Docker exec is ok if you don't want to persist this configuration
>
> Le 25 mai 2016 à 19:07, nicolas de loof  a
> écrit :
>
> Can't you just docker exec this jenkins container and configure git to
> accept this self-signed certificate ? see
> https://git-scm.com/docs/git-repo-config/1.4.3#http.sslCAPath
>
>
> 2016-05-25 18:25 GMT+02:00 Zoratto Thomas :
>
>> Hello,
>>
>> You can build your own Jenkins image based on the official one but with
>> the Java trust store configured with your certs.
>>
>> Or you could use ssh (or event git protocol?) instead of https.
>>
>> The plugin you are talking about seems broken and no longer maintained
>>
>> Thomas
>>
>> Le 25 mai 2016 à 15:37, christian polzer  a
>> écrit :
>>
>> Hello,
>>
>> I am currently trying to evaluate an update to Jenkins 2.x here at work
>> with the actual docker image of jenkinsci/jenkins.
>>
>> For this I need to git pull my git repo from a selfhosted Bitbucket/Stash
>> Server via https.
>>
>> Of course, the docker image's JVM has no clue of that cert.
>>
>> So I wanted to give the plugin "skip-certificate-check" a try, which
>> isn't helping in this case.
>>
>> After several hours of trying and searching my way through the interwebz,
>> I am turning to this group, with the hope that anyone here has solved that
>> problem before?
>>
>> Kind regards,
>>
>> Chris
>>
>>
>>
>>
>> --
>> 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 web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/8c0b64a6-564b-4f61-aa06-e2dba5da3084%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> 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 web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/E2D5610F-CB6B-4762-BA0C-8BA9F1E5ABC7%40gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CANMVJz%3DA9PPABSyOQeJ3ekXwDL3XnFLP-zHioqWs3WxNwSOYPA%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 web visit
> https://groups.google.com/d/msgid/jenkinsci-users/C6C3D2D8-7B24-4B71-A58C-892537F2DAC6%40gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANMVJzkWK9zLoYr9-ijvTtEa-kZ%3D0qHvrRMj_bgaqvt-7zv4Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: jenkinsci/jenkins docker image ssl issues

2016-05-25 Thread nicolas de loof
Can't you just docker exec this jenkins container and configure git to
accept this self-signed certificate ? see
https://git-scm.com/docs/git-repo-config/1.4.3#http.sslCAPath


2016-05-25 18:25 GMT+02:00 Zoratto Thomas :

> Hello,
>
> You can build your own Jenkins image based on the official one but with
> the Java trust store configured with your certs.
>
> Or you could use ssh (or event git protocol?) instead of https.
>
> The plugin you are talking about seems broken and no longer maintained
>
> Thomas
>
> Le 25 mai 2016 à 15:37, christian polzer  a
> écrit :
>
> Hello,
>
> I am currently trying to evaluate an update to Jenkins 2.x here at work
> with the actual docker image of jenkinsci/jenkins.
>
> For this I need to git pull my git repo from a selfhosted Bitbucket/Stash
> Server via https.
>
> Of course, the docker image's JVM has no clue of that cert.
>
> So I wanted to give the plugin "skip-certificate-check" a try, which isn't
> helping in this case.
>
> After several hours of trying and searching my way through the interwebz,
> I am turning to this group, with the hope that anyone here has solved that
> problem before?
>
> Kind regards,
>
> Chris
>
>
>
>
> --
> 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 web visit
> https://groups.google.com/d/msgid/jenkinsci-users/8c0b64a6-564b-4f61-aa06-e2dba5da3084%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 web visit
> https://groups.google.com/d/msgid/jenkinsci-users/E2D5610F-CB6B-4762-BA0C-8BA9F1E5ABC7%40gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANMVJz%3DA9PPABSyOQeJ3ekXwDL3XnFLP-zHioqWs3WxNwSOYPA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: jenkinsci/jenkins docker image ssl issues

2016-05-25 Thread Zoratto Thomas
Hello,

You can build your own Jenkins image based on the official one but with the 
Java trust store configured with your certs. 

Or you could use ssh (or event git protocol?) instead of https. 

The plugin you are talking about seems broken and no longer maintained

Thomas

> Le 25 mai 2016 à 15:37, christian polzer  a écrit 
> :
> 
> Hello,
> 
> I am currently trying to evaluate an update to Jenkins 2.x here at work with 
> the actual docker image of jenkinsci/jenkins.
> 
> For this I need to git pull my git repo from a selfhosted Bitbucket/Stash 
> Server via https.
> 
> Of course, the docker image's JVM has no clue of that cert.
> 
> So I wanted to give the plugin "skip-certificate-check" a try, which isn't 
> helping in this case.
> 
> After several hours of trying and searching my way through the interwebz, I 
> am turning to this group, with the hope that anyone here has solved that 
> problem before?
> 
> Kind regards,
> 
> Chris
> 
> 
>
> -- 
> 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 web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/8c0b64a6-564b-4f61-aa06-e2dba5da3084%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 web visit 
https://groups.google.com/d/msgid/jenkinsci-users/E2D5610F-CB6B-4762-BA0C-8BA9F1E5ABC7%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


jenkinsci/jenkins docker image ssl issues

2016-05-25 Thread christian polzer
Hello,

I am currently trying to evaluate an update to Jenkins 2.x here at work 
with the actual docker image of jenkinsci/jenkins.

For this I need to git pull my git repo from a selfhosted Bitbucket/Stash 
Server via https.

Of course, the docker image's JVM has no clue of that cert.

So I wanted to give the plugin "skip-certificate-check" a try, which isn't 
helping in this case.

After several hours of trying and searching my way through the interwebz, I 
am turning to this group, with the hope that anyone here has solved that 
problem before?

Kind regards,

Chris


   

-- 
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 web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8c0b64a6-564b-4f61-aa06-e2dba5da3084%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.