Menu

#87 Add support for unix sockets

closed
nobody
None
5
2014-08-24
2014-05-02
No

On some systems (for example in a FreeBSD jail when there is no 'localhost' loopback device), sending requests over a TCP port reduces security and creates the possibility for an insecure service to be attacked.

Implementing an alternative connection method (unix sockets) would enhance security greatly in those situations. Eliminating possibility of such insecure ports being left open to attack in misconfigured or poorly-configured systems.

Furthermore, a unix socket connection method may also help to improve performance. Depending upon the circumstances.

Please consider, thanks.

Discussion

  • Robert van Engelen

    Please see the documentation on how to plug-in your own socket communications, using callbacks. The engine uses BSD Unix sockets by default.

     
  • Robert van Engelen

    • status: open --> closed
     

Log in to post a comment.