]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
rlm_yubikey: The API uris should be 'https' (#3979)
authorJorge Pereira <jpereira@users.noreply.github.com>
Sun, 14 Mar 2021 17:37:13 +0000 (14:37 -0300)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 17:37:13 +0000 (17:37 +0000)
raddb/mods-available/yubikey

index f555db7731d64d7a4aced0221fe323e7592f15c4..9ba61ef7205500c11177201ce35af7d278845978 100644 (file)
@@ -74,8 +74,8 @@ yubikey {
                #  If no URLs are listed, will default to the default URLs in the
                #  ykclient library, which point to the yubico validation servers.
                servers {
-#                      uri = 'http://api.yubico.com/wsapi/2.0/verify?id=%d&otp=%s'
-#                      uri = 'http://api2.yubico.com/wsapi/2.0/verify?id=%d&otp=%s'
+#                      uri = 'https://api.yubico.com/wsapi/2.0/verify?id=%d&otp=%s'
+#                      uri = 'https://api2.yubico.com/wsapi/2.0/verify?id=%d&otp=%s'
                }
 
                #