Reset the security.tls=true in the ${JFROG_HOME}/var/etc/access/ folder, and restart the Artifactory.
$ cp -rp access.config.latest.yml access.config.import.yml $ vim access.config.import.yml --- security: tls: true ...