Problem to register Windows Server Runner
I'm trying to register a windows server runner in Gitlab. I followed the steps in https://docs.gitlab.com/runner/register/index.html but I got the error bellow:
WARNING: Support for registration tokens and runner parameters in the 'register' command has been deprecated in GitLab Runner 15.6 and will be replaced with support for authentication tokens. For more information, see gitlab#380872 (closed) ERROR: Registering runner... failed runner= status=couldn't execute POST against https://gitlab.com/api/v4/runners: Post "https://gitlab.com/api/v4/runners": dial tcp 172.65.251.78:443: 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. PANIC: Failed to register the runner.
I pinged 172.65.251.78 and it worked. The telnet to 172.65.251.78:443 didn't work.
I use gitlab For enterprise.
Thanks in advance.