I think I might now what the problem is. I've tried to manually DL this
pom.xml with wget on the machine where continuum is installed. After
issuing such a command:
wget https://woci:<mypass>@<my svn url>/pom.xml
I got:
Resolving svn.<my-company>.pl... 10.1.1.3
Connecting to svn.<my-company>.pl|10.1.1.3|:443... connected.
ERROR: cannot verify svn.<my-company>.pl's certificate, issued by
`/C=PL/ST=Malopolska/L=Cracow/O=My Company/CN=My
Company/emailAddress=admin@<my-company>.pl':
Unable to locally verify the issuer's authority.
To connect to svn.<my-company>.pl insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
So it is a problem with certificate...
Wojtek