Hi, My Palm OS based application needs to connect to a backend secure URL. I am working with SSL for the first time, so any help here would be greatly appreciated.
Based on my understanding of SslLib Library, I try to connect a socket using NetLibSocketConnect,which I will then pass as an input to SslContextSet_Socket(). But the firewall is rejecting the NetLibSocketConnect request because NetLibSocketConnect appears to be making a non secure(HTTP) type request. Allowing connects through http protocol is not an option as per the corporate policy. Is there a way to create a secure socket directly instead of creating a normal socket and wrapping it up in secure context? Are there any other methods/libraries that can be used to connect securely with the https URL and exchange data? Thanks for your help! Sheetendu -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
