import certificate
I have a non standard certificate and I am trying to import the certificate into the midlet. What are the steps that are needed to be followed. I have netbeans 5.5 with mobile pack 5.0 and eclipse 3.2 with eclipseme.
I am very new to https on J2ME.
The exception I caught when i try to use https is
URECOGNIZED_ISSURE:CN=US;CN=RSA Data Security, Inc;CN= Secure Server Certification Authority
Cert Subject:CN=xyz.com;CN=US;CN=Boston;CN=Massachusetts;CN = MyCompany;CN=FSPG
Exception caught: javax.microedition.pki.CertificateException
Thank you,
Deep

