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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -