Page 1 of 1

SecureBridge and Indy for SSL

Posted: Fri 16 Oct 2015 14:22
by GVCL
Hi,

I try to establish a secure connection to an email server from an application. The application can connect to an unsecured email server right now.

I have acces to the Indy IOHandler property. So which class or component do I have to create and assign to the IOHandler to achieve a secure connection using securebridge? Or is there another way do get this running?

I only have acces to a SMTPIndy as a property which is provided by the email client component (which I have to use) - any hint? ...any hint welcome! ;-)

I use XE7 and SecureBridge 6.5.8

Re: SecureBridge and Indy for SSL

Posted: Mon 19 Oct 2015 08:52
by Dimon
SecureBridge provides the TScIdIOHandler component as an adapter between SecureBridge and Indy to create a secure connection.
Set the TIdSMTP.IOHandler property to the TScIdIOHandler object.
Place the TScSSHClient component onto the form and setup it to connect to the SSH server.
Select this TScSSHClient object in the TScIdIOHandler.Client property.

Re: SecureBridge and Indy for SSL

Posted: Tue 20 Oct 2015 13:12
by GVCL
Hi Dimon,

thanx for the prompt reply!

I will test this - and will come back if I cannot get it working ;-)

Cheers

Re: SecureBridge and Indy for SSL

Posted: Fri 20 Nov 2015 08:55
by ViktorV
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.