Page 1 of 1

HTTPS using SecureBridge + Indy

Posted: Wed 28 May 2008 06:29
by BenKilgen
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.

Posted: Thu 29 May 2008 10:55
by Dimon
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.