SecureBridge and Indy for SSL

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
GVCL
Posts: 17
Joined: Tue 09 Dec 2008 16:08

SecureBridge and Indy for SSL

Post by GVCL » Fri 16 Oct 2015 14:22

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

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

Re: SecureBridge and Indy for SSL

Post by Dimon » Mon 19 Oct 2015 08:52

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.

GVCL
Posts: 17
Joined: Tue 09 Dec 2008 16:08

Re: SecureBridge and Indy for SSL

Post by GVCL » Tue 20 Oct 2015 13:12

Hi Dimon,

thanx for the prompt reply!

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

Cheers

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: SecureBridge and Indy for SSL

Post by ViktorV » Fri 20 Nov 2015 08:55

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.

Post Reply