when creating a HTTPs connection, it always fails with the error code -7590. it fails at the stage of hand shaking. After dismissing the dialog "....untrusted certificate from server...", it then fails with the error code -7590. I am using the HTTPExample code. It works fine on normal HTTP connection.
Does anyone know what the error code means? Anybody has luck to make HTTPS connection work? I also tried the CSecureSocket API, but the same error code.
it seems that the problem only occurs on the vc sdk edition. on the codewarrior sdk, it is absolutely fine. it is worth that nokia investigate this issue.
Currently i am facing problems in connecting to https sites. I am using the HTTPExample provided in the sample examples of SDK 2.1
On device (N7610) it says error 7372. I can't find anywhere the meaning of this error.
And on emulator i am facing the same -7590 error that you were facing (on VS6.0). Did u get a workaround other than moving to CodeWarrior. Again can't find anywhere what this error means??
I would appreciate if anyone can help me with any of the errors.
Please try to use the codewarrior sdk first (you can download the trial version of the codewarrior which is good for 90 days), just to confirm if it really only happens on vc sdk.
I forgot if i ever tested on the vc sdk after i switched to codewarrior. But the code should work on the device! On the device, my code runs fine.
as i said above also, i am using nokia 7610. it has os7.0s and the sdk is 2.1. Did u make any changes in the http example code before running it for https? Can u post the changes, or it would be better if you could mail the code at vlaugh2@yahoo.com
Hi I am also using the same http post method in S60 2.1 SDK . It is always failing with a error code -44.
By following the discussion I came to know that the connection will work if the pc connection settings are according the emulator.
So please help me in how to set the PC settings
I am working on the series 80 SDK for develop a java application in nokia 9500.
i had error in hand shaking if i connect to HTTPS.
can anyone help me?
this the error code :
java.io.IOException: Verification Error: 1
at com.ibm.oti.connection.ssl.HandshakeHandler.processCertificate(Unknown Source)
at com.ibm.oti.connection.ssl.HandshakeHandler.processNextMessage(Unknown Source)
at com.ibm.oti.connection.ssl.HandshakeHandler.processQueuedMessages(Unknown Source)
at com.ibm.oti.connection.ssl.HandshakeHandler.run(Unknown Source)
at com.ibm.oti.connection.ssl.Connection.connect(Unknown Source)
at com.ibm.oti.connection.ssl.Connection.<init>(Unknown Source)
at com.ibm.oti.connection.https.Connection.openSocket(Unknown Source)
at com.ibm.oti.connection.http.Connection.connect(Unknown Source)
at com.ibm.oti.connection.http.Connection.sendRequest(Unknown Source)
at com.ibm.oti.connection.http.Connection$HttpOutputStream.close(Unknown Source)