TamNgoc
TamNgoc

Reputation: 1

Artifactory - Migrate from HTTP to HTTPS

The following are steps that I executed:

  1. Created CSR using https://www.digicert.com/easy-csr/openssl.htm

  2. Obtained CA certificate & Certificate chain in pem format

  3. Modified files for HTTPS implementation: httpd.conf, ssl.conf, server.xml

  4. I put the certificate & key in /etc/httpd/certificates: armdev.key certnew.cer certnew-chain.crt

  5. stop/start apache and artifactory service

  6. launch https://arm.cn.ca:8443/artifactory. Errors:

    IE error: "This page can not be displayed".

    Chrome error: "This site can not be reached".

JFrog instruction to configure Artifactory behind Apache is not clear. Could you help please.

Upvotes: 0

Views: 3160

Answers (1)

Dror Bereznitsky
Dror Bereznitsky

Reputation: 20386

You can use the Artifactory reverse proxy configuration generator in order to create the Apache configuration.
Using the generator you can fill in a set of fields to generate the required configuration snippet which you can then download and install directly in the corresponding directory of your reverse proxy server.

Upvotes: 2

Related Questions