user1164061
user1164061

Reputation: 4342

Putting Artifactory behind SSL

I manually installed Artifactory(V 2.6) on my centos and am using it with its own standalone jetty container. I use artifactoryctl start to start it and now I can access it using http://myhostname:8081/artifactory. What is the best and easy way to put this behind https now?

Note: It will be nice if I can have both http and https access.

Any help is appreciated.

Thanks

Upvotes: 7

Views: 13466

Answers (1)

JBaruch
JBaruch

Reputation: 22893

  1. Please upgrade to the latest Artifactory version.
  2. Starting Artifactory 3, it comes with embedded Tomcat, please refer to the official Tomcat documentation on how to configure SSL on Tomcat.
  3. Another option might be configuring Artifactory behind Apache or Ngnix HTTP servers. In this case, Artifactory user guide provides documentation on how to configure ssl for the former and for the later.

Upvotes: 10

Related Questions