Home
General Discussion
RESOURCE ๐ IPTV SSL Proxy FREE: Fix Mixed Content & Secure Non-SSL Servers via Cloudflare Workers
TUTORIAL
RESOURCE ๐ IPTV SSL Proxy FREE: Fix Mixed Content & Secure Non-SSL Servers via Cloudflare Workers
1 hour ago
13 views
Thread Post
Jul 31, 2026
at
9:49 AM
Since I don't know where to publish my apps developed by me, for the purpose of facilitating rebranding, I'm publishing them in general.
________________________________________________________________________________________________________
Are you struggling with "Mixed Content" errors because your IPTV server lacks an SSL certificate? This Cloudflare Worker is designed to solve exactly that. It wraps your HTTP-only Xtream Codes server inside a secure HTTPS layer using Cloudflareโs infrastructure. This allows you to use web-based players that require secure connections without touching your server's configuration. It acts as a transparent proxy that provides a valid SSL certificate to your stream URLs and playlists instantly.
Key Features:
Fix Mixed Content Errors: Seamlessly bridge the gap between your http IPTV server and https WebPlayers.
Instant SSL Deployment: Leverages Cloudflareโs trusted certificates to secure your stream traffic without server-side installation.
Origin Stealth Mode: Keeps your backend IP and Hostname hidden from end-users and trackers.
Deep Playlist Rewriting: It doesn't just proxy the login; it rewrites every single .ts or .m3u8 link inside the playlist to ensure 100% secure traffic.
No Server Access Required: You don't need root access or to modify your IPTV panel; the Worker handles everything at the Edge.
Full Compatibility: Designed for Xtream Codes workflows, including EPG (xmltv.php) and full M3U Plus support.
______________________________________________________________________________________________________
GUIDE
Create a Worker: Go to your Cloudflare dashboard, navigate to Workers & Pages, and create a new Worker.
Edit Code: Delete the default code and paste the provided script.
Server Configuration:Find the first few lines of the script and update these two variables:
ORIGIN_HOST: Enter your IPTV server's domain or IP (e.g., my-panel.com). Note: Do not include http://.
ORIGIN_PORT: Your panel's port (e.g., 8080).
Save and Deploy: Click "Save and Deploy".
Usage: Now, instead of using your server's direct URL in your player, use the Cloudflare URL (e.g., https://workers.dev...).
________________________________________________________________________________________________________
Are you struggling with "Mixed Content" errors because your IPTV server lacks an SSL certificate? This Cloudflare Worker is designed to solve exactly that. It wraps your HTTP-only Xtream Codes server inside a secure HTTPS layer using Cloudflareโs infrastructure. This allows you to use web-based players that require secure connections without touching your server's configuration. It acts as a transparent proxy that provides a valid SSL certificate to your stream URLs and playlists instantly.
Key Features:
Fix Mixed Content Errors: Seamlessly bridge the gap between your http IPTV server and https WebPlayers.
Instant SSL Deployment: Leverages Cloudflareโs trusted certificates to secure your stream traffic without server-side installation.
Origin Stealth Mode: Keeps your backend IP and Hostname hidden from end-users and trackers.
Deep Playlist Rewriting: It doesn't just proxy the login; it rewrites every single .ts or .m3u8 link inside the playlist to ensure 100% secure traffic.
No Server Access Required: You don't need root access or to modify your IPTV panel; the Worker handles everything at the Edge.
Full Compatibility: Designed for Xtream Codes workflows, including EPG (xmltv.php) and full M3U Plus support.
______________________________________________________________________________________________________
GUIDE
Create a Worker: Go to your Cloudflare dashboard, navigate to Workers & Pages, and create a new Worker.
Edit Code: Delete the default code and paste the provided script.
Server Configuration:Find the first few lines of the script and update these two variables:
ORIGIN_HOST: Enter your IPTV server's domain or IP (e.g., my-panel.com). Note: Do not include http://.
ORIGIN_PORT: Your panel's port (e.g., 8080).
Save and Deploy: Click "Save and Deploy".
Usage: Now, instead of using your server's direct URL in your player, use the Cloudflare URL (e.g., https://workers.dev...).
Similar Threads
8 months ago
766
8 months ago
750
8 months ago
1,422
8 months ago
614
8 months ago
725