Synapse Delphi HTTPS SSL GET Request

后端 未结 2 1225
灰色年华
灰色年华 2021-02-06 15:44

Only a GET request to a HTTP url works. If i try to request a HTTPS url then it doesn\'t return anything. I pretty much tried everything. Appreciate any help.

Here\'s my

2条回答
  •  春和景丽
    2021-02-06 15:45

    Make sure:

    1. your exe application can access ssleay32.dll and libeay32.dll - the easiest way is to copy them into the directory of your exe.
    2. you added ssl_openssl.pas and ssl_openssl_lib.pas to your project.

    Then it should work instantly.

提交回复
热议问题