How can I use my mendix application with a custom domain name

0
I want to use a domain name based on the domain of our customer for my application. a simple c-name redirect to the automatically generated URL of the cloud environment does not seem to work. What am I supposed to do?
asked
2 answers
3

You can request a custom domain, you should probably talk to your sales representative about that.

CNAME'ing does not work because: A) SSL will fail for other domains than *.mendixcloud.com. B) the cloud's reverse-proxy servers don't know to which application server they should route the requests.

answered
0

Just for info (from an SSL perspective) we have used a provider called cloudflare to terminate SSL and then it does a redirect via CNAME to value.

i.e. Visitor <-- SSL --> CloudFlare <-- non-SSL --> Origin (Mendix)

answered