core/portmanager.lua
changeset 13255 7748dfb201de
parent 12976 ead41e25ebc0
child 13256 84c7779618b6
--- a/core/portmanager.lua	Sat Jul 29 01:42:19 2023 +0200
+++ b/core/portmanager.lua	Sat Jul 29 02:00:55 2023 +0200
@@ -50,7 +50,7 @@
 		if port == 5222 or port == 5223 or port == 5269 then
 			friendly_message = "check that Prosody or another XMPP server is "
 				.."not already running and using this port";
-		elseif port == 80 or port == 81 then
+		elseif port == 80 or port == 81 or port == 443 then
 			friendly_message = "check that a HTTP server is not already using "
 				.."this port";
 		elseif port == 5280 then