Исправлена ​​ошибка проверки SSL с OpenShift Client (rhc)

У меня есть свой собственный кластер OpenShift. С API, работающим на 172.17.0.6, Я пытаюсь настроить клиентский инструмент OpenShift.

Но я не могу настроить свой клиент из-за собственной подписи сертификата.

Вот отладка:

$ rhc setup --server 172.17.0.6 --debug --insecure
  DEBUG: Using config file /home/gmartine/.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://172.17.0.6/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://172.17.0.6/broker/rest/api
  DEBUG: SSL Verification failed -- Using self signed cert
  DEBUG:    code 403   66 ms

Что я должен сделать, чтобы исправить эту проблему?

0 ответов

Другие вопросы по тегам