-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Unable to connect to the server: Forbidden #21695
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
I'm running into the same issue , trying to install openshift cluster. Eventually, the cluster is indeed deployed
but I'm unable to excute any of the commands without having the output
@birajdarabhishek1 May you tell me how you fix it please? |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@pavenova: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issue is still in place (oc client v 3.11) |
I have installed Minishift with Proxy setting.
The server is accessible via web console at:
https://192.168.42.76:8443/console
You are logged in as:
User: developer
Password:
To login as administrator:
oc login -u system:admin
Issue:
[root@minishift ~]# oc status
Unable to connect to the server: Forbidden
[root@minishift ~]# oc login -u system:admin
error: Forbidden
[root@minishift ~]# curl https://192.168.42.76:8443/console
curl: (56) Received HTTP code 403 from proxy after CONNECT
How can I connect console from my VM, or Outside Network.
#minishift #Linux
The text was updated successfully, but these errors were encountered: