Issue with the image upload

Your site is misconfigured for HTTPS. Can you try the following:

#ssh into the server

cd /var/discourse
./launcher enter app
rails c
SiteSetting.force_https = true
3 Likes