HTTPS using SecureBridge + Indy
HTTPS using SecureBridge + Indy
Is it possible to make a https client? I tried the trial version today and didnot found any hints. Indy9 demo contains only SSH client.
Last edited by BenKilgen on Tue 07 Sep 2010 04:52, edited 2 times in total.
You can create a secure HTTP connection via SSH. In order to do this you should use the TIdHTTP component of Indy and the TScIdIOHandler component of SecureBridge.
Set the TIdHTTP.IOHandler property to the TScIdIOHandler object.
Please note that SecureBridge does not support the HTTPS protocol using SSL. We are planning to support such functionality in the future.
Set the TIdHTTP.IOHandler property to the TScIdIOHandler object.
Please note that SecureBridge does not support the HTTPS protocol using SSL. We are planning to support such functionality in the future.