Weโ€™re currently on holiday. We can see your messages, but we wonโ€™t reply unless itโ€™s urgent. Weโ€™ll be back in August. Happy holidays! โ˜€๏ธ

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

2 hours ago
14 views
Avatar
Member
1
Posts
0
Likes
Achievements
First Step
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...).
Hidden Content
To view the content, you need to Sign In or Register.