Can't get Git access (stash) with credentials to work

2013-11-08 Thread Robert Krüger
Hi,

I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying
to configure a Job that checks out from a Git repository hosted on a
Stash server. The git/stash access is via https and protected using
http credentials.

I Installed the Git plugin but when I enter the repository URL (e.g.
https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error
message Failed to connect to repository : Failed to connect to
https://git.mydomain.com/scm/PROJ/myproject.git;.

I tried with and without credentials in the URL with the same result.

Then I created a domain (under credentials), named it git.mydomain.com
and added a set of credentials to that domain for my build user. Then
I returned to the job configuration page but in the credentials
section of the Git settings I still only have the - none - option in
the drop-down.

What am I doing wrong?

Is there a log file where I can look for clues?

Thanks in advance,

Robert

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread nicolas de loof
does your git repo use sef-signed certificates ?
can't you use ssh to access it ?


2013/11/8 Robert Krüger krue...@lesspain.de

 Hi,

 I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying
 to configure a Job that checks out from a Git repository hosted on a
 Stash server. The git/stash access is via https and protected using
 http credentials.

 I Installed the Git plugin but when I enter the repository URL (e.g.
 https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error
 message Failed to connect to repository : Failed to connect to
 https://git.mydomain.com/scm/PROJ/myproject.git;.

 I tried with and without credentials in the URL with the same result.

 Then I created a domain (under credentials), named it git.mydomain.com
 and added a set of credentials to that domain for my build user. Then
 I returned to the job configuration page but in the credentials
 section of the Git settings I still only have the - none - option in
 the drop-down.

 What am I doing wrong?

 Is there a log file where I can look for clues?

 Thanks in advance,

 Robert

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Robert Krüger
On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
nicolas.del...@gmail.com wrote:
 does your git repo use sef-signed certificates ?

Yes ist does. Is there no way to specify something like
GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?

 can't you use ssh to access it ?

I have to check with our sysad.



 2013/11/8 Robert Krüger krue...@lesspain.de

 Hi,

 I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying
 to configure a Job that checks out from a Git repository hosted on a
 Stash server. The git/stash access is via https and protected using
 http credentials.

 I Installed the Git plugin but when I enter the repository URL (e.g.
 https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error
 message Failed to connect to repository : Failed to connect to
 https://git.mydomain.com/scm/PROJ/myproject.git;.

 I tried with and without credentials in the URL with the same result.

 Then I created a domain (under credentials), named it git.mydomain.com
 and added a set of credentials to that domain for my build user. Then
 I returned to the job configuration page but in the credentials
 section of the Git settings I still only have the - none - option in
 the drop-down.

 What am I doing wrong?

 Is there a log file where I can look for clues?

 Thanks in advance,

 Robert

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread nicolas de loof
run jenkins with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true

Anyway I recommend ssh


2013/11/8 Robert Krüger krue...@lesspain.de

 On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
 nicolas.del...@gmail.com wrote:
  does your git repo use sef-signed certificates ?

 Yes ist does. Is there no way to specify something like
 GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?

  can't you use ssh to access it ?

 I have to check with our sysad.

 
 
  2013/11/8 Robert Krüger krue...@lesspain.de
 
  Hi,
 
  I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying
  to configure a Job that checks out from a Git repository hosted on a
  Stash server. The git/stash access is via https and protected using
  http credentials.
 
  I Installed the Git plugin but when I enter the repository URL (e.g.
  https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error
  message Failed to connect to repository : Failed to connect to
  https://git.mydomain.com/scm/PROJ/myproject.git;.
 
  I tried with and without credentials in the URL with the same result.
 
  Then I created a domain (under credentials), named it git.mydomain.com
  and added a set of credentials to that domain for my build user. Then
  I returned to the job configuration page but in the credentials
  section of the Git settings I still only have the - none - option in
  the drop-down.
 
  What am I doing wrong?
 
  Is there a log file where I can look for clues?
 
  Thanks in advance,
 
  Robert
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Robert Krüger
Thanks, that works now with credentials in the URL.

Is there any way I can use the credentials mechanism instead?
Shouldn't I have the credentials for that domain in the list?

On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
nicolas.del...@gmail.com wrote:
 run jenkins with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true

 Anyway I recommend ssh

Just out of curiosity, why? Is the HTTP(S) support not mature?



 2013/11/8 Robert Krüger krue...@lesspain.de

 On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
 nicolas.del...@gmail.com wrote:
  does your git repo use sef-signed certificates ?

 Yes ist does. Is there no way to specify something like
 GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?

  can't you use ssh to access it ?

 I have to check with our sysad.

 
 
  2013/11/8 Robert Krüger krue...@lesspain.de
 
  Hi,
 
  I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying
  to configure a Job that checks out from a Git repository hosted on a
  Stash server. The git/stash access is via https and protected using
  http credentials.
 
  I Installed the Git plugin but when I enter the repository URL (e.g.
  https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error
  message Failed to connect to repository : Failed to connect to
  https://git.mydomain.com/scm/PROJ/myproject.git;.
 
  I tried with and without credentials in the URL with the same result.
 
  Then I created a domain (under credentials), named it git.mydomain.com
  and added a set of credentials to that domain for my build user. Then
  I returned to the job configuration page but in the credentials
  section of the Git settings I still only have the - none - option in
  the drop-down.
 
  What am I doing wrong?
 
  Is there a log file where I can look for clues?
 
  Thanks in advance,
 
  Robert
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Robert Krüger
On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger krue...@lesspain.de wrote:
 Thanks, that works now with credentials in the URL.

 Is there any way I can use the credentials mechanism instead?
 Shouldn't I have the credentials for that domain in the list?

It does work if I enter global credentials. I guess I misunderstood
the domain concept in that context.


 On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
 nicolas.del...@gmail.com wrote:
 run jenkins with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true

 Anyway I recommend ssh

 Just out of curiosity, why? Is the HTTP(S) support not mature?



 2013/11/8 Robert Krüger krue...@lesspain.de

 On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
 nicolas.del...@gmail.com wrote:
  does your git repo use sef-signed certificates ?

 Yes ist does. Is there no way to specify something like
 GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?

  can't you use ssh to access it ?

 I have to check with our sysad.

 
 
  2013/11/8 Robert Krüger krue...@lesspain.de
 
  Hi,
 
  I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying
  to configure a Job that checks out from a Git repository hosted on a
  Stash server. The git/stash access is via https and protected using
  http credentials.
 
  I Installed the Git plugin but when I enter the repository URL (e.g.
  https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error
  message Failed to connect to repository : Failed to connect to
  https://git.mydomain.com/scm/PROJ/myproject.git;.
 
  I tried with and without credentials in the URL with the same result.
 
  Then I created a domain (under credentials), named it git.mydomain.com
  and added a set of credentials to that domain for my build user. Then
  I returned to the job configuration page but in the credentials
  section of the Git settings I still only have the - none - option in
  the drop-down.
 
  What am I doing wrong?
 
  Is there a log file where I can look for clues?
 
  Thanks in advance,
 
  Robert
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Stephen Connolly
Ahhh did you not add any specifications to the domain?

You need to provide the domain with some specifications to match against.
The domain's name is only used by humans... the specifications are used by
Jenkins.

If there is at least 1 specification, then the credentials in that domain
will be available unless there is a specification that is *not* matched...


On 8 November 2013 11:45, Robert Krüger krue...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger krue...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas.del...@gmail.com wrote:
  run jenkins with
 org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger krue...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas.del...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger krue...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am
 trying
   to configure a Job that checks out from a Git repository hosted on a
   Stash server. The git/stash access is via https and protected using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the red
 error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build user.
 Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none - option
 in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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.
   For more options, visit https://groups.google.com/groups/opt_out.
  
  
   --
   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.
   For more options, visit https://groups.google.com/groups/opt_out.
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I am starting to think that the new credentials system may be just a bit 
over-engineered :-)

- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov  8 2013 07:50:15

Ahhh did you not add any specifications to the domain?

You need to provide the domain with some specifications to match against. The 
domain's name is only used by humans... the specifications are used by Jenkins.

If there is at least 1 specification, then the credentials in that domain will 
be available unless there is a specification that is *not* matched... 


On 8 November 2013 11:45, Robert Krüger krue...@lesspain.de wrote:

On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger krue...@lesspain.de wrote:
 Thanks, that works now with credentials in the URL.

 Is there any way I can use the credentials mechanism instead?
 Shouldn't I have the credentials for that domain in the list?

It does work if I enter global credentials. I guess I misunderstood
the domain concept in that context.


 On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
 nicolas.del...@gmail.com wrote:
 run jenkins with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true

 Anyway I recommend ssh

 Just out of curiosity, why? Is the HTTP(S) support not mature?



 2013/11/8 Robert Krüger krue...@lesspain.de

 On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
 nicolas.del...@gmail.com wrote:
  does your git repo use sef-signed certificates ?

 Yes ist does. Is there no way to specify something like
 GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?

  can't you use ssh to access it ?

 I have to check with our sysad.

 
 
  2013/11/8 Robert Krüger krue...@lesspain.de
 
  Hi,
 
  I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying
  to configure a Job that checks out from a Git repository hosted on a
  Stash server. The git/stash access is via https and protected using
  http credentials.
 
  I Installed the Git plugin but when I enter the repository URL (e.g.
  https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error
  message Failed to connect to repository : Failed to connect to
  https://git.mydomain.com/scm/PROJ/myproject.git;.
 
  I tried with and without credentials in the URL with the same result.
 
  Then I created a domain (under credentials), named it git.mydomain.com
  and added a set of credentials to that domain for my build user. Then
  I returned to the job configuration page but in the credentials
  section of the Git settings I still only have the - none - option in
  the drop-down.
 
  What am I doing wrong?
 
  Is there a log file where I can look for clues?
 
  Thanks in advance,
 
  Robert
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Саша Щербаков
Could anybody explain how to run Jenkins 
with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true ?

Thanks

Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming 
написав:

 I am starting to think that the new credentials system may be just a bit 
 over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com javascript:
 To: jenkins...@googlegroups.com javascript:
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match against. 
 The domain's name is only used by humans... the specifications are used by 
 Jenkins.

 If there is at least 1 specification, then the credentials in that domain 
 will be available unless there is a specification that is *not* matched... 


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de 
 javascript:wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger 
 kru...@lesspain.dejavascript: 
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com javascript: wrote:
  run jenkins with 
 org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de javascript:
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com javascript: wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de javascript:
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am 
 trying
   to configure a Job that checks out from a Git repository hosted on 
 a
   Stash server. The git/stash access is via https and protected using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL 
 (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the red 
 error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same 
 result.
  
   Then I created a domain (under credentials), named it 
 git.mydomain.com
   and added a set of credentials to that domain for my build user. 
 Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none - 
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com javascript:.
   For more options, visit https://groups.google.com/groups/opt_out.
  
  
   --
   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-use...@googlegroups.com javascript:.
   For more options, visit https://groups.google.com/groups/opt_out.
 
  --
  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-use...@googlegroups.com javascript:.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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-use...@googlegroups.com javascript:.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 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-use...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.


 -- 
 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-use...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
You received this message because you are 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread nicolas de loof
Add this as a java system property to your java command line.
Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins with org.jenkinsci.plugins.
 gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

 I am starting to think that the new credentials system may be just a bit
 over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match against.
 The domain's name is only used by humans... the specifications are used by
 Jenkins.

 If there is at least 1 specification, then the credentials in that domain
 will be available unless there is a specification that is *not* matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with org.jenkinsci.plugins.gitclient.GitClient.
 untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am
 trying
   to configure a Job that checks out from a Git repository hosted
 on a
   Stash server. The git/stash access is via https and protected
 using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL
 (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the red
 error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build user.
 Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/groups/opt_out.
  
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/groups/opt_out.
 
  --
  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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 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-use...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


 --
 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-use...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

  --
 You received this message because you are subscribed to the Google Groups
 Jenkins Users group.
 To 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread nicolas de loof
I don't understand why people host git over https with self-signed
certificate. This don't make things secure, so why not just use http ?

I only have used self-signed certificate for development/test of https
webapps.
Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a écrit :

 Add this as a java system property to your java command line.
 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins with org.jenkinsci.plugins.
 gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

 I am starting to think that the new credentials system may be just a bit
 over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with org.jenkinsci.plugins.gitclient.GitClient.
 untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am
 trying
   to configure a Job that checks out from a Git repository hosted
 on a
   Stash server. The git/stash access is via https and protected
 using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL
 (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the red
 error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build user.
 Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/groups/opt_out
 .
  
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/groups/opt_out.
 
  --
  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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 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-use...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


 --
 You received this message because you are subscribed to the Google
 Groups Jenkins Users 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Stephen Connolly
To stop the password from going in plain text... as long as you have set up
the trust of the self-signed cert correctly you know there is no MiM
listening in... of course you could be MiM'd while setting up the initial
trust...


On 8 November 2013 15:36, nicolas de loof nicolas.del...@gmail.com wrote:

 I don't understand why people host git over https with self-signed
 certificate. This don't make things secure, so why not just use http ?

 I only have used self-signed certificate for development/test of https
 webapps.
 Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a
 écrit :

 Add this as a java system property to your java command line.
 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins with org.jenkinsci.plugins.
 gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

 I am starting to think that the new credentials system may be just a
 bit over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with org.jenkinsci.plugins.gitclient.GitClient.
 untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am
 trying
   to configure a Job that checks out from a Git repository hosted
 on a
   Stash server. The git/stash access is via https and protected
 using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL
 (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the
 red error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build
 user. Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/
 groups/opt_out.
  
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/groups/opt_out
 .
 
  --
  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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.

 --
 You received this message because you are subscribed to the Google
 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
It does make things secure if you also use client-side certificates and check 
them on the server side (so that a client-side certificate is mandatory to 
establish a connection). It also encrypts the traffic on the wire, but of 
course does not protect against man-in-the-middle attacks.

- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: Nov  8 2013 10:36:47


I don't understand why people host git over https with self-signed certificate. 
This don't make things secure, so why not just use http ?
I only have used self-signed certificate for development/test of https webapps.
Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a écrit :


Add this as a java system property to your java command line.
Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 
Could anybody explain how to run Jenkins with 
org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true ?

Thanks

Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming написав:
 
I am starting to think that the new credentials system may be just a bit 
over-engineered :-)

- Original Message -

From: jenkins...@googlegroups.com
To: jenkins...@googlegroups.com
At: Nov  8 2013 07:50:15

Ahhh did you not add any specifications to the domain?

You need to provide the domain with some specifications to match against. The 
domain's name is only used by humans... the specifications are used by Jenkins.

If there is at least 1 specification, then the credentials in that domain will 
be available unless there is a specification that is *not* matched... 

 
On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de wrote:
 Thanks, that works now with credentials in the URL.

 Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

It does work if I enter global credentials. I guess I misunderstood
the domain concept in that context.


 On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
 run jenkins with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true

 Anyway I recommend ssh

 Just out of curiosity, why? Is the HTTP(S) support not mature?
 


 2013/11/8 Robert Krüger kru...@lesspain.de

 On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
 nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?

 Yes ist does. Is there no way to specify something like
 GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
  can't you use ssh to access it ?

 I have to check with our sysad.

 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
  
  Hi,
 
  I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am trying
  to configure a Job that checks out from a Git repository hosted on a
   Stash server. The git/stash access is via https and protected using
  http credentials.
 
  I Installed the Git plugin but when I enter the repository URL (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the red error
  message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
 
  I tried with and without credentials in the URL with the same result.
  
  Then I created a domain (under credentials), named it git.mydomain.com
  and added a set of credentials to that domain for my build user. Then
   I returned to the job configuration page but in the credentials
  section of the Git settings I still only have the - none - option in
  the drop-down.
  
  What am I doing wrong?
 
  Is there a log file where I can look for clues?
 
  Thanks in advance,
  
  Robert
 
  --
  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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
   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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 --
 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-use...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 

 --
 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-use...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 
--
You received this message 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Stephen Connolly
Well there's no stopping people from being stupid!


On 8 November 2013 15:40, nicolas de loof nicolas.del...@gmail.com wrote:

 Then you have added certificate in local JVM trustsore, and its valid from
 java point of view, and shouldn't require this option. It looks like people
 do enable http but just don't validate certificate.
 Le 8 nov. 2013 16:38, Stephen Connolly stephen.alan.conno...@gmail.com
 a écrit :

 To stop the password from going in plain text... as long as you have set
 up the trust of the self-signed cert correctly you know there is no MiM
 listening in... of course you could be MiM'd while setting up the initial
 trust...


 On 8 November 2013 15:36, nicolas de loof nicolas.del...@gmail.comwrote:

 I don't understand why people host git over https with self-signed
 certificate. This don't make things secure, so why not just use http ?

 I only have used self-signed certificate for development/test of https
 webapps.
 Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a
 écrit :

  Add this as a java system property to your java command line.
 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins with org.jenkinsci.plugins.
 gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

 I am starting to think that the new credentials system may be just a
 bit over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications 
 are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with org.jenkinsci.plugins.gitclient.GitClient.
 untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and
 am trying
   to configure a Job that checks out from a Git repository
 hosted on a
   Stash server. The git/stash access is via https and protected
 using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository
 URL (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the
 red error
   message Failed to connect to repository : Failed to connect
 to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build
 user. Then
   I returned to the job configuration page but in the
 credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/
 groups/opt_out.
  
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/
 groups/opt_out.
 
  --
  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-use...@googlegroups.com.
  For more 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread nicolas de loof
Then you have added certificate in local JVM trustsore, and its valid from
java point of view, and shouldn't require this option. It looks like people
do enable http but just don't validate certificate.
Le 8 nov. 2013 16:38, Stephen Connolly stephen.alan.conno...@gmail.com
a écrit :

 To stop the password from going in plain text... as long as you have set
 up the trust of the self-signed cert correctly you know there is no MiM
 listening in... of course you could be MiM'd while setting up the initial
 trust...


 On 8 November 2013 15:36, nicolas de loof nicolas.del...@gmail.comwrote:

 I don't understand why people host git over https with self-signed
 certificate. This don't make things secure, so why not just use http ?

 I only have used self-signed certificate for development/test of https
 webapps.
 Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a
 écrit :

  Add this as a java system property to your java command line.
 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins with org.jenkinsci.plugins.
 gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

 I am starting to think that the new credentials system may be just a
 bit over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications 
 are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with org.jenkinsci.plugins.gitclient.GitClient.
 untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am
 trying
   to configure a Job that checks out from a Git repository
 hosted on a
   Stash server. The git/stash access is via https and protected
 using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL
 (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the
 red error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build
 user. Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/
 groups/opt_out.
  
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/
 groups/opt_out.
 
  --
  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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  You received this message because you are subscribed to the Google
 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread nicolas de loof
Right. So looks secure but actually unsecured.
Le 8 nov. 2013 16:39, Kevin Fleming (BLOOMBERG/ 731 LEXIN) 
kpflem...@bloomberg.net a écrit :

 It does make things secure if you also use client-side certificates and
 check them on the server side (so that a client-side certificate is
 mandatory to establish a connection). It also encrypts the traffic on the
 wire, but of course does not protect against man-in-the-middle attacks.

 - Original Message -
 From: jenkinsci-users@googlegroups.com
 To: jenkinsci-users@googlegroups.com
 Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpflem...@bloomberg.net
 At: Nov 8 2013 10:36:47

 I don't understand why people host git over https with self-signed
 certificate. This don't make things secure, so why not just use http ?

 I only have used self-signed certificate for development/test of https
 webapps.
 Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a
 écrit :

 Add this as a java system property to your java command line.
 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins
 with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

 I am starting to think that the new credentials system may be just a
 bit over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with
 org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am
 trying
   to configure a Job that checks out from a Git repository hosted
 on a
   Stash server. The git/stash access is via https and protected
 using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL
 (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the
 red error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build
 user. Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, visit
 https://groups.google.com/groups/opt_out.
  
  
   --
   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-use...@googlegroups.com.
   For more options, visit https://groups.google.com/groups/opt_out
 .
 
  --
  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-use...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 
  --
  You received this message because you 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Andrew Melo
In my case (as one of the stupid people), I have the CA in the rest of the
stack set up properly, but Jenkins is the only bit of software I use that's
java, so I never bothered trying to figure out the incantations to get the
CA added. It's everywhere else though, so I'm not too concerned with
someone somehow managing to own the git repo without another bit of
software complaining loudly.


On Fri, Nov 8, 2013 at 9:41 AM, nicolas de loof nicolas.del...@gmail.comwrote:

 Right. So looks secure but actually unsecured.
 Le 8 nov. 2013 16:39, Kevin Fleming (BLOOMBERG/ 731 LEXIN) 
 kpflem...@bloomberg.net a écrit :

 It does make things secure if you also use client-side certificates and
 check them on the server side (so that a client-side certificate is
 mandatory to establish a connection). It also encrypts the traffic on the
 wire, but of course does not protect against man-in-the-middle attacks.

 - Original Message -
 From: jenkinsci-users@googlegroups.com
 To: jenkinsci-users@googlegroups.com
 Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpflem...@bloomberg.net
 At: Nov 8 2013 10:36:47

 I don't understand why people host git over https with self-signed
 certificate. This don't make things secure, so why not just use http ?

 I only have used self-signed certificate for development/test of https
 webapps.
 Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a
 écrit :

 Add this as a java system property to your java command line.
 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins
 with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

  I am starting to think that the new credentials system may be just a
 bit over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications 
 are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with
 org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am
 trying
   to configure a Job that checks out from a Git repository
 hosted on a
   Stash server. The git/stash access is via https and protected
 using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL
 (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the
 red error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build
 user. Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, visit
 https://groups.google.com/groups/opt_out.
  
  
   --
   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
 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Stephen Connolly
So one can put a man in the middle between jenkins and your git repo, sniff
you password and start hacking away at your system then interesting!


On 8 November 2013 15:45, Andrew Melo andrew.m...@gmail.com wrote:

 In my case (as one of the stupid people), I have the CA in the rest of the
 stack set up properly, but Jenkins is the only bit of software I use that's
 java, so I never bothered trying to figure out the incantations to get the
 CA added. It's everywhere else though, so I'm not too concerned with
 someone somehow managing to own the git repo without another bit of
 software complaining loudly.


 On Fri, Nov 8, 2013 at 9:41 AM, nicolas de loof 
 nicolas.del...@gmail.comwrote:

 Right. So looks secure but actually unsecured.
 Le 8 nov. 2013 16:39, Kevin Fleming (BLOOMBERG/ 731 LEXIN) 
 kpflem...@bloomberg.net a écrit :

  It does make things secure if you also use client-side certificates and
 check them on the server side (so that a client-side certificate is
 mandatory to establish a connection). It also encrypts the traffic on the
 wire, but of course does not protect against man-in-the-middle attacks.

 - Original Message -
 From: jenkinsci-users@googlegroups.com
 To: jenkinsci-users@googlegroups.com
 Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpflem...@bloomberg.net
 At: Nov 8 2013 10:36:47

 I don't understand why people host git over https with self-signed
 certificate. This don't make things secure, so why not just use http ?

 I only have used self-signed certificate for development/test of https
 webapps.
 Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a
 écrit :

 Add this as a java system property to your java command line.
 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins
 with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

  I am starting to think that the new credentials system may be just
 a bit over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications 
 are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with
 org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and
 am trying
   to configure a Job that checks out from a Git repository
 hosted on a
   Stash server. The git/stash access is via https and protected
 using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository
 URL (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the
 red error
   message Failed to connect to repository : Failed to connect
 to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
 result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build
 user. Then
   I returned to the job configuration page but in the
 credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, 

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Andrew Melo
*shrug* The checkouts are anonymous and the two machines are on the same
rack. Sure, in an ideal world, I'd have it fixed, but I've got bigger fish
to fry


On Fri, Nov 8, 2013 at 10:01 AM, Stephen Connolly 
stephen.alan.conno...@gmail.com wrote:

 So one can put a man in the middle between jenkins and your git repo,
 sniff you password and start hacking away at your system then
 interesting!


 On 8 November 2013 15:45, Andrew Melo andrew.m...@gmail.com wrote:

 In my case (as one of the stupid people), I have the CA in the rest of
 the stack set up properly, but Jenkins is the only bit of software I use
 that's java, so I never bothered trying to figure out the incantations to
 get the CA added. It's everywhere else though, so I'm not too concerned
 with someone somehow managing to own the git repo without another bit of
 software complaining loudly.


 On Fri, Nov 8, 2013 at 9:41 AM, nicolas de loof nicolas.del...@gmail.com
  wrote:

 Right. So looks secure but actually unsecured.
 Le 8 nov. 2013 16:39, Kevin Fleming (BLOOMBERG/ 731 LEXIN) 
 kpflem...@bloomberg.net a écrit :

  It does make things secure if you also use client-side certificates
 and check them on the server side (so that a client-side certificate is
 mandatory to establish a connection). It also encrypts the traffic on the
 wire, but of course does not protect against man-in-the-middle attacks.

 - Original Message -
 From: jenkinsci-users@googlegroups.com
 To: jenkinsci-users@googlegroups.com
 Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpflem...@bloomberg.net
 At: Nov 8 2013 10:36:47

 I don't understand why people host git over https with self-signed
 certificate. This don't make things secure, so why not just use http ?

 I only have used self-signed certificate for development/test of https
 webapps.
 Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a
 écrit :

 Add this as a java system property to your java command line.
 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit
 :

 Could anybody explain how to run Jenkins
 with org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

  I am starting to think that the new credentials system may be just
 a bit over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications 
 are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with
 org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and
 am trying
   to configure a Job that checks out from a Git repository
 hosted on a
   Stash server. The git/stash access is via https and
 protected using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository
 URL (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the
 red error
   message Failed to connect to repository : Failed to connect
 to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the
 same result.
  
   Then I created a domain (under credentials), named it
 git.mydomain.com
   and added a set of credentials to that domain for my build
 user. Then
   I returned to the job configuration page but in the
 credentials
   section of the Git settings I still only have the - none -
 option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   

Re: Can't get Git access (stash) with credentials to work

2013-11-08 Thread Robert Krüger
in our case its only an interim solution. we will buy the cert :-).

On Fri, Nov 8, 2013 at 4:41 PM, nicolas de loof
nicolas.del...@gmail.com wrote:
 Right. So looks secure but actually unsecured.

 Le 8 nov. 2013 16:39, Kevin Fleming (BLOOMBERG/ 731 LEXIN)
 kpflem...@bloomberg.net a écrit :

 It does make things secure if you also use client-side certificates and
 check them on the server side (so that a client-side certificate is
 mandatory to establish a connection). It also encrypts the traffic on the
 wire, but of course does not protect against man-in-the-middle attacks.

 - Original Message -
 From: jenkinsci-users@googlegroups.com
 To: jenkinsci-users@googlegroups.com
 Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
 At: Nov 8 2013 10:36:47

 I don't understand why people host git over https with self-signed
 certificate. This don't make things secure, so why not just use http ?

 I only have used self-signed certificate for development/test of https
 webapps.

 Le 8 nov. 2013 16:33, nicolas de loof nicolas.del...@gmail.com a écrit
 :

 Add this as a java system property to your java command line.

 Le 8 nov. 2013 15:49, Саша Щербаков sashasat...@gmail.com a écrit :

 Could anybody explain how to run Jenkins with
 org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true ?

 Thanks

 Пʼятниця, 8 листопада 2013 р. 16:41:48 UTC+2 користувач Kevin Fleming
 написав:

 I am starting to think that the new credentials system may be just a
 bit over-engineered :-)

 - Original Message -
 From: jenkins...@googlegroups.com
 To: jenkins...@googlegroups.com
 At: Nov 8 2013 07:50:15

 Ahhh did you not add any specifications to the domain?

 You need to provide the domain with some specifications to match
 against. The domain's name is only used by humans... the specifications 
 are
 used by Jenkins.

 If there is at least 1 specification, then the credentials in that
 domain will be available unless there is a specification that is *not*
 matched...


 On 8 November 2013 11:45, Robert Krüger kru...@lesspain.de wrote:

 On Fri, Nov 8, 2013 at 12:18 PM, Robert Krüger kru...@lesspain.de
 wrote:
  Thanks, that works now with credentials in the URL.
 
  Is there any way I can use the credentials mechanism instead?
  Shouldn't I have the credentials for that domain in the list?

 It does work if I enter global credentials. I guess I misunderstood
 the domain concept in that context.

 
  On Fri, Nov 8, 2013 at 11:00 AM, nicolas de loof
  nicolas...@gmail.com wrote:
  run jenkins with
  org.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true
 
  Anyway I recommend ssh
 
  Just out of curiosity, why? Is the HTTP(S) support not mature?
 
 
 
  2013/11/8 Robert Krüger kru...@lesspain.de
 
  On Fri, Nov 8, 2013 at 10:41 AM, nicolas de loof
  nicolas...@gmail.com wrote:
   does your git repo use sef-signed certificates ?
 
  Yes ist does. Is there no way to specify something like
  GIT_SSL_NO_VERIFY=true or specify/import the CA cert somewhere?
 
   can't you use ssh to access it ?
 
  I have to check with our sysad.
 
  
  
   2013/11/8 Robert Krüger kru...@lesspain.de
  
   Hi,
  
   I just installed a fresh Jenkins 1.538 on Mac OS 10.8.5 and am
   trying
   to configure a Job that checks out from a Git repository hosted
   on a
   Stash server. The git/stash access is via https and protected
   using
   http credentials.
  
   I Installed the Git plugin but when I enter the repository URL
   (e.g.
   https://git.mydomain.com/scm/PROJ/myproject.git), I get the red
   error
   message Failed to connect to repository : Failed to connect to
   https://git.mydomain.com/scm/PROJ/myproject.git;.
  
   I tried with and without credentials in the URL with the same
   result.
  
   Then I created a domain (under credentials), named it
   git.mydomain.com
   and added a set of credentials to that domain for my build
   user. Then
   I returned to the job configuration page but in the credentials
   section of the Git settings I still only have the - none -
   option in
   the drop-down.
  
   What am I doing wrong?
  
   Is there a log file where I can look for clues?
  
   Thanks in advance,
  
   Robert
  
   --
   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-use...@googlegroups.com.
   For more options, visit
   https://groups.google.com/groups/opt_out.
  
  
   --
   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-use...@googlegroups.com.
   For more options, visit
   https://groups.google.com/groups/opt_out.
 
  --
  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