I'trying to fetch some info on a stream with a call to a server that should give me some JSON object (and it happens with Safari) but it seems that both on simulator and android it end up with SSL handshake failed exception. The usual call is normal http which can't be used anymore in iOS, so while in Safari simply changing it to https do the trick, in Codenameone results in SSL handshake failed exception. Furthermore the same trick in a WebBrowser component let me see the web page of the radio without SSL handshake failed.
I'm using ConnectionRequest to fetch JSON data.
Is there a way to avoid that exception without changing the server configuration?