• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HTTPS: error 10053 during tcp read

 
author
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an issue setting up a connection over HTTPS, when I go to open the input stream I'm getting the IOException "error 10053 during TCP read".

However this is only from my QA servers. The production servers work fine.
The QA boxes did have expired certs but that has been fixed.
The other difference is that Prod has certs signed from a root CA, while QA are signed by our IT department's self signed cert.

I'm using WTK2.2, and have my code set for JTWI, in the KToolbar. I have also added the certs to the cert manager under the files>utilities, option.

Does anyone have experience with this, any suggestions, or any docs/books that would be a good reference? I've worked with the JSSE API and have a reasonable understanding of certs, but haven't found a good clear (quick) tutorial of how certs work on J2ME.

So any help would be greatly appreciated

TIA
-Shawn
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic