I'm looking to use the Remote Content asset to display functionality within an existing Matrix site from a secure (HTTPS) non-Matrix website. I've done a quick test by creating a remote content page on a Matrix site that is not secure (HTTP), displaying a secure page. The result looks like any of the remote URLs that are rewritten are changed to HTTP - which makes sense because the Matrix site is HTTP.
However, my question is, if I setup the Matrix website to be HTTPS, is the entire session secure, including the remote content?
Thanks
Yes. You'd have SSL between the user and Matrix and then SSL from Matrix to the backend application. You would need a full SSL certification on the Matrix server as well, though.