Я пытаюсь настроить КПС установить приложение OpenShift и когда я пытаюсь сделать:RHC настройки прокси вопрос - Вы не авторизованы для выполнения этой операции
rhc setup --debug
После настройки прокси-сервера (набор HTTP_PROXY . = http://..) Он терпит неудачу с сообщением:
You are not authorized to perform this operation.
полноцикловых отладки ответа (удаление личной информации) является:
C:\Windows\system32>rhc setup --debug
DEBUG: Using config file C:/Users/xxxxx/.openshift/express.conf
DEBUG: Running greeting_stage
OpenShift Client Tools (RHC) Setup Wizard
This wizard will help you upload your SSH keys, set your application namespace, and check that other programs like Git are properly installed.
DEBUG: Running server_stage
If you have your own OpenShift server, you can specify it now. Just hit enter to use the server for OpenShift Online: openshift.redhat.com.
Enter the server hostname: |openshift.redhat.com|
You can add more servers later using 'rhc server'.
DEBUG: Running login_stage
DEBUG: Connecting to https://openshift.redhat.com/broker/rest/api
DEBUG: Client supports API versions 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7
DEBUG: Created new httpclient
DEBUG: Request GET https://openshift.redhat.com/broker/rest/api
DEBUG: Response: 403 {"Server"=>"squid", "Mime-Version"=>"1.0", "Date"=>"Thu, 20 Aug 2015 09:11:21 GMT", "Content-Type"=>"text/html", "Content-Length"=>"955"
"X-Squid-Error"=>"ERR_ACCESS_DENIED 0", "X-Cache"=>"MISS from myproxy.proxy.es", "X-Cache-Lookup"=>"NONE from myproxy.proxy.es:80", "Connection"=>"close"}
-------------
DEBUG: Response did not include a message from server: unexpected nil
You are not authorized to perform this operation.
Любая идея, что происходит?
Да, я под корпоративным прокси, но это сообщение отображается после его настройки. Я имею в виду, если я не настрою прокси-сервер, сообщение отличается. – dcalap
Вам необходимо проверить в своем ИТ-отделе, чтобы они разрешали доступ к открытому входу через ваш прокси-сервер. –