mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Plex SSL certs a being tagged as self signed #1206
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#1206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mjefferys on GitHub (Jun 23, 2022).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
Since upgrading to 1.17 my plex monitor is reporting as down with the error saying the cert is self-signed.
Prior to 1.17 this was fine.
Plex provides SSL certs automagically to its instances on the plex.direct subdomain. As far as I can tell these are perfectly valid and not self-signed. Navigating to the address in a browser instance reports that the certificate is valid.

Yet uptime kuma reports it as invalid.

Ticking 'Ignore TLS/SSL error for HTTPS websites' also does nothing.
Happy to share a test URL privately to repro this.
👟 Reproduction steps
Add a plex instance as a monitor via its plex.direct url Ie:
https://127.0.0.1.509a3db652b64f15a0fe26fce4fa770f.plex.direct:32400/
👀 Expected behavior
Instance is monitored and up
😓 Actual Behavior
Instance is monitored and reports as down due to the certificate being 'self-signed'
🐻 Uptime-Kuma Version
1.71.1
💻 Operating System and Arch
docker container
🌐 Browser
Chrome
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
No response
@louislam commented on GitHub (Jun 23, 2022):
Unable to resolve the domain, is it correct?
@mjefferys commented on GitHub (Jun 23, 2022):
Apologies I just gave that as an example host name of the type plex generates certs for. An actual live one looks like this.
https://51-[REDACTED].8a44[REDACTED]d88c3f.plex.direct:32400/
Edit by @louislam: Redacted for safe
@louislam commented on GitHub (Jun 23, 2022):
It is working in my side.
You can test this in the demo site:
https://demo.uptime.kuma.pet/
@mjefferys commented on GitHub (Jun 23, 2022):
Hmm, yes, confirmed also how weird.
My instance is just the default uptime-kuma docker container (louislam/uptime-kuma:latest) hosted on a debian vm I assume that demo site is also just that?
michael@mj-mon-01 ~> uname -as
Linux mj-mon-01 5.10.0-9-cloud-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
michael@mj-mon-01 ~> cat /etc/debian_version
11.3
@louislam commented on GitHub (Jun 23, 2022):
My demo site server is CentOS, but I think it is not related.
uptime-kuma:1.16.1, see if it is really a 1.17.1 issue.@mjefferys commented on GitHub (Jun 23, 2022):
Super weird, spun up a 1.16.1 and it was fine. Upgraded that instance to 1.17.1 and it was still fine. Deleted and recreated my main instance and it's back to being fine. No idea what happened! Apologies for cluttering things up can close as non-reproducible!