Re: [go-cd] svn connection

2016-09-27 Thread Matias Ribichich
Hi Raj, first you need to open the CMD impersonating the same user as the
service that runs your agent

For example, if your service is run with user: GoCDAgent1, then you would
do something like this:

Runas /profile /user:GoCDAgent1 CMD

then, onces the CMD is open with that users context, then you do svn
checkout, of anything you want, so that svn can ask you to accept the
certificate

On Mon, Sep 26, 2016 at 10:59 AM raj  wrote:

> HI Ribichich,
>
> Thanks for replying , you meant some thing like this :
> *Runas /profile /user:administrator svn checkout *
>
>
>
> On Monday, 26 September 2016 08:59:00 UTC-4, Matias Ribichich wrote:
>
>> Hi Raj,
>>
>> I had the same problem on windows and I solved it running the cmd with
>> the user of the go agent service and checking out any repository. That way
>> svn will trigger the promtp for accepting the certificate
>>
>> It was a long time ago but I think I did this, the user must be the one
>> that runs the service. this is for windows, but maybe its similar for linux:
>>
>> Runas /profile /user:administrator CMD
>>
>> and them:
>>
>> svn checkout 'something'
>>
>> hope it helps!
>>
>> On Tue, Sep 20, 2016 at 4:21 PM Tatar Kolos  wrote:
>>
>>> Hi Raj,
>>>
>>> > I am using tortoise svn I can connect to svn with same url as used in
>>> the GO CD  UI, but getting below url, any suggestion what i am missing.
>>> >
>>> > STDERR: svn: E230001: Server SSL certificate verification failed:
>>> certificate issued for a different hostname, issuer is not trusted
>>>
>>> This is not a URL, it's an error message from SVN related to the
>>> configuration of the SVN server (and/or your client).
>>>
>>> I would recommend that you post your question on the SVN users email list
>>> (if one exists).
>>>
>>> Kolos
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "go-cd" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to go-cd+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to go-cd+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-cd] svn connection

2016-09-26 Thread raj
HI Ribichich,

Thanks for replying , you meant some thing like this : 
*Runas /profile /user:administrator svn checkout *



On Monday, 26 September 2016 08:59:00 UTC-4, Matias Ribichich wrote:
>
> Hi Raj,
>
> I had the same problem on windows and I solved it running the cmd with the 
> user of the go agent service and checking out any repository. That way svn 
> will trigger the promtp for accepting the certificate
>
> It was a long time ago but I think I did this, the user must be the one 
> that runs the service. this is for windows, but maybe its similar for linux:
>
> Runas /profile /user:administrator CMD
>
> and them: 
>
> svn checkout 'something'
>
> hope it helps!
>
> On Tue, Sep 20, 2016 at 4:21 PM Tatar Kolos > 
> wrote:
>
>> Hi Raj,
>>
>> > I am using tortoise svn I can connect to svn with same url as used in 
>> the GO CD  UI, but getting below url, any suggestion what i am missing.
>> >
>> > STDERR: svn: E230001: Server SSL certificate verification failed: 
>> certificate issued for a different hostname, issuer is not trusted
>>
>> This is not a URL, it's an error message from SVN related to the
>> configuration of the SVN server (and/or your client).
>>
>> I would recommend that you post your question on the SVN users email list
>> (if one exists).
>>
>> Kolos
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to go-cd+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-cd] svn connection

2016-09-26 Thread Matias Ribichich
Hi Raj,

I had the same problem on windows and I solved it running the cmd with the
user of the go agent service and checking out any repository. That way svn
will trigger the promtp for accepting the certificate

It was a long time ago but I think I did this, the user must be the one
that runs the service. this is for windows, but maybe its similar for linux:

Runas /profile /user:administrator CMD

and them:

svn checkout 'something'

hope it helps!

On Tue, Sep 20, 2016 at 4:21 PM Tatar Kolos  wrote:

> Hi Raj,
>
> > I am using tortoise svn I can connect to svn with same url as used in
> the GO CD  UI, but getting below url, any suggestion what i am missing.
> >
> > STDERR: svn: E230001: Server SSL certificate verification failed:
> certificate issued for a different hostname, issuer is not trusted
>
> This is not a URL, it's an error message from SVN related to the
> configuration of the SVN server (and/or your client).
>
> I would recommend that you post your question on the SVN users email list
> (if one exists).
>
> Kolos
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to go-cd+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-cd] svn connection

2016-09-20 Thread Tatar Kolos

Hi Raj,


I am using tortoise svn I can connect to svn with same url as used in the GO CD 
 UI, but getting below url, any suggestion what i am missing.

STDERR: svn: E230001: Server SSL certificate verification failed: certificate 
issued for a different hostname, issuer is not trusted


This is not a URL, it's an error message from SVN related to the 
configuration of the SVN server (and/or your client).


I would recommend that you post your question on the SVN users email list 
(if one exists).


Kolos


[go-cd] svn connection

2016-09-20 Thread raj


I am using tortoise svn I can connect to svn with same url as used in the GO CD 
 UI, but getting below url, any suggestion what i am missing.

STDERR: svn: E230001: Server SSL certificate verification failed: certificate 
issued for a different hostname, issuer is not trusted

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to go-cd+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.