Custom domain and secured protocol

Hello,

application id 8C7488E9-5871-4A47-AE5E-2E43E03B85FC

Following you suggestion here to use custom domain I setup it as mentioned.

I’m getting the following error

Access to XMLHttpRequest at 'https://api.isuf.co.il//8C7488E9-5871-4A47-AE5E-2E43E03B85FC/BD4320CA-8162-4997-BBC7-0694F02E32C6/services/AuthenticationService/login' from origin 'https://isuf.co.il' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.

I did some further reading and might it be because custom domain requires custom ssl which is available only as part of cloud 99?

If not, what am I doing wrong?

Thanks
Eran

Hello @Eran_Sakal

If I clearly understand, you haven’t an SSL certificate, but you try to connect to the site over HTTPS, that isn’t right. Change https:// to http:// in your URL and this may fix your issue.

If you want to connect an SSL to your site, let me know, and I research if it is possible and how to do that.

Regards, Dima.