You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to host a website on an external sever using HTTPS but make a local web socket connection to Max using Xebra. Unfortunately, in the current state, when I try and run a web page of this nature, Safari will block the web socket connection on the grounds that it is not secure (This doesn't happen in Chrome). From what I can gather the web sockets data is being sent from max insecurely and safari will not allow mixed content. The state class in the Xebra docs shows me how I can set up to expect a secure wss connection but I can't discover how I would be able to set that up inside max using "mira.frame"!?
Does anyone have any idea how I could fix this so that I can host a site on an external server and connect to a local instance of Mira using Xebra?
The text was updated successfully, but these errors were encountered:
I want to host a website on an external sever using HTTPS but make a local web socket connection to Max using Xebra. Unfortunately, in the current state, when I try and run a web page of this nature, Safari will block the web socket connection on the grounds that it is not secure (This doesn't happen in Chrome). From what I can gather the web sockets data is being sent from max insecurely and safari will not allow mixed content. The state class in the Xebra docs shows me how I can set up to expect a secure wss connection but I can't discover how I would be able to set that up inside max using "mira.frame"!?
Does anyone have any idea how I could fix this so that I can host a site on an external server and connect to a local instance of Mira using Xebra?
The text was updated successfully, but these errors were encountered: