Coronium SSL problem

I can no longer make api calls after setting up SSL via this method.

SOLVED above, works fine. Forgot to add the https=true in the client init.

New problem: I can’t use the confirm user links generated by the user api. I noticed that the mod_user.lua contains the following in the send confirm email function

local confirm_link = “http://” … hostname … “/confirm/” … confirmToken

I think “http://” should change to “https://” when using SSL. However, I don’t have write access. Any thoughts?

Hi Steven,

I was also suffering from the same issue with the emails no longer working.

Here is the solution: https://forums.coronalabs.com/topic/65173-coronium-cloud-email-confirmationpassword-reset-not-working-post-ssl-setup/

Please let me know if you have any problems :slight_smile:

Hi Steven,

I was also suffering from the same issue with the emails no longer working.

Here is the solution: https://forums.coronalabs.com/topic/65173-coronium-cloud-email-confirmationpassword-reset-not-working-post-ssl-setup/

Please let me know if you have any problems :slight_smile: