Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1-beta-3
-
None
-
None
-
The 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 navigatorThe 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
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
Attachments
Issue Links
- depends upon
-
CONTINUUM-1489 replace use of MungedHttpsURL with apache httpclient (4.0-beta1)
- Closed