-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oc login connection refused #164
Comments
me too |
me 3 |
Dont use Cloud Flare, dont use subdomain, use only FQDN and also make A record for console sub domain to the same ip |
Dont use Cloud Flare, dont use subdomain, use only FQDN and also make A record for console sub domain to the same ip |
@emad-ramlawi Do you know what changed with Cloud Flare? I was working fine for about a year and when 3.10 3.11 rolled out, I see connection refused everywhere. Time to switch I guess. |
Hi,
I think it has to do with CF masking the original IP and no option to let it pass the request, we face those issues alot where I work. we use it only to get free SSL certs.
Best,
Emad R.
…________________________________
From: weslcurt <[email protected]>
Sent: Tuesday, June 25, 2019 7:46 PM
To: gshipley/installcentos
Cc: emad-ramlawi; Mention
Subject: Re: [gshipley/installcentos] oc login connection refused (#164)
@emad-ramlawi<https://github.com/emad-ramlawi> Do you know what changed with Cloud Flare? I was working fine for about a year and when 3.10 3.11 rolled out, I see connection refused everywhere. Time to switch I guess.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#164?email_source=notifications&email_token=AKFEJOQUIU4TJZG37RXKTTTP4JDV3A5CNFSM4HN7V6Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYQ3ZPA#issuecomment-505527484>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKFEJOR4MS4D7TPYTFSM7ELP4JDV3ANCNFSM4HN7V6YQ>.
|
So after switching registrars from CF (to Gandi) per @emad-ramlawi suggestion, I had better results albeit unstable. What helped for me was adding localhost.localdomain in my inventory file which is overwritten in line 119 of grant's install-openshift.sh file. In my fork of this repo, I add something like this to line 119: I also had to comment out line 161 and 162 so that my /etc/hosts file was not overwritten. This seemed to clear up all "verify you have provided the correct host and port and that the server is currently running". Not sure if this is addressing the root cause but hopefully helps somebody. |
Post installation on RHEL 7.6 getting the below error while trying to login
[root@ip-10-0-1-116 installcentos]# oc login https://console.demo.io:8443/
error: dial tcp 10.0.1.116:8443: connect: connection refused - verify you have provided the correct host and port and that the server is currently running.
[root@ip-10-0-1-116 installcentos]#
Anyone faced the same issue? Looking for help to resolve.
The text was updated successfully, but these errors were encountered: