Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
MIDP: Ignore Bad Certificates for HTTPS connection?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="okapi, post: 603742"] I'm writing a MIDP 2.0 MIDlet that will make connections against https servers that do not have a certificate signed by a valid CA. I've been searcing for how to avoid the bad certificate exception: javax.microedition.pki.CertificateException: Certificate was issued by an unrecognized entity I found the parameter addition of ";CertificateErrorHandling=warn" which avoids the bad certificate but still seems to leave the connection non-functional as I get the following exception when trying to get the response message from the HTTPS connection: javax.microedition.io.ConnectionNotFoundException: TCP open Any suggestions would be great. Thanks, Steve [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
MIDP: Ignore Bad Certificates for HTTPS connection?
Top