phanidhar wrote > Can any one tell why artifactory appilcation is not properly picking up > the SSL running behing Apache i will illustatre with small example. > > https://example.com ---> which is picking poperly no error came in SSL. > > https://example.com/artifactory--> Here also picking the SSL but > displaying a warning saying that > > The website doesnot supply identify information.The connection to this > website is not fully secure because it contains unencrypted elements (such > as images).
We would have to see your apache configuration. Assuming you're running artifactory standalone with the embedded tomcat and in the default configuration artifactory won't see the encrypted stream. Apache should be doing the decryption of the request and then encrypting whatever comes back. -- View this message in context: http://forums.jfrog.org/SSL-warning-tp7580390p7580396.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
