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

Reply via email to