Specify a CNAME value to open a certificate issue

I have a CNAME for a domain myapp-mynamespace.rhcloud.com

, however it is throwing this certificate error:

SSL Error

Doing rhc alias add proxy proxy.mynamespace.com

it would do the trick.

However, I just want to point an arbitrary CNAME domain (like ww2 from xyz.com, abc.com or somedomain.com) to myapp-mynamespace.rhcloud.com

How do I get around this ssl issue, is it possible that when I point ww2 CNAME xyz.com to my openhift app (myapp-mynamespace.rhcloud.com) it won't do https or ssl - just HTTP.

+3


source to share


2 answers


You don't need a CNAME record, you want online redirects, otherwise the domain name will remain the same as rhcloud.com and the certificate will still be invalid for your web clients.



0


source


If you would like to use SSL with your custom domain in OpenShift, you will need to upgrade to the Bronze or Silver plan and purchase an SSL certificate and install it for your alias.



0


source







All Articles