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

top 9 comments
sorted by: hot top controversial new old
[–] kostel_thecreed 2 points 2 years ago (1 children)

Did you get an SSL certificate for a wildcard (*.domain.com)?

[–] NENathaniel 2 points 2 years ago (1 children)

Ngl I’m new so I have no idea what that is aha.

But I don’t have a domain, just a local IP i connect to

[–] kostel_thecreed 1 points 2 years ago (2 children)

Yeah that's why. To get rid of that you need a domain and an SSL certificate, else it won't go away sadly.

[–] NENathaniel 4 points 2 years ago

Dang okay, annoying. Works fine on Android/Windows but constant pop-up on iOS

[–] [email protected] 1 points 2 years ago (1 children)

Im in simmilar position, what would you suggest for someone who use it on local network or vpn only? Is it possible to not expose port and still use domain/ssl?

[–] kostel_thecreed 1 points 2 years ago (1 children)

Yes it is possible. All you need is to use a DNS challenge with let's encrypt and you will get an SSL certificate. You can then access everything using wireguard or whatever VPN you use

[–] [email protected] 1 points 2 years ago
[–] [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