Re: Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2015-04-29 Thread reviewboard


Comment #7 on issue 3317 by jaigene@gmail.com: Can't add SVN  
repositories with untrusted certificate

https://code.google.com/p/reviewboard/issues/detail?id=3317

Reviewboard 2.0.15
Ubuntu 15.04 (Vivid)

- PySVN (python-svn) gives original untrusted prompt without any ability  
to trust the self-signed certificate.


- subvertpy (python-subvertpy) gives: (Unable to connect to a repository  
at URL 'https://URI/trunk', 230001)



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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


Re: Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2015-04-29 Thread reviewboard


Comment #6 on issue 3317 by egeeni...@gmail.com: Can't add SVN repositories  
with untrusted certificate

https://code.google.com/p/reviewboard/issues/detail?id=3317

This seems to be broken again on 2.0.15, I don't get the accept certificate  
prompt anymore. (on both backends)


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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


Re: Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2014-06-05 Thread reviewboard

Updates:
Status: PendingReview
Owner: chip...@gmail.com
	Labels: -Priority-Medium Priority-Critical Milestone-Release2.0.x  
Component-SCMTools


Comment #4 on issue 3317 by chip...@gmail.com: Can't add SVN repositories  
with untrusted certificate

http://code.google.com/p/reviewboard/issues/detail?id=3317

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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


Re: Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2014-06-05 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 3317 by chip...@gmail.com: Can't add SVN repositories  
with untrusted certificate

http://code.google.com/p/reviewboard/issues/detail?id=3317

Fixed on release-2.0.x (da8ea22)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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


Re: Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2014-04-22 Thread reviewboard


Comment #3 on issue 3317 by lou.somo...@gmail.com: Can't add SVN  
repositories with untrusted certificate

http://code.google.com/p/reviewboard/issues/detail?id=3317

I'm using PySVN.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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


Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2014-04-21 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3317 by lou.somo...@gmail.com: Can't add SVN repositories with  
untrusted certificate

http://code.google.com/p/reviewboard/issues/detail?id=3317

What version are you running?
Review Board 2.0 RC 3

What's the URL of the page containing the problem?
Run locally

What steps will reproduce the problem?
1. Fresh checkout from github
2. Run locally
3. Add an SVN repository whose certificate needs to be accepted

What is the expected output? What do you see instead?
I expected to see a prompt where I can accept the certificate. Instead, I  
get the u'failures' error.


I tried accepting the certificate permanently via terminal:
svn list url

I would then get Authentication error

What operating system are you using? What browser?
Linux; Mozilla Firefox

Please provide any additional information below.
I tried adding the same repository in Review Board 2.0 beta 2 and it would  
show the certificate information and ask me if I trust this host which  
was what I expected to see in RC3.



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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


Re: Issue 3317 in reviewboard: Can't add SVN repositories with untrusted certificate

2014-04-21 Thread reviewboard


Comment #1 on issue 3317 by lou.somo...@gmail.com: Can't add SVN  
repositories with untrusted certificate

http://code.google.com/p/reviewboard/issues/detail?id=3317

I also get the same error in RC 2. I tried checking out a new copy from  
github but I see that RC 3 hasn't been released yet.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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