codenameone - SSL certificates in codename one -


i want use ssl certificates in codename one.currently using below code connecting server

connectionrequest req = new connectionrequest(); req.seturl("http:/something"); 

but want use https instead of http.i want import customize ssl certificates , want use in app.

how import , use ssl certificates ?

you should change https can't use custom (invalid) ssl certificate. certificate must valid , must valid certificate authority work.

if debugging can add debugging certificate device in device settings allows customize root certificates.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -