Adding SSL stopped IOS and Android apps

Android and IOS applications were working fine but when SSL was added to the server the applications does not work.

Can anyone suggest the configuration required on server after adding SSL.

Server - nginx (AWS)
Meteor - 1.4.1

Is your root URL set to http or https?

@khamoud ROOT URL is set to https

Do you have an SSL certificate? Does HTTPS work fine in the browser? If it works in the browser you shouldn’t need any extra config on the server I think.
Do you do meteor build ~/app --server="https://myapp.com:443"?
(Not sure if :443 is necessary but that’s what my build script looks like)

What do the logs of your apps say? If there’s a problem with SSL certificate, you should see it there.