Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question How do I get SSL stream working on a Mag Box

steloo71

Extended Member
Ext. Member
Joined
Sep 22, 2019
Messages
118
Reaction score
414
Points
74
Location
Uk
Hi all, How do I get the SSL streams working on a mag box .. I'm sure I have seen that you have to SSH the box you enable it. I just cart remember where I saw it

thanks
 
Not even a search required as it is in the latest replies :(

 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Can you provide some more information and I may be able to help?

For example, do you have SSL streams for standard users already and this is just a MAG problem you're having and what panel are you using?

When I setup a user on Xtream UI who had a MAG 256 box when I added his MAG MAC address into his profile under 'Manage Users' he disappeared from the Manage Users list on the Admin panel and the new device was located under Devices > Manage MAG Devices.

When in manage users you can download the playlist to see if you're using https links after installing SSL certs however I can't see that option under the managed devices. That said you should be able to enter your MAG users username and password into the m3u link to download the playlist and see if they are using http or https after linking them to a MAG device on panel?

If you have already installed SSL certs for your Main and LB Servers and are seeing http links in the playlist you probably need to just run a quick SQL query to update the settings table on panel DB to update the use_https field and then after refreshing you will see the streams are showing as https.
 
Hi, I have SSL working perfect on all other devices androids apps vlc etc. But mag box just won’t connect to the ssl stream

if I change my portal url to a ssl https url. It loads up but says connection error but loads the portal but the channels dont show.
I seen some where about ssh the mag box and installing the ssl on there to work.
Thanks
 
Hi, I have SSL working perfect on all other devices androids apps vlc etc. But mag box just won’t connect to the ssl stream

if I change my portal url to a ssl https url. It loads up but says connection error but loads the portal but the channels dont show.
I seen some where about ssh the mag box and installing the ssl on there to work.
Thanks
that's because the cert is too strong. make more flexible.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Are you using Xtream UI portal?

If so and your MAIN server is using SSL connection and you have updated your settings table 'use_https' field so that the playlists are showing https links for streams, one other issue you may have is in your users,php file?

If you run sudo nano /home/xtreamcodes/iptv_xtream_codes/admin/users.php and change the below line to use https for the links and broadcast port if it has http like in the below example that may help?

Code:
rText = "http://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["http_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());
 
Are you using Xtream UI portal?

If so and your MAIN server is using SSL connection and you have updated your settings table 'use_https' field so that the playlists are showing https links for streams, one other issue you may have is in your users,php file?

If you run sudo nano /home/xtreamcodes/iptv_xtream_codes/admin/users.php and change the below line to use https for the links and broadcast port if it has http like in the below example that may help?

Code:
rText = "http://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["http_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());

Thanks for the reply, I have all that setup, But that line of code is not in my users.php file

I have being told that other mag boxes are file but 250 & 254 do not work with ssl
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Thanks for the reply, I have all that setup, But that line of code is not in my users.php file

I have being told that other mag boxes are file but 250 & 254 do not work with ssl

I couldn't answer that I'm afraid, I've tested it with MAG 256 and it has worked with SSL okay, but not with 250 or 254 sorry.
 
I couldn't answer that I'm afraid, I've tested it with MAG 256 and it has worked with SSL okay, but not with 250 or 254 sorry.
I think I’m having problems with zgenma boxes as well :(
 
in which table or where do I find use_https? my problem is that I can't find that table to modify it.
Help please.

Bless up! ?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
in which table or where do I find use_https? my problem is that I can't find that table to modify it.
Help please.

Bless up! ?

So from Admin Panel go to > Settings > Database and then enter your xtream user password then you update the settings table:

Code:
UPDATE xtream_iptvpro.settings SET use_https='["1", "2", "3"]' WHERE id='1';
 
So from Admin Panel go to > Settings > Database and then enter your xtream user password then you update the settings table:

Code:
UPDATE xtream_iptvpro.settings SET use_https='["1", "2", "3"]' WHERE id='1';

I found the key!
thanks for your help bro!
i love u

Bless up!! ?
 
I had a new problem. in several players including vlc it asks me to accept certificates if the list does not work. In smart tv apps it cannot be accepted and it does not work.
Can you think of any solution so that I do not request certificates?
Thanks in advance.

Bles up!
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Its a nightmare, I turned it back off.

Mag boxes never worked,
SmartSTB on some tv never worked.
 
hi i getting this problem some of you mag users and stb emu users picture freeze while watching then the mag users cant move the remote and stb emu users have to reload profile for it to work again??
 
I had a new problem. in several players including vlc it asks me to accept certificates if the list does not work. In smart tv apps it cannot be accepted and it does not work.
Can you think of any solution so that I do not request certificates?
Thanks in advance.

Bles up!
here is solution for your problem

wget --no-check-certificate "https://ssl-config.mozilla.org/ffdhe4096.txt" -O /home/xtreamcodes/iptv_xtream_codes/nginx/conf/dhparam.pem

and all app and vlc and firefox will accept your ssl cert
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
You need solution for Ministra portal or for XtreamUI ?
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top