as anyone successfully gotten INetLibURLOpen to work with a SSL enabled web server? My application works beautifully with normal HTTP. However, I am not having any luck with HTTPS. I know that inetSchemeHTTPS defaults to use port 44 so I setup my IIS server to run SSL on port 44. I can hit it just fine through a web browser doing https://myserver:44/somepage.asp so I know that I have my web server (IIS) setup correctly. I have logging enabled in IIS so I can see the requests coming in. Nothing ever shows up in the log when I try to connect via INetLibURLOpen and HTTPS so I know that INetLib never even makes the connection.
The first error shows up when I do the first call to INetLibSockRead, error number 5139 which is inetErrReadTimeout. This doesn't make sense to me. You would think I would get one of the encryption related errors. I am at a loss as what to do. I looked at the INetLow sample code and ran it in the m500 emulator. I get the same results as I do with my app, HTTP but no HTTPS. Any pointers would be greatly appreciated. Thanks, Matt Lepird -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
