Description of problem: The cartridge documentation at http://openshift.github.io/documentation/oo_cartridge_guide.html#ruby-mirror recommends that users use http://mirror1.ops.rhcloud.com/mirror/ruby/ as their gem location. Users should instead go over https as using SSL is a best practice. However, the SSL certificate for https://mirror1.ops.rhcloud.com/mirror/ruby/ is invalid. The certifcate the mirror is using is only valid for "mirror.openshift.com , docker-registry.ops.rhcloud.com" So either the certificate on mirror1 needs to be updated or the documentation needs to be updated to point users to https://mirror.openshift.com (which worked fine for me).
Reassigning this BZ to the appropriate team to get the Github docs updated. We will check to see whether the Enterprise docs have to be updates as well.
PR submitted: https://github.com/openshift/origin-server/pull/5376 When the doc is updated, you will be able to see the change at http://openshift.github.io/documentation-latest/oo_cartridge_guide.html#ruby-mirror
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/eb02c7ad2c0c51dd68628e683375efae44165e61 Bug 1093505: Ruby mirror URLs corrected to https://mirror.openshift.com/