diff --git a/commands/commands.go b/commands/commands.go
index 6d26031..8d10eab 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -82,7 +82,7 @@ func Get(db *sql.DB, url string) {
 	client := &http.Client{}
 
 	if !strings.Contains(url, "://") {
-		url = "http://" + url
+		url = "https://" + url
 	}
 
 	// TODO Full url encoding