Search code examples
networkingprotocolsartifactoryports

Artifactory replication protocol


I have searched JFrog support but was unable to find the particular protocol(s) and port(s) used by Artifactory to replicate contents to another Artifactory instance. I want to make sure it will work with my intended network topology.

The scenario would involve 2 Artifactory instances replicating to each other across a firewall. As such, I need to know the protocols and ports that are necessary for one to replicate to the other.

Can someone tell me the protocol(s) and port(s) used?

Thank you very much in advance!


Solution

  • The protocols are HTTP/HTTPS, depends on what you configured. All of the requests from Artifactory to the second instance will be using HTTP requests (GET, PUT, DELETE, HEAD, POST). The ports are the one you have configured your Artifactory to work with, the default is 8081. Opening those will allow your Artifactory instances to communicate.