I asked vía ticket about the difference about that few weeks ago, and I don't have answer. I tried to configure a Letsencrypt certificate, and I'm able to load status page via https, but can't listen the station...
Announcement
Collapse
No announcement yet.
Shoutcast DNAS 2.6.1 (Build 777) 30 Jan 2022
Collapse
This is a sticky topic.
X
X
-
I use "stunnel" and letsencrypt to get SSL working... it's sort of strange but it works fine.
code:
sudo apt install stunnel
sudo nano /etc/stunnel/stunnel.conf
[shoutcast]
accept=443
connect=80
cert = /etc/letsencrypt/live/radio.example.com/fullchain.pem
key = /etc/letsencrypt/live/radio.example.com/privkey.pem
sudo stunnel
Comment
-
Build 753 now available
Fixes:
Authhash YP registration issues
Premium Licence registration issues
Various monetization related issues
Stream URL in RMO always showing as https:// instead of just http://
Timestamps on the builds are April & May.
Public release required various serverside fixes first (database, YP, APIs, RadioManager)
Downloads can be found via the Manage Your Plan link in the RadioManager.
Comment
-
Has anyone managed to configure the service by https (with your own certificate? As in the previous version, to load the status page via https works fine, but the rest, error ... (The Personal & Customisable SSL Certificate of the free version)
Comment
-
Is there anyone wo can help me to config the dnas server. We have the premium account, but this is not working for us. AS a local broadcaster we have to serve the city and for the moment we are facing this issue and the support we got from SC is poor
Comment
-
what? is "not working" for you?/* v2 HTML5 / Player test pages DigitalMixNYC, DigitalMixNYCbx | DNAS Status: Now Playing js codes (scaststatus_X.php) | PortForward.com | Upload/Download Speed Test | No-IP.com: Free Dynamic DNS | In the YP | dnasDir */
Comment
-
I have tried several certificates without any succes. Now i have made a new free SSL certificate by https://zerossl.com/ and now i get the warming
WARN [MAIN] Invalid private key file C:\Program Files\Shoutcast\ssl\privat.key
2020-03-24 22:17:14 WARN [MAIN] failed to set up SSL, key values mismatch
Comment
-
the certificate is not trusted in all web browsers. You may need to install an Intermediate/chain certificate to link it to a trusted root certificate. Learn more about this error. The fastest way to fix this problem is to contact your SSL provider.
we are working on Windows server 2016
Comment
Comment