SSL breaks for any custom image
Note: Picked the wrong category, should be in problems. Hi, I was able to reproduce when your SSL breaks. Every page that includes a custom image (profile,logo/favicon), the image is being served from a non-SSL domain: http://cdn.freshdesk.com/data/helpdesk/attachments/... From what I see, you are using S3 for your CDN. Forcing HTTPS itself on the URL won't work: https://cdn.freshdesk.com/data/helpdesk/attachments/... This is because S3 does not serve a certificate unless you are using their subdomain. I would recommend using the following URL: https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/... Please fix this so we can use SSL on our helpdesks without the warnings. Thanks,Swaroop P.S. Nice bumping into you guys at Disrupt again. Expect more bug reports as I start using Freshdesk fulltime ;)