CORBA IIOP reverse proxy on nginx
Francis Daly
francis at daoine.org
Sun Jul 5 14:31:54 UTC 2020
On Fri, Jul 03, 2020 at 08:57:45AM -0400, siva.pannier wrote:
Hi there,
> I would like to know whether nginx can work as a reverse proxy server for
> CORBA IIOP communication and also SSL on top of it.
If the protocol is a single tcp connection, then the "stream" module
may work with minimal extra configuration.
If the protocol is more complicated, then there may need to be a
protocol-specific module involved.
A quick web search does not show me any obvious corba-related nginx
modules.
Good luck with it,
f
--
Francis Daly francis at daoine.org
More information about the nginx
mailing list