본문 바로가기
Tool/openshift

openshift / ERROR: Could not find a valid gem 'rhc' (>= 0)

by 하하IT 2020. 4. 19.

Microsoft Windows [Version 10.0.14393]

(c) 2016 Microsoft Corporation. All rights reserved.

 

C:\Users\KJH>gem install rhc

ERROR:  Could not find a valid gem 'rhc' (>= 0), here is why:

          Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.org/latest_specs.4.8.gz)

 

C:\Users\KJH>gem sources --remove https://rubygems.org/

https://rubygems.org/ removed from sources

 

C:\Users\KJH>gem sources --add http://rubygems.org/

https://rubygems.org is recommended for security over http://rubygems.org/

 

Do you want to add this insecure source? [yn]  y

http://rubygems.org/ added to sources

 

C:\Users\KJH>gem install rhc

Fetching: net-ssh-4.1.0.gem (100%)

Successfully installed net-ssh-4.1.0

 

Successfully installed commander-4.2.1

Fetching: httpclient-2.6.0.1.gem (100%)

Successfully installed httpclient-2.6.0.1

Fetching: open4-1.3.4.gem (100%)

Successfully installed open4-1.3.4

Fetching: rhc-1.38.7.gem (100%)

===========================================================================

 

If this is your first time installing the RHC tools, please run 'rhc setup'

 

===========================================================================

'Tool > openshift' 카테고리의 다른 글

openshift / wordpress / domain  (0) 2020.04.20
Deploy war application on OpenShift  (0) 2020.04.20
openshift / rhc error  (0) 2020.04.20
openshift / idle방지 / ping  (0) 2020.04.20
openshift / owncloud  (0) 2020.04.20