Skip to content

Commit

Permalink
Add explanation when port 9418 needs to be open (github#15853)
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Coursen <[email protected]>
  • Loading branch information
larsxschneider and lecoursen authored Oct 12, 2020
1 parent 560f0db commit ece879e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/admin/configuration/network-ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Application ports provide web application and Git access for end users.
| 443 | HTTPS | Access to the web application and Git over HTTPS. |
| 80 | HTTP | Access to the web application. All requests are redirected to the HTTPS port when SSL is enabled. |
| 22 | SSH | Access to Git over SSH. Supports clone, fetch, and push operations to public and private repositories. |
| 9418 | Git | Git protocol port supports clone and fetch operations to public repositories with unencrypted network communication. |
| 9418 | Git | Git protocol port supports clone and fetch operations to public repositories with unencrypted network communication. {% data reusables.enterprise_installation.when-9418-necessary %} |

{% data reusables.enterprise_installation.terminating-tls %}

Expand Down
2 changes: 1 addition & 1 deletion data/reusables/enterprise_installation/necessary_ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| 1194/UDP | VPN | Secure replication network tunnel in high availability configuration. |
| 8080 | HTTP | Plain-text web based {% data variables.enterprise.management_console %}. *Not required unless SSL is disabled manually.* |
| 8443 | HTTPS | Secure web based {% data variables.enterprise.management_console %}. *Required for basic installation and configuration.* |
| 9418 | Git | Simple Git protocol port. Clone and fetch operations to public repositories only. *Unencrypted network communication.* |
| 9418 | Git | Simple Git protocol port. Clone and fetch operations to public repositories only. *Unencrypted network communication.* {% data reusables.enterprise_installation.when-9418-necessary %} |
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If you have enabled private mode on your instance, then opening this port is only required if you also enabled anonymous Git read access. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)."

0 comments on commit ece879e

Please sign in to comment.