[systemd-devel] SSL_connect fails on systemd socket

Reindl Harald h.reindl at thelounge.net
Wed Jan 29 14:13:29 UTC 2020



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 connection accept by systemd.
> 
> Once the regular connection is accepted, client does SSL_connect over
> same fd to establish SSL connection.
> 
> Will this SSL connect request also be handled by systemd?
why should it?

systemd socket activation don't have any business to care what happens
within the connection after the target process took over

technicallly it can't


More information about the systemd-devel mailing list