node.js - NodeJS OpenShift App times out on https, but not http -


i've got simple app deployed on openshift uses cloudflare dns provider, since support cname records root domain, our current domain provider not.

the issue setup somewhere along line https not working. believe openshift issue because it's same kind of issue when you've mapped domain name app haven't added proper aliases yet - timeout essentially.

we've got 2 aliases - www , without. there's no option specify https or openshift aliases can see. there aren't ssl certificates assigned these aliases not need or use https - we're on free plan.

the main url access site http://www.jcuri.com - notice works expected, https://www.jcuri.com times out.

initially thinking of using cloudflare page rules auto-redirect non-https url locked down behind paywall we're hoping avoid, don't need of pro features.

is there i'm missing here? seems openshift denying https connections purely because don't have certificates assigned aliases. wouldn't mind if there certificate errors, @ least give chance redirect on actual nodejs application, don't reach point.

can offer advice on this?

since domains not pointed directly @ openshift via cname, seemingly redirected via service (from can tell dns) hard whether openshift causing https issues. if not have custom ssl certificate installed on openshift, invalid certificate error, since using redirect service, maybe possible service checking certificate first, seeing error, , not working?

since https page rules stated above behind paywall, makes lot of sense blocking it, not openshift. godaddy provided forwarding service allow point both www , naked domain openshift correctly using cnames, have used before.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -