HTTPS using SecureBridge + Indy

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Locked
BenKilgen
Posts: 1
Joined: Wed 28 May 2008 05:55

HTTPS using SecureBridge + Indy

Post by BenKilgen » Wed 28 May 2008 06:29

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 29 May 2008 10:55

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.

Locked