Page 1 of 1
Indy tidhttpserver support?
Posted: Fri 29 Nov 2019 01:32
by tcaduto12068
Is it possible to use SB to secure a indy 10 tidhttpserver app instead of using the openssl dlls?
Re: Indy tidhttpserver support?
Posted: Fri 29 Nov 2019 13:02
by ViktorV
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.
Re: Indy tidhttpserver support?
Posted: Thu 19 Dec 2019 14:32
by tcaduto12068
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 :-)
Re: Indy tidhttpserver support?
Posted: Fri 20 Dec 2019 14:35
by ViktorV
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.