Quote:
Originally Posted by DrO
you most likely either don't have the required cacert.pem file in the same folder as the DNAS program file (which is a warning shown at the start of the log when it starts up)
|
i already got cacert.pem in same directory of sc_serv
code:
[radio@stream ~]$ ls
builder.sh
config_builder
DNAS_Server_Changelog.html
examples
Readme_DNAS_Server.html
setup
tos.txt
cacert.pem
control
docs
logs
sc_serv
sc_serv.conf
setup.sh
to see the logs contains cacert.pm loaded or not, which debug switch on ?
this my sc_serv.conf
code:
yp2debug=1
shoutcastsourcedebug=0
uvox2sourcedebug=0
shoutcast1clientdebug=0
shoutcast2clientdebug=0
relayshoutcastdebug=0
relayuvoxdebug=0
relaydebug=0
streamdatadebug=0
httpstyledebug=0
statsdebug=1
microserverdebug=1
threadrunnerdebug=1
rtmpclientdebug=1
Quote:
Originally Posted by DrO
you've not got the DNAS allowed to make HTTPS connections via your firewall / router. as all recent 2.x DNAS releases are now requiring a HTTPS connection to the Directory servers instead of the prior HTTP connection and that means you may need to allow the DNAS to connect through port 443.
|
i use dedicated server, my server can reach
https://yp.shoutcast.com
code:
[radio@stream ~]$curl -sL -w "%{http_code}\n" "https://yp.shoutcast.com/" -o /dev/null
[radio@stream ~]$200
any kind of help would be very valuable to me and i'm very grateful.