Hi, I'm writing an application that connects via SSL to a proxy server. I'm using the PalmOS 5.2 simulator. I followed the steps needed to establish a SSL connection: load the library, create the contexts, call SslOpen. The problem appears during the call to SslOpen: it blocks for about 5 minutes and then it returns the error sslErrEof. I added an infoCallback function for the sslcontext that I'm using in order to receive notifications of the SSL state changes. The call to SslOpen reveals the following state changes in the infoCallback function:
sslHsStateStart (1) sslHsStateClientHello (2) sslHsStateWriteFlush (5) sslHsStateFlush (4) sslHsStateServerHello (3) After the ServerHello state, the infoCallback function isn't called anymore and the SslOpen function will block for about 5 minutes after it exits with the sslErrEof error. Thanks, Bogdan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
