If Artifactory can reply to http request, but not to https, looks like a Tomcat side issue. Can you check that Tomcat is listening on port 8443? (netstat -ntlp if you are on a linux box). Then try to connect directly to https://localhost:8443/artifactory through web browser and see if that works.
Cheers, On 20/02/14 23:34, fishi wrote: > Hi, > > thanks for the fast reply! It helped! > > You were right - I checked the logfiles and it turns out the request never > reached tomcat. After removing ssl and returning to standard http, > everything worked fine. The problem seems to be related to my ssl > configuration for artifactory. > > Here is my apache virtual host (with mod_proxy) > > <VirtualHost *:443> > ServerAdmin [email protected] > ServerName artifactory.yourdomain.com > SSLEngine On > SSLCertificateFile /path/to/my.cert.pem > SSLCertificateKeyFile /path/to/my.key.pem > ProxyPreserveHost on > ProxyPass /artifactory https://localhost:8443/artifactory > ProxyPassReverse /artifactory > https://artifactory.yourdomain.com/artifactory > </VirtualHost> > > My tomcat works fine with the manager gui running via https. Also the > Artifactory WebUI works well with https. Any idea why the maven request does > not work (even when having MAVEN_OPTS=-Dmaven.wagon.http.ssl.insecure=true > -Dmaven.wagon.http.ssl.allowall=true and correct credentials in > settings.xml)? > > Cheers, > Rainer > > > > -- > View this message in context: > http://forums.jfrog.org/mvn-https-access-denied-also-for-enabled-anonymous-user-tp7579634p7579637.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 ------------------------------------------------------------------------------ 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
