how to communicate with HTTPS?
Hello everyone:
I would like to know how to communicate with a certain HTTPS web site in J2ME. I'm a newer in HTTPS. In my opinion, different sites have different public keys.
So how to get this public key? I've tried
c=(HttpConnection)Connector.open(httpslocation);
...
but it returned me 'Root CA's public key is expired' Exception.
Does that mean the keys i have in the keystore of J2ME have expired? So how to get the new ones? downloading from certain web sites?
Thanks a lot.

