Hi, >From what I have read, if you are using palm.net's proxy server either through POSE or Wireless INetLib, you are only going to be able to connect to 80, 8080, 443 and a few "WEB RELATED" others. If you are using POSE, you are probably using the PALM.NET proxy.
I have never seen HTTPS on port 44, always seen it on port 443. Think that might be the problem? Regards, Mark "Matt Lepird" <[EMAIL PROTECTED]> wrote in message news:82584@palm-dev-forum... > > 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/
