Continuum

SSL with certificate authentication doesn't work

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.1-beta-3
  • Fix Version/s: Backlog
  • Component/s: None
  • Labels:
    None
  • Environment:
  • Complexity:
    Intermediate
  • Number of attachments :
    0

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

Activity

Hide
Emmanuel Venisse added a comment -

do you have some docs about how to install/configure svn with certificate authentication?

Show
Emmanuel Venisse added a comment - do you have some docs about how to install/configure svn with certificate authentication?
Hide
Jesús GS added a comment - - edited

for the client:
http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1.3
or just see $HOME/.subversion/servers

for the server, you have to configure the apache server, there is no special configuration. this [0] link seems good.

[0] http://polishlinux.org/apps/subversion-howto/

Show
Jesús GS added a comment - - edited for the client: http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1.3 or just see $HOME/.subversion/servers for the server, you have to configure the apache server, there is no special configuration. this [0] link seems good. [0] http://polishlinux.org/apps/subversion-howto/
Hide
Wendy Smoak added a comment -

If it's a problem when adding the project, it's not svn, it's just an http(s) GET.

This is probably a documentation issue, we need to explain how to add the certificate so that Continuum (HttpClient?) can use it. Pointing to the svn docs would also be good.

Show
Wendy Smoak added a comment - If it's a problem when adding the project, it's not svn, it's just an http(s) GET. This is probably a documentation issue, we need to explain how to add the certificate so that Continuum (HttpClient?) can use it. Pointing to the svn docs would also be good.

People

Vote (2)
Watch (1)

Dates

  • Created:
    Updated: