Score:0

stunnel3 : [!] Inetd mode: TLS server needs a certificate [!] Configuration failed

in flag

I'm trying to configure and start stunnel3 but each time I get

[!] Inetd mode: TLS server needs a certificate
[!] Configuration failed

stunnel.conf

cert = /pathto/server.pem
key = /pathto/server.key
client = no
fips = no
sslVersion = all
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1

[stunnel]
accept = 82
connect = 81

what I'm missing ?

Score:0
in flag

I fixed it with this command

stunnel /pathtowhereisconfigfile/stunnel.conf

then it worked

I also needed to separate the .pem (generated by the stunnel install) into a .crt and .key and in config file

cert = /etc/stunnel/stunnel.crt
key = /etc/stunnel/stunnel.key
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.