How to fix it?

ARTIFACTORY: How to fix the issue that cannot access UI after migrating derby to PostgreSQL

AuthorFullName__c
Jian Sun
articleNumber
000005970
ft:sourceType
Salesforce
FirstPublishedDate
2024-01-08T19:17:47Z
lastModifiedDate
2024-01-08
VersionNumber
1
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
...