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?