security - How to support TLS for Artifactory 4.x -


artifactory 4.x not support tls. compromises integrity packages/artifacts pulled in production builds/images. additionally, credentials used authenticate artifactory vulnerable exposure.

how can redirect request on port 80 443

any on how achieve this, thanks.

artifactory 4.x running on tomcat. if want setup tls need either configure tomcat or put reverse proxy in front of it.

see following in artifactory 4.x user guide:
configuring apache
configuring nginx

hth,
yinon


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -