Click to See Complete Forum and Search --> : HTTP API and SSL


S-Andy
June 19th, 2006, 10:30 AM
Hi

I have developed HTTP listener based on the HTTP API. It works fine. But I need to add SSL support. MSDN documentation says that SSL support is included. So i followed all the steps mentioned there to enable it.

Nevertheless SSL is not functional. All functions return NO_ERROR. HTTP API logs have no data regarding this troubles. Ports are opened that means that service accepted URLs. But no data from the service. I tested if the service rejects requests - it does not, requests are rejected inside HTTP API (they do not go to the service).

In this situation I have no idea how to find the reason why SSL is not working. I'm not sure if HTTP API really has SSL support now. Can you help me?

Thanks,
Andriy