smarterclayton / openshift-go-cart

Go cartridge for OpenShift Origin
Other
75 stars 92 forks source link

Switch to HTTPS URL #1

Closed smerrill closed 11 years ago

smerrill commented 11 years ago

This didn't work on my OpenShift Origin install until I changed the reflector URL to HTTPS:

First, the failure:

 ┌┤smerrill@lilliputian-resolution [Jun 16 16:08:31] ~
 └╼ rhc create-app mygo http://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-go-cart
The cartridge 'http://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-go-cart' will be downloaded and installed

Application Options
-------------------
  Namespace:  phase2
  Cartridges: http://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-go-cart
  Gear Size:  default
  Scaling:    no

Creating application 'mygo' ... Invalid cartridge, error downloading from url 'http://cartreflect-claytondev.rhcloud.com/reflect?github=smartercla
yton/openshift-go-cart'

And the the success with HTTPS:

 ┌┤smerrill@lilliputian-resolution:1 [Jun 16 16:09:32] ~
 └╼ rhc create-app mygo https://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-go-cart
The cartridge 'https://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-go-cart' will be downloaded and installed

Application Options
-------------------
  Namespace:  phase2
  Cartridges: https://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-go-cart
  Gear Size:  default
  Scaling:    no

Creating application 'mygo' ... done

Waiting for your DNS name to be available ... done

Downloading the application Git repository ...
Cloning into 'mygo'...
The authenticity of host 'mygo-phase2.openshiftorigin (192.168.0.181)' can't be established.
RSA key fingerprint is d7:5c:9d:f0:e9:ed:87:1c:32:3a:f0:36:e6:55:66:83.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'mygo-phase2.openshiftorigin' (RSA) to the list of known hosts.

Your application code is now in 'mygo'
[snipped]
smarterclayton commented 11 years ago

Thanks! [merge]