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

Reply via email to