|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Confirm: Webdav and SSL worksHi all,
In the source file at https://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-beta-2/wagon-providers/wagon-webdav/src/main/java/org/apache/maven/wagon/providers/webdav/WebDavWagon.java, the following comment is present: TODO: webdav https server is not tested I have tested the wagon against an SSL enabled DAV webserver and SSL works - on condition that the CA certificate used to sign the DAV server's certificate is installed in the JDK's default cacerts keystore. Regards, Graham -- --------------------------------------------------------------------- To unsubscribe, e-mail: wagon-dev-unsubscribe@... For additional commands, e-mail: wagon-dev-help@... |
|
|
Re: Confirm: Webdav and SSL worksThanks!
Do you happen to know of a URL that demonstrates how to add the CA or SSL certs to teh cacerts keystore, I'd like to get that documented, and link to the 'how-to' documents for that process. - Joakim Graham Leggett wrote: > Hi all, > > In the source file at > https://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-beta-2/wagon-providers/wagon-webdav/src/main/java/org/apache/maven/wagon/providers/webdav/WebDavWagon.java, > the following comment is present: > > TODO: webdav https server is not tested > > I have tested the wagon against an SSL enabled DAV webserver and SSL works > - on condition that the CA certificate used to sign the DAV server's > certificate is installed in the JDK's default cacerts keystore. > > Regards, > Graham > -- > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: wagon-dev-unsubscribe@... > For additional commands, e-mail: wagon-dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: wagon-dev-unsubscribe@... For additional commands, e-mail: wagon-dev-help@... |
|
|
Re: Confirm: Webdav and SSL worksHello all,
> Do you happen to know of a URL that demonstrates how to add the CA or > SSL certs to teh cacerts keystore, I'd like to get that documented, and > link to the 'how-to' documents for that process. Is this doc OK ? http://maven.apache.org/guides/mini/guide-repository-ssl.html -- Thomas Recloux --------------------------------------------------------------------- To unsubscribe, e-mail: wagon-dev-unsubscribe@... For additional commands, e-mail: wagon-dev-help@... |
|
|
Re: Confirm: Webdav and SSL workshttp://docs.codehaus.org/display/HAUSMATES/WebDAV
or with the InstallCert class : http://blogs.sun.com/andreas/entry/no_more_unable_to_find Emmanuel Joakim Erdfelt a écrit : > Thanks! > > Do you happen to know of a URL that demonstrates how to add the CA or > SSL certs to teh cacerts keystore, I'd like to get that documented, and > link to the 'how-to' documents for that process. > > - Joakim > > Graham Leggett wrote: >> Hi all, >> >> In the source file at >> https://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-beta-2/wagon-providers/wagon-webdav/src/main/java/org/apache/maven/wagon/providers/webdav/WebDavWagon.java, >> the following comment is present: >> >> TODO: webdav https server is not tested >> >> I have tested the wagon against an SSL enabled DAV webserver and SSL works >> - on condition that the CA certificate used to sign the DAV server's >> certificate is installed in the JDK's default cacerts keystore. >> >> Regards, >> Graham >> -- >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: wagon-dev-unsubscribe@... >> For additional commands, e-mail: wagon-dev-help@... >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: wagon-dev-unsubscribe@... > For additional commands, e-mail: wagon-dev-help@... > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: wagon-dev-unsubscribe@... For additional commands, e-mail: wagon-dev-help@... |
| Free Forum Powered by Nabble | Forum Help |