I spent a lot of time trying to figure out how to get an app to work in Web2 on my Xojo cloud, but unfortunately without success. And of course no detailed information on this subject can be found in the doc…
The situation:
- I have a working Xojo Cloud server
- I have a domain that is directed to the server (cloud.mydomain.com)
- I configured SSL with this domain, wildcard (*.mydomain.com) is not supported by Xojo Cloud
- I have some apps in web1 that work in https (https://cloud.mydomain.com/app1, https://cloud.mydomain.com/app2, …)
My problem:
I created a new app with Xojo 2020 in Web2 and there you need a sub domain.
I did different tests with different subdomains which are each time redirected to the server (apps.mydomain.com, apps.cloud.mydomain.com) and it works in http but of course not in https (certificate error apps.mydomain.com claims to be cloud.mydomain.com)…
The only case where I can have an https connection with my new Web2 app is if I directly indicate my server subdomain (cloud.mydomain.com) in the IDE settings of the app but in this case I no longer have access to my Web1 apps!
Xojo indicates that it is possible to have multiple apps on the same server and that SSL is free (or included in the price).
My question is simply how?
Thanks for your suggestions.