secure server hosting, Appery, and Stripe
Hi
The app I am working on uses the stripe plugin to collect payments. When I send user to payment screen, I should serve that page via https (stripe requirement).
I am currently setup to use Appery web hosting for now, with my own domain name.
Question: Can I provide the security Stripe requires (serving https) and host via Appery? If so, how? Right now, when I put in my apps domain preceded by https, I get a warning that tiggzi is the server (which makes sense).
"You attempted to reach mydomain.com, but instead you actually reached a server identifying itself as *.tiggzi.com."
Does appery have the ability to add my app's domain name to its security certificate? If not, I assume my only option is to self-host the app which I was trying to avoid for convenience sake.