开发者

Indy TIdSSLIOHandlerSocketOpenSSL - it works on my PC, not on my friend's

开发者 https://www.devze.com 2023-03-17 00:26 出处:网络
My application is using TIdHTTP.Get to access ClickBank\'s API. In order for that to work, I have to assign a TIdSSLIOHandlerSocketOpenSSL to the TIdHTTP.IOHandler.

My application is using TIdHTTP.Get to access ClickBank's API. In order for that to work, I have to assign a TIdSSLIOHandlerSocketOpenSSL to the TIdHTTP.IOHandler.

The problem is, that the above setup works fine开发者_开发技巧 on my PC (the dev box), however when I send it out to my friends, they get the Forbidden (403) error.

Could it be that they are missing the OpenSSL libaries? I did a search on my PC, and a bunch of apps that my buddys have, includes SLL libraries.

Am I missing something?


My bad - The Libeay32.dll and Ssleay32.dll has to be in either the Windows directory, or in your App's directory.

0

精彩评论

暂无评论...
验证码 换一张
取 消