If I want users to use HTTPS to Artifactory UI, how should I set it up?I refer to: https://jfrog.com/help/r/artifactory-how-to-debug-ssl-issues-with-artifactory/ssl-certificate-issues-from-artifactory-perspective
But no success.
I entered https://FQDN:8443 and "HTTP 404" appeared. I'm not sure what went wrong. The following are the settings I made in system.yaml:
artifactory: tomcat: httpsConnector: ## Enable connector with SSL/TLS enabled: true ## Port to use for the HTTPS connector port: 8443 ## Certificate file to use certificateFile: "/tmp/arti.crt" ## Certificate key file to use. certificateKeyFile: "/tmp/arti.key"
Please ask if you can provide some suggestions, thank you.
Users can connect directly to Artifactory using HTTPS