Indy tidhttpserver support?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
tcaduto12068
Posts: 132
Joined: Wed 17 Aug 2016 05:57

Indy tidhttpserver support?

Post by tcaduto12068 » Fri 29 Nov 2019 01:32

Is it possible to use SB to secure a indy 10 tidhttpserver app instead of using the openssl dlls?

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

Re: Indy tidhttpserver support?

Post by ViktorV » Fri 29 Nov 2019 13:02

To connect SecureBridge with Indy to use SSL protocol is not possible, because in order to use SSL with Indy components, you should use IOHandler, which is inherited from the TIdSSLIOHandlerSocket class, but not from the TIdIOHandler class as our TScIdIOHandler component.

tcaduto12068
Posts: 132
Joined: Wed 17 Aug 2016 05:57

Re: Indy tidhttpserver support?

Post by tcaduto12068 » Thu 19 Dec 2019 14:32

I understand it's not possible with the existing IOhandler you have but can you create one that does work so indy could be secured with SecureBridge? Or better yet a SecureBridge HTTP Server Component would be even better :-)

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

Re: Indy tidhttpserver support?

Post by ViktorV » Fri 20 Dec 2019 14:35

IOHandler can't be created to bind SecureBridge with Indy components because of the specifics of Indy implementation.
An HTTP server component is not on our roadmap at the moment, but you can request this feature on our User Voice forum https://devart.uservoice.com/forums/174370-securebridge to speed up the implementation of such component.

Post Reply