I finally found the solution! The problem was because of apache. When using ssl, newer apache versions have a SSLStrictSNIVHostCheck. I guess Maven (and as I found out now things like MyLyn too) do not support SNI.
This is why, when using ssl, you have to specify the following in your apache's mod_ssl.conf: SSLStrictSNIVHostCheck off When doing so, everything works fine for me! Thanks very much for the help and sorry for troubling you guys, since the problem was in the end not really artifactory related. Still I hope that someone else might profit from this information. Cheers, Rainer -- View this message in context: http://forums.jfrog.org/mvn-https-access-denied-also-for-enabled-anonymous-user-tp7579634p7579647.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
