I'm getting this error:
Neither nodename nor servname known (EAI_NONAME)
This is my fb.conf
[fb-live] client = yes accept = 127.0.0.1:19350 connect = live-api-s.facebook.com:443/rtmp/ verifyChain = no
Currently my stunnel.conf looks like this:
;setuid = stunnel4 ;setgid = stunnel4 pid=/tmp/stunnel.pid output = /usr/local/var/log/stunnel4/stunnel.log include = /usr/local/etc/stunnel/conf.d
;foreground = yes
If I activate setuid and setgid, I also get this error:
/usr/local/etc/stunnel/stunnel.conf:1: "setuid = stunnel4": Illegal UID
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I'm getting this error:
Neither nodename nor servname known (EAI_NONAME)
This is my fb.conf
[fb-live]
client = yes
accept = 127.0.0.1:19350
connect = live-api-s.facebook.com:443/rtmp/
verifyChain = no
Currently my stunnel.conf looks like this:
;setuid = stunnel4
;setgid = stunnel4
pid=/tmp/stunnel.pid
output = /usr/local/var/log/stunnel4/stunnel.log
include = /usr/local/etc/stunnel/conf.d
;foreground = yes
If I activate setuid and setgid, I also get this error:
/usr/local/etc/stunnel/stunnel.conf:1: "setuid = stunnel4": Illegal UID