Replies: 1 comment
-
Here is the output without --detach command: ts=2025-03-29T23:20:02Z level=ERROR component="Let's Encrypt" msg="Failed to acquire certificate" error="domain.com: obtaining certificate: [domain.com] Obtain: registering account [mailto:[email protected]] with server: provisioning client: performing request: Get "https://acme-v02.api.letsencrypt.org/directory\": tls: failed to verify certificate: x509: certificate signed by unknown authority" host="domain.com" *domain.com was replaced |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, great piece of work.
Kudos for Restreamer!
So 1st issue:
------ HTTPS SSL TLS --------
I was able to install Restreamer with docker on a fresh installed ubuntu.
Public IP, not under NAT, has FQDN, on the initial setup -p 80:80, 443:443, 1935:1935, 1936:1936
so http://mydomain.com/ui works great.
My problem is how to secure HTTPS and ingest RTMPS.
For HTTPS, went to Security -> Network -> Public domain: mydomain.com
HTTP Port: 80
HTTPS Port: 443
HTTPS (SSL/TLS)
Let's Encrypt certification -> checked
But https://mydomain.com/ gives me back ERR_CONNECTION_REFUSED
How can i activate https with Let's Encrypt?
If not from the web interface (/ui), maye manual?
------- RTMPS ingest ---------
Second issue,
I am activating RTMPS server (port 1936) but vMix, OBS can't connect to rtmps://...:1936
I assume it's like the https let's encrypt problem.
How can I secure my RTMPS server as for Facebook i need to Passtrough my incoming stream because Facebook will not accept normal RTMP, only RTMPS.
Thank you for your effort!
Beta Was this translation helpful? Give feedback.
All reactions