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!

Tutorial 1-Stream: Understanding HTTPS Protocol

1-Stream

Basic Member
Basic Member
Advertiser
Joined
Oct 14, 2021
Messages
56
Reaction score
25
Points
29
Location
Europe
Website
1-stream.com
HTTPS works by encrypting communication using TLS (Transport Layer Security) — previously known as SSL (Secure Sockets Layer). Because of this, HTTPS is sometimes referred to as:
  • HTTP over TLS
  • HTTP over SSL

This encryption:
  • Protects data from being intercepted
  • Verifies the server’s identity using X.509 certificates
  • Uses trusted Certificate Authorities (CAs)

Without HTTPS, data is sent in plain text.



🏢 What is Let’s Encrypt?​


Let's Encrypt is a free, automated Certificate Authority that provides SSL/TLS certificates so websites can enable HTTPS.
To get a certificate, you must prove ownership of your domain. This is done automatically using the ACME protocol.



⚙️ How to Enable HTTPS on Your Panel​


1️⃣ Get a Domain​

  • Buy a domain.
  • Point it to your server’s IP address.

2️⃣ Configure the Server​

Go to:
Streaming Servers → Manage Servers → Edit (Main Server)

Set the following:
  • Add your domain in Server Domain
  • Enable HTTPS
  • Set HTTPS Port (usually 443)
  • Enter a valid email (for renewal notices)
  • Set Panel Port or HTTP Port to 80 (required for certificate validation)

3️⃣ Reconfigure​

Save changes and run Reconfigure to apply settings and generate the certificate automatically.


4️⃣ Update Distributor (If Used)​

Set the domain as:

Code:
https://your-domain-name



✅ After setup, your panel will run securely over HTTPS with automatic certificate renewal.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top