CDN not support websocket, how to set meteor wss with react-native

I use this package react-native-meteor
Since I use ssl I will set wss connect like this:
Meteor.connect('wss://xxx:443/websocket');

But when I enable CDN which not support websocket…
I cant connect my websocket any more…

I can’t find a way to solve this issue…
Need some suggestions…
Thanks a lot!
:sweat:

maybe research how expo has theirs setup?

https://docs.expo.io/versions/v16.0.0/guides/assets.html