diff --git a/main.go b/main.go
index 3dd3c8f747642f95ee1cdc3e9210c1a8c4ce4c57..ae312a1d93ea188b7eb4ef78653c71a3df713b7c 100644
--- a/main.go
+++ b/main.go
@@ -142,7 +142,7 @@ func main() {
 				fmt.Println(err)
 			}
 			// Define the replyUri
-			replyUri := "oauth-proxy.wf.alpha.grandlyon.com/redirect"
+			replyUri := "https://oauth-proxy.wf.alpha.grandlyon.com/redirect"
 			fmt.Println(time.Now().Format("2006-01-02 15:04:05"), "- Reply to - ", replyUri)
 
 			// Get the response body as a string