this post was submitted on 07 Aug 2023
5 points (77.8% liked)

nextcloud

771 readers
1 users here now

Nextcloud is a suite of client-server software for creating and using file hosting services.

https://nextcloud.com/

https://github.com/nextcloud

IRC: #nextcloud on libera.chat
Matrix: #nextcloud:matrix.org

Other Nextcloud communities on Lemmy

founded 4 years ago
MODERATORS
 

Pops up every time I play a video on my local network, very irritating. any fix? Didn’t see a solution via google lol

Edit: All i want is to disable the notification i get on iOS, not change to HTTPS or anything like that

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago (1 children)

This is what happens when you use https for security but the certificate was generated on the server and not signed by anything further up the chain.

HTTPS security alone leaves you open to a man in the middle attack, which is sort of what the message is hinting at.

You could turn off https (therefore using http) which would suppress the message but means the content isn’t encrypted and could be sniffed by other machines on the same (wifi?) network, or you can just ignore it.

[–] NENathaniel 1 points 2 years ago

I see, I'll look into how to go about adjusting these settings on TrueNas thx