diff --git a/info.go b/info.go
index 194d46e4c..6fe3df038 100644
--- a/info.go
+++ b/info.go
@@ -7,7 +7,7 @@ import (
 func infoHandler(c *gin.Context) {
 	c.JSON(200, gin.H{
 		"http":  "http://localhost" + port,
-		"https": "https://localhost" + port,
+		"https": "https://localhost" + portSSL,
 		"ws":    "ws://localhost" + port,
 		"wss":   "wss://localhost" + portSSL,
 	})