I'm currently working a contract with a company that is trying to implement Source Control within their environment.
Since they consider their code to be extremely sensitive, they didn't want to house a GIT repository outside of their firewall. One of the team members recommended we use Gogs.
We installed Gogs on the server we're using for source control. Created a repository. Set up our users, etc.
Because this is internal, it's just HTTP. No SSL.
From our machines that have PowerBuilder on them, we can access the repository URL just fine through our browser. HTTP.
However, when we attempt to push the code and connect to that server/GIT Repository through PowerBuilder, it never connects.
Should it be possible to connect to a repository just using http? Or do we need to install an SSL on the server so PowerBuilder will find it correctly?
Any information would really be appreciated!
Error Info - When we attempt to connect, we get a 504-status code.
Jeff Gibson
PowerBuilder Consultant
Nashville, TN