I found out that some mobile network providers do not natively support port 80, but they do indeed support port 443, which I find is a bit weird.
Anyway, there's not much one can do about that which leads me to switching from port 80 to port 433, using wss://
in favor of ws://
.
I would like to know if using wss://
has any negative impacts?
The issue is that I do not (yet) own a SSL-certificate.