Re: [systemd-devel] SSL_connect fails on systemd socket

2020-01-29 Thread Mantas Mikulėnas
On Wed, Jan 29, 2020 at 3:14 PM Tiwari, Hari Sahaya < hari-sahaya.tiw...@hpe.com> wrote: > Thanks for the response. > > > > Yes the server program need not bind and listen because systemd socket > will do that. > > > > On “Accept=True” parameter, here the requirement is that systemd should >

Re: [systemd-devel] SSL_connect fails on systemd socket

2020-01-29 Thread Reindl Harald
Am 29.01.20 um 14:14 schrieb Tiwari, Hari Sahaya: > Yes the server program need not bind and listen because systemd socket > will do that. > > On “Accept=True” parameter, here the requirement is that systemd should > accept the connection and handover it to server. > > My query was on post the

Re: [systemd-devel] SSL_connect fails on systemd socket

2020-01-29 Thread Tiwari, Hari Sahaya
: systemd-devel@lists.freedesktop.org Subject: Re: [systemd-devel] SSL_connect fails on systemd socket On Tue, Jan 28, 2020 at 4:23 PM Tiwari, Hari Sahaya mailto:hari-sahaya.tiw...@hpe.com>> wrote: Hi, I am trying to implement a client server program over SSL through systemd. Here I have a TCP s

Re: [systemd-devel] SSL_connect fails on systemd socket

2020-01-28 Thread Mantas Mikulėnas
On Tue, Jan 28, 2020 at 4:23 PM Tiwari, Hari Sahaya < hari-sahaya.tiw...@hpe.com> wrote: > Hi, > > > > I am trying to implement a client server program over SSL through systemd. > > Here I have a TCP systemd socket (listening on a predefined port) and its > associated service. > > > > systemd

[systemd-devel] SSL_connect fails on systemd socket

2020-01-28 Thread Tiwari, Hari Sahaya
Hi, I am trying to implement a client server program over SSL through systemd. Here I have a TCP systemd socket (listening on a predefined port) and its associated service. systemd socket file:- # cat /usr/lib/systemd/system/test_ssl.socket [Unit] Description=Test socket [Socket]