如何为开移原点多合一设置"rhc"



尝试运行rhc安装程序时,我得到以下结果:

[vagrant@localhost ~]$ rhc setup --debug --server localhost:8443 --insecure
DEBUG: Using config file /home/vagrant/.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
DEBUG: Running login_stage
DEBUG: Connecting to https://localhost:8443/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://localhost:8443/broker/rest/api
DEBUG: SSL Verification failed -- Using self signed cert
DEBUG:    code 403   25 ms

有没有办法使用原点一体机附带的自签名证书运行安装程序?

根据Graham Dumpleton的评论,我试图解决错误的问题。

请注意,当前 Origin 的命令行客户端是 OC,而不是RHC。rhc 客户端适用于较旧的 OpenShift 2,而不是最新的 打开移位 3.也许通读以了解如何使用最新的 在一个虚拟机中生成所有免费电子书 openshift.com/promotions/for-developers.html 如果你真的想要 打开移位 3.– 格雷厄姆·饺子顿 1 月 2 日 23:20

最新更新