GitLab Runner setup on windows - Error in establishing connection with GitLab Server

Hello All,

I was setting up the GitLab Runner on another server system . I faced an error in the Registration step. The error said ‘having a network problem’.

The detailed description of the error is
“ERROR: Registering runner… failed . Couldn’t execute POST against http://gitlab.sw.st
ratus.com/api/v4/runners: Post http://gitlab.sw.stratus.com/api/v4/runners: dial
tcp 134.111.200.59:80: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.”

The thing is the server system on which I am trying to set up the GitLab Runner uses the port 80 for talking to an Apache server. Is there any way, I can make the GitLab Runner dial a connection on any other port apart from 80?

Regards,
Poornima