errors adding maven2 project

2006-10-02 Thread Joseph Marques

My SVN server is on a linux box and exposed via https; there is NO http
access.  I'm setting up continuum-1.0.3 on a windows box.  Here are the
results when using various URLs.

https://user:pass@server/project/pom.xml
Could not download https://server/project/pom.xml:
Server returned HTTP response code: 401 for URL:
https://server/project/pom.xml

https://server/project/pom.xml
The URL you provided doesn't exist

OK, so...on a whim, I decided to leave the s off, and try http instead.

http://server/project/pom.xml
The URL you provided doesn't exist

http://user:pass@server/project/pom.xml
Works?!?


Um...what's going on here.  Regular http access to this box isn't even
allowed, so why is continuum pulling projects down using http?

-joe


https 401 error

2006-09-29 Thread Joseph Marques

when trying to add a maven2 project i'm getting the error: could not
download https://user:[EMAIL PROTECTED]/project_url/pom.xml: Server returned
HTTP response code: 401 for URL: https://user:[EMAIL PROTECTED]/
project_url/pom.xml.  i can hit and download the pom from both IE and
firefox. any clue as to what's going on?  **i was told in irc that it's
probably because java doesn't know my certificate, which granted is
self-signed, but according to
http://jira.codehaus.org/secure/attachment/16385/secure-url-validation.patchfrom
http://jira.codehaus.org/browse/CONTINUUM-258 continuum has been using the
all-accepting trust store for quite some time.  any suggestions on why this
might be happening?

oh, and just in case it was a certificate issue, I added the certificate to
the default truststore for my 1.5 installation (setup through JAVA_HOME) at
the console via keytool.  I also added the cert to the truststore associated
with the 1.6 jre registered with the browser (firefox) i'm using.  neither
of those options helped.

-joe