mumble-voip/mumble

Add SSL setup suggestion for self-signed certificates

開放

#7,140 建立於 2026年3月27日

 (2 則留言) (0 個反應) (0 位負責人)C++ (1,062 個分叉)batch import
clientfeature-requestgood first issueui

倉庫指標

星標
 (5,642 顆星)
PR 合併指標
 (平均合併 6天) (30 天內合併 7 個 PR)

描述

Context

When setting up a new server, new users often connect using a self-signed certificate generated by Murmur. This leads to an "SSL verification failed" warning in the client, which can be confusing for first-time users.

Description

Murmur is currently using an automatically generated certificate known as a self-signed certificate, which results in clients receiving SSL verification warning messages. While these warnings exist, it may not always be apparent to new users why they receive those warnings or how to fix the problems that caused warning messages.

add functionality to Murmur so that it can detect when it is being run as either a standalone (or localhost) server or via a domain name. If the server is accessed via using a domain name , the server will advise the user about how to obtain a valid SSL certificate that will be trusted by clients (e.g. tools like Let's Encrypt).

This functionality could include the following:

  • An ability to detect that the server has been accessed using a domain name rather than localhost/IP.
  • Logging/displaying an advisory message to use a valid/verified SSL certificate.
  • Quick links to the appropriate documentation to obtain certificates.

Mumble component

Server

OS-specific?

No

Additional information

No response

貢獻者指南