We use Artifactory which uses a non standard port. What I found was that the URL requirement is for a FQDN syntax, so something like http://artifactory:8081/ovf_template.ovf will not work, instead http://artifactory.domain.com:8081/ovf_template.ovf does work.
↧