Https Connection Error | Thales IoT Developer Community
July 17, 2014 - 6:02pm, 6244 views
Hello,
I have concept board having EHS6 module.I try to call HTTPS web service with below code.
String url = "https://www..."; // here my web service url
HttpsConnection connection = (HttpsConnection)Connector.open(url+";bearer_type=gprs;access_point=phone;timeout=0");
I call web service 30 time it is working fine but Suddenly it is not working i don't understand why it's happen. I getting error below.
ERROR : -230 SSL-Error: verify problem based on signature
Is there any special to do for call Https Web service.
Help me please.
(sorry for my bad english)
Regards,
Durgesh Patel,
I'm experiencing the same problem and I have double checked all my usages of httpconnection. The connection itself is closed properly and the streams are closed before the httpconnection is closed. Unfortunatelly I cannot share the code.
Have you seen this problem in other circumstances, for example when a FileConnection is not closed, or if the server response is not correct?
Regards.
Hello,
I can't find any records for this SSL error.
Could you write more details about the scenario: what the application is doing, what exactly happens and when, how often.
Please also check what network provider you are using.
These problems could be related to the network provider or the poor network quality.
Best regards,
Bartłomiej