Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1-beta-3
-
Fix Version/s: Backlog
-
Component/s: None
-
Labels:None
-
Environment:HideThe access to subversion repository is through https and requires a valid certificate (for doing that, in your subversion folder, you have to have a "server" file with something like:
[groups]
svn-some-group = svn.DOMAIN.COM
[svn-some-group]
ssl-client-cert-file = /PATH/to/the/CERTIFICATE.p12
ssl-client-cert-password = THEpassphrase
or if you wanna navigate with the browser through the repository, you have to import the certificate in the navigatorShowThe access to subversion repository is through https and requires a valid certificate (for doing that, in your subversion folder, you have to have a "server" file with something like: [groups] svn-some-group = svn.DOMAIN.COM [svn-some-group] ssl-client-cert-file = /PATH/to/the/CERTIFICATE.p12 ssl-client-cert-password = THEpassphrase or if you wanna navigate with the browser through the repository, you have to import the certificate in the navigator
-
Complexity:Intermediate
-
Number of attachments :
Description
I'm trying to add a maven 2 project, and when continuum try to gets the pom.xml, a 401 error occurs. The console shows:
2007-10-24 17:57:31,903 [SocketListener0-0] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://svn.domain.com/devel/testProject/pom.xml
2007-10-24 17:57:32,024 [SocketListener0-0] INFO Continuum:default - Created 0 projects.
2007-10-24 17:57:32,024 [SocketListener0-0] INFO Continuum:default - Created 0 project groups.
2007-10-24 17:57:32,024 [SocketListener0-0] INFO Continuum:default - 1 errors.
2007-10-24 17:57:32,024 [SocketListener0-0] INFO Continuum:default - 1 errors during project add:
2007-10-24 17:57:32,025 [SocketListener0-0] INFO Continuum:default - add.project.unauthorized.error
if i copy that url in another tab of the browser, i can access without any problem (obviously because my certificate is imported in the browser) to the pom.xml
Issue Links
| This issue depends upon: | ||||
| CONTINUUM-1489 | replace use of MungedHttpsURL with apache httpclient (4.0-beta1) |
|
|
|
do you have some docs about how to install/configure svn with certificate authentication?