From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 25 Dec 2023 14:41:04 +0000 (+0100) Subject: Update URLs: http:// → https:// X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02281723f2e677dbfa78e19fe13b1a6a2561edc1;p=thirdparty%2Ffreeradius-server.git Update URLs: http:// → https:// --- diff --git a/.github/contributing.md b/.github/contributing.md index 5fd2fb157fd..4f183acb333 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -20,7 +20,7 @@ The GitHub issue tracker is for non-security related defect reports, feature req pull-requests ONLY. It is not for support requests or questions regarding configuration/operation of the server, they -belong on the [users mailing list](http://freeradius.org/list/users.html). +belong on the [users mailing list](https://freeradius.org/support/). Raising support requests or questions as issues will result in them being closed and locked. If you continue to raise these questions as issues you will be banned from the FreeRADIUS project's GitHub @@ -35,7 +35,7 @@ exploited. This ensures that patches can be developed before the exploit is mad ### Before reporting a defect Verify it's still present in the Git HEAD. Checkout the appropriate branch for the version of the -server you're working with, as listed [here](http://doc.freeradius.org), build the server and attempt +server you're working with, as listed [here](https://doc.freeradius.org), build the server and attempt to reproduce your issue. The [ChangeLog](https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/doc/ChangeLog) for the @@ -63,7 +63,7 @@ If you're developing a new feature, module, or writing large amounts of code to a member of the FreeRADIUS development team first. For simpler one or two line fixes go ahead and open a pull-request immediately. -The dev team can be contacted via the [devel mailing list](http://freeradius.org/list/devel.html), +The dev team can be contacted via the [devel mailing list](https://freeradius.org/support/), or via GitHub by using the GitHub issue tracker. Contacting the dev team gives us the opportunity to offer feedback. We may have a solution to your @@ -71,12 +71,12 @@ problem that doesn't require additional code, or may have ideas as to how your p in a way that will better fit with the long-term vision for the server. Once you've got the go ahead, please read through the -[coding standards document](http://wiki.freeradius.org/contributing/coding-standards). +[coding standards document](https://wiki.freeradius.org/contributing/coding-standards). If you're creating a new module you may wish to read the -[module creation guide](http://wiki.freeradius.org/contributing/Modules3). +[module creation guide](https://wiki.freeradius.org/contributing/Modules3). -You may also wish to utilise the [doxygen site](http://doc.freeradius.org) to review code documentation. +You may also wish to utilise the [doxygen site](https://doc.freeradius.org) to review code documentation. The doxygen site contains the complete reference of all API functions with doxygen headers as well as structs and callback declarations. is updated within one minute of each @@ -84,7 +84,7 @@ commit to the master branch of the freeradius-server repository. Finally, this file was written to be displayed automatically on the GitHub issue tracker, so Git/GitHub knowledge is assumed. If you're wondering what a pull-request is, this document may be of -some use . +some use . ## Continuous Integration Tests (CIT) diff --git a/README.md b/README.md index 4302771656c..e92bf0a656f 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ which includes WARNINGs about common issues, and suggestions for how they may be fixed. The debug output is explained in detail in the -[radiusd-X](http://wiki.freeradius.org/radiusd-X) page on the -[wiki](http://wiki.freeradius.org). +[radiusd-X](https://wiki.freeradius.org/radiusd-X) page on the +[wiki](https://wiki.freeradius.org). Many questions are answered on the Wiki: @@ -87,7 +87,7 @@ the FreeRADIUS mailing lists. Instructions for what to post on the mailing list are [on the -wiki](http://wiki.freeradius.org/list-help). Please note that we DO +wiki](https://wiki.freeradius.org/list-help). Please note that we DO recommend posting the output of `radiusd -X`. That information shows what the server is doing when it receives packets, and how it processes those packets. diff --git a/configure b/configure index f9064dd52bb..3955a9d2027 100755 --- a/configure +++ b/configure @@ -614,7 +614,7 @@ PACKAGE_TARNAME='freeradius' PACKAGE_VERSION='$Id$' PACKAGE_STRING='freeradius $Id$' PACKAGE_BUGREPORT='http://bugs.freeradius.org' -PACKAGE_URL='http://www.freeradius.org' +PACKAGE_URL='https://freeradius.org' ac_unique_file="src/bin/radiusd.c" # Factoring default headers for most tests. diff --git a/debian/README.rfc b/debian/README.rfc index b3cbb536882..928685d87fb 100644 --- a/debian/README.rfc +++ b/debian/README.rfc @@ -4,7 +4,7 @@ so we can't ship them in Debian main. They are all available from the original freeradius tarball, available at ftp://ftp.freeradius.org/pub/radius/ and from -http://www.rfc-editor.org/ +https://www.rfc-editor.org/ Sorry for the inconvenience. diff --git a/debian/control.in b/debian/control.in index 8846633b7e8..52b7421ee7a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -42,7 +42,7 @@ Priority: optional Maintainer: Network RADIUS SARL Uploaders: Stephen Gran , Mark Hymers Standards-Version: 3.9.6 -Homepage: http://www.freeradius.org/ +Homepage: https://freeradius.org/ Package: freeradius Architecture: any diff --git a/debian/freeradius.service b/debian/freeradius.service index 475d11f0488..d62b4f89854 100644 --- a/debian/freeradius.service +++ b/debian/freeradius.service @@ -1,7 +1,7 @@ [Unit] Description=FreeRADIUS multi-protocol policy server After=network-online.target -Documentation=man:radiusd(8) man:radiusd.conf(5) http://wiki.freeradius.org/ http://networkradius.com/doc/ +Documentation=man:radiusd(8) man:radiusd.conf(5) https://wiki.freeradius.org/ https://freeradius.org/documentation/freeradius-server/ [Service] Type=notify diff --git a/doc/antora/modules/ROOT/pages/index.adoc b/doc/antora/modules/ROOT/pages/index.adoc index ad133c74eaa..0613791d051 100644 --- a/doc/antora/modules/ROOT/pages/index.adoc +++ b/doc/antora/modules/ROOT/pages/index.adoc @@ -121,7 +121,7 @@ major version upgrade. == Getting Started with FreeRADIUS FreeRADIUS can be installed using the pre-built packages available -from http://packages.networkradius.com[Network RADIUS, +from https://networkradius.com/packages/[Network RADIUS, window="_blank"]. That page contains packages for all common OS distributions. New packages are available as soon as a new version has been released. Packages for older releases are also available for @@ -133,7 +133,7 @@ xref:installation:index.adoc[installation guide] for instructions. WARNING: Many Operating System distributions ship versions of FreeRADIUS which are years out of date. Those versions may contain bugs which have been fixed in newer releases. We recommend using the -http://packages.networkradius.com[Network RADIUS, window="_blank"] packages where +https://networkradius.com/packages/[Network RADIUS, window="_blank"] packages where possible. Administrators who are new to FreeRADIUS should read the @@ -178,13 +178,13 @@ debug output. In many cases, those messages describe exactly what is going wrong, and how to fix it. For further details, about the debug output see the -http://wiki.freeradius.org/radiusd-X[radiusd-X, window="_blank"] page on the -http://wiki.freeradius.org[wiki, window="_blank"]. +https://wiki.freeradius.org/radiusd-X[radiusd-X, window="_blank"] page on the +https://wiki.freeradius.org[wiki, window="_blank"]. == Getting Help We also recommend joining the -http://lists.freeradius.org/mailman/listinfo/freeradius-users[mailing +https://lists.freeradius.org/mailman/listinfo/freeradius-users[mailing list] in order to ask questions and receive answers. The developers are not on Stack Overflow, IRC, or other web sites. While the FreeRADIUS source is available on @@ -192,7 +192,7 @@ https://github.com/FreeRADIUS/freeradius-server/[GitHub, window="_blank"], quest posted there will not be answered. Before posting to the list, please read the -http://wiki.freeradius.org/list-help[list help, window="_blank"] page. That page explains +https://wiki.freeradius.org/list-help[list help, window="_blank"] page. That page explains how to run the server in debugging mode; how to understand the debug output; and what information to post to the list. diff --git a/doc/antora/modules/developers/pages/contributing.adoc b/doc/antora/modules/developers/pages/contributing.adoc index e4a4b0a1c5e..044c1d1db83 100644 --- a/doc/antora/modules/developers/pages/contributing.adoc +++ b/doc/antora/modules/developers/pages/contributing.adoc @@ -49,7 +49,7 @@ be broken out into another, separate, commit. See the following links for more details about submitting via github: * https://help.github.com/articles/fork-a-repo -* http://wiki.freeradius.org/contributing/GitHub +* https://wiki.freeradius.org/contributing/GitHub == Submitting patches via email diff --git a/doc/antora/modules/howto/pages/index.adoc b/doc/antora/modules/howto/pages/index.adoc index efa6d1a96ca..81405e918ef 100644 --- a/doc/antora/modules/howto/pages/index.adoc +++ b/doc/antora/modules/howto/pages/index.adoc @@ -6,11 +6,11 @@ common deployment scenarios. If you have a topic you'd like to see included in the list of howtos, contact the developers on the -link:http://lists.freeradius.org/mailman/listinfo/freeradius-users[User's +link:https://lists.freeradius.org/mailman/listinfo/freeradius-users[User's mailing list]. Some of the documents here started life as pages on -link:http://wiki.freeradius.org[wiki.freeradius.org]. If you've just been +link:https://wiki.freeradius.org[wiki.freeradius.org]. If you've just been through a particularly arduous service configuration and deployment, and would like to help your fellow users, then please create a new how to on the wiki. If it's popular enough, we'll include it in the official documentation for the diff --git a/doc/antora/modules/howto/pages/modules/eap/index.adoc b/doc/antora/modules/howto/pages/modules/eap/index.adoc index 8f6cba304f6..07aae427777 100644 --- a/doc/antora/modules/howto/pages/modules/eap/index.adoc +++ b/doc/antora/modules/howto/pages/modules/eap/index.adoc @@ -337,7 +337,7 @@ respond with `EAP-Acknowledge` (`EAP-MD5`). Server now responds with EAP, EAP-MD5, and EAP-MSCHAPv2 do not require any additional packages. Freeradius contains all the required packages. -For EAP-TLS, EAP-TTLS, and PEAP, OPENSSL, http://www.openssl.org/, is +For EAP-TLS, EAP-TTLS, and PEAP, OPENSSL, https://www.openssl.org/, is required to be installed. Any version from 0.9.7, should fairly work with this module. diff --git a/doc/antora/modules/howto/pages/modules/sqlippool/index.adoc b/doc/antora/modules/howto/pages/modules/sqlippool/index.adoc index 8edfa8b6177..cb4e31c78a2 100644 --- a/doc/antora/modules/howto/pages/modules/sqlippool/index.adoc +++ b/doc/antora/modules/howto/pages/modules/sqlippool/index.adoc @@ -213,7 +213,7 @@ FreeRADIUS]. If anything goes wrong, it should be trivial to revert any recent changes. Then, consider what went wrong by examining the debug output. If the issues are still clear, then ask a question on the -http://lists.freeradius.org/mailman/listinfo/freeradius-users[freeradius-users] +https://lists.freeradius.org/mailman/listinfo/freeradius-users[freeradius-users] mailing list. Please also read the https://wiki.freeradius.org/list-help[list help] instructions, for what information we need in order to help you. This information is diff --git a/doc/antora/modules/installation/pages/upgrade.adoc b/doc/antora/modules/installation/pages/upgrade.adoc index 86311d1338f..017c912c623 100644 --- a/doc/antora/modules/installation/pages/upgrade.adoc +++ b/doc/antora/modules/installation/pages/upgrade.adoc @@ -892,7 +892,7 @@ recv Access-Request { `REST-HTTP-Code` is now inserted into the `&request.` list instead of the `&reply.` list, to be compliant with the -http://wiki.freeradius.org/guide/List-Usage[list usage] guidelines. +https://wiki.freeradius.org/guide/List-Usage[list usage] guidelines. === rlm_sql diff --git a/doc/antora/modules/reference/pages/man/radclient.adoc b/doc/antora/modules/reference/pages/man/radclient.adoc index 8f06c8fce6b..028410d329b 100644 --- a/doc/antora/modules/reference/pages/man/radclient.adoc +++ b/doc/antora/modules/reference/pages/man/radclient.adoc @@ -176,4 +176,4 @@ radiusd(8) == AUTHOR -The FreeRADIUS Server Project (http://www.freeradius.org) +The FreeRADIUS Server Project (https://freeradius.org) diff --git a/doc/antora/modules/reference/pages/man/radiusd.adoc b/doc/antora/modules/reference/pages/man/radiusd.adoc index 31b5a3b36a3..655005ec33e 100644 --- a/doc/antora/modules/reference/pages/man/radiusd.adoc +++ b/doc/antora/modules/reference/pages/man/radiusd.adoc @@ -204,4 +204,4 @@ radiusd.conf(5), dictionary(5), unlang(5), raddebug(8) == AUTHOR -The FreeRADIUS Server Project (http://www.freeradius.org) +The FreeRADIUS Server Project (https://freeradius.org) diff --git a/doc/antora/modules/reference/pages/man/radsniff.adoc b/doc/antora/modules/reference/pages/man/radsniff.adoc index e054f9ffb9b..64e4a10ffaf 100644 --- a/doc/antora/modules/reference/pages/man/radsniff.adoc +++ b/doc/antora/modules/reference/pages/man/radsniff.adoc @@ -124,4 +124,4 @@ radiusd(8), pcap(3) == AUTHOR -The FreeRADIUS Server Project (http://www.freeradius.org) +The FreeRADIUS Server Project (https://freeradius.org) diff --git a/doc/doxygen/extra/toc.c b/doc/doxygen/extra/toc.c index e96cf26d919..98171ee2f3e 100644 --- a/doc/doxygen/extra/toc.c +++ b/doc/doxygen/extra/toc.c @@ -35,7 +35,7 @@ cd freeradius-server git fetch origin v4.0.x:v4.0.x git checkout v4.0.x @endcode -- Web: http://github.com/FreeRADIUS/freeradius-server/tree/v4.0.x +- Web: https://github.com/FreeRADIUS/freeradius-server/tree/v4.0.x @subsection branch_32x 3.2.x stable + feature branch @@ -45,7 +45,7 @@ cd freeradius-server git fetch origin v3.2.x:v3.2.x git checkout v3.2.x @endcode -- Web: http://github.com/FreeRADIUS/freeradius-server/tree/v3.2.x +- Web: https://github.com/FreeRADIUS/freeradius-server/tree/v3.2.x @subsection branch_30x 3.0.x stable branch @@ -58,7 +58,7 @@ cd freeradius-server git fetch origin v3.0.x:v3.0.x git checkout v3.0.x @endcode -- Web: http://github.com/FreeRADIUS/freeradius-server/tree/v3.0.x +- Web: https://github.com/FreeRADIUS/freeradius-server/tree/v3.0.x @subsection branch_2xx 2.x.x EOL branch @@ -71,7 +71,7 @@ cd freeradius-server git fetch origin v2.x.x:v2.x.x git checkout v2.x.x @endcode -- Web: http://github.com/FreeRADIUS/freeradius-server/tree/v2.x.x +- Web: https://github.com/FreeRADIUS/freeradius-server/tree/v2.x.x @subsection branch_1xx 1.1.x EOL branch @@ -84,11 +84,11 @@ cd freeradius-server git fetch origin v2.x.x:v2.x.x git checkout v2.x.x @endcode -- Web: http://github.com/FreeRADIUS/freeradius-server/tree/v1.1.x +- Web: https://github.com/FreeRADIUS/freeradius-server/tree/v1.1.x @section main_website Website -- http://www.freeradius.org +- https://freeradius.org @section mailinglist Mailing lists @@ -99,8 +99,8 @@ This list is for users of the server @code freeradius-users@lists.freeradius.org @endcode -- Archives: http://lists.freeradius.org/pipermail/freeradius-users/ -- List info: http://freeradius.org/list/users.html +- Archives: https://lists.freeradius.org/pipermail/freeradius-users/ +- List info: https://freeradius.org/support/ @subsection dev_list FreeRADIUS-devel @@ -112,7 +112,7 @@ read both, and will answer your questions there if they have the time. @code freeradius-devel@lists.freeradius.org @endcode -- Archives: http://lists.freeradius.org/pipermail/freeradius-devel/ -- List info: http://freeradius.org/list/devel.html +- Archives: https://lists.freeradius.org/pipermail/freeradius-devel/ +- List info: https://freeradius.org/support/ */ diff --git a/doc/schemas/logstash/index.adoc b/doc/schemas/logstash/index.adoc index e4a2d63ca1b..59f2165ecda 100644 --- a/doc/schemas/logstash/index.adoc +++ b/doc/schemas/logstash/index.adoc @@ -82,7 +82,7 @@ To view debug output, append `--log.level=debug`. === See also -elasticsearch web site: http://www.elastic.co/ +elasticsearch web site: https://www.elastic.co/ The configuration examples presented here have been tested with the following software versions: diff --git a/doc/templates/docinfo-footer.html b/doc/templates/docinfo-footer.html index 440ae890125..483075daaaa 100644 --- a/doc/templates/docinfo-footer.html +++ b/doc/templates/docinfo-footer.html @@ -11,7 +11,7 @@

- + networkradius diff --git a/man/man1/radclient.1 b/man/man1/radclient.1 index d0fad70c841..5382f91162a 100644 --- a/man/man1/radclient.1 +++ b/man/man1/radclient.1 @@ -236,7 +236,7 @@ radiusd(8), .SH "AUTHOR" .sp The FreeRADIUS Server Project (\c -.URL "http://www.freeradius.org" "" ")" +.URL "https://freeradius.org" "" ")" .SH "AUTHOR" .sp -Alan DeKok \ No newline at end of file +Alan DeKok diff --git a/man/man5/clients.conf.5 b/man/man5/clients.conf.5 index 6c6b3ee2aef..ddbe59053cb 100644 --- a/man/man5/clients.conf.5 +++ b/man/man5/clients.conf.5 @@ -43,4 +43,4 @@ that form is deprecated. .SH AUTHOR FreeRADIUS is authored by the FreeRADIUS team. -http://freeradius.org/ +https://freeradius.org/ diff --git a/man/man5/dictionary.5 b/man/man5/dictionary.5 index ac4d7822bd1..1cd843ba9fd 100644 --- a/man/man5/dictionary.5 +++ b/man/man5/dictionary.5 @@ -224,7 +224,7 @@ such as struct, tlv, vsa, group, etc. .B VENDOR vendor-name number [format=...] Define a Vendor Specific Attribute encapsulation for \fIvendor-name\fP to \fInumber\fP. For a list of vendor names and numbers, see -http://www.iana.org/enterprise-numbers.txt. +https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers. The "format=t,l" statement tells the server how many octets to use to encode/decode the vendor "type" and "length" fields in the attributes. diff --git a/man/man8/radiusd.8 b/man/man8/radiusd.8 index 053ae5bffca..3ac7273980b 100644 --- a/man/man8/radiusd.8 +++ b/man/man8/radiusd.8 @@ -258,7 +258,7 @@ radiusd.conf(5), dictionary(5), unlang(5), raddebug(8) .SH "AUTHOR" .sp The FreeRADIUS Server Project (\c -.URL "http://www.freeradius.org" "" ")" +.URL "https://freeradius.org" "" ")" .SH "AUTHOR" .sp -Alan DeKok \ No newline at end of file +Alan DeKok diff --git a/man/man8/radsniff.8 b/man/man8/radsniff.8 index cae33af4a4b..a0dabcc0811 100644 --- a/man/man8/radsniff.8 +++ b/man/man8/radsniff.8 @@ -256,7 +256,7 @@ radiusd(8),pcap(3) .SH "AUTHOR" .sp The FreeRADIUS Server Project (\c -.URL "http://www.freeradius.org" "" ")" +.URL "https://freeradius.org" "" ")" .SH "AUTHOR" .sp -Alan DeKok \ No newline at end of file +Alan DeKok diff --git a/scripts/asciidoc/links.txt b/scripts/asciidoc/links.txt index b0b661279b8..5e05397fefb 100644 --- a/scripts/asciidoc/links.txt +++ b/scripts/asciidoc/links.txt @@ -200,7 +200,7 @@ Alc-ToServer-Dhcp-Options https://infoproducts.alcatel-lucent.com/html/0_add-h-f Alc-ToClient-Dhcp-Options https://infoproducts.alcatel-lucent.com/html/0_add-h-f/93-0088-HTML/7750_SR_OS_Radius_Attributes_Reference_Guide/SROS_RADIUS_Attrib.html draft-sterman-aaa-sip-01 https://tools.ietf.org/html/draft-sterman-aaa-sip-01 draft-wahl-ldap-session https://tools.ietf.org/html/draft-wahl-ldap-session-03 -PAM http://www.kernel.org/pub/linux/libs/pam/index.html +PAM https://cdn.kernel.org/pub//linux/libs/pam/ Couchbase https://www.couchbase.com/ GDBM https://www.gnu.org.ua/software/gdbm/ diff --git a/scripts/bbedit/unlanglaguage.plist b/scripts/bbedit/unlanglaguage.plist index 6e182513baf..27f7d29926b 100644 --- a/scripts/bbedit/unlanglaguage.plist +++ b/scripts/bbedit/unlanglaguage.plist @@ -8,7 +8,7 @@ Copyright Arran Cudbard-Bell , 2012. This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License. - http://creativecommons.org/licenses/by-sa/3.0/ + https://creativecommons.org/licenses/by-sa/3.0/ Version 1.0 diff --git a/scripts/monit/freeradius.monitrc b/scripts/monit/freeradius.monitrc index 65f96cf9014..d150108fb6f 100644 --- a/scripts/monit/freeradius.monitrc +++ b/scripts/monit/freeradius.monitrc @@ -1,7 +1,7 @@ # # Script for use with Monit # -# http://mmonit.com/monit/ +# https://mmonit.com/monit/ # # diff --git a/scripts/osx/install_deps.sh b/scripts/osx/install_deps.sh index 4bbc4ea9d6a..490984404ca 100755 --- a/scripts/osx/install_deps.sh +++ b/scripts/osx/install_deps.sh @@ -1,7 +1,7 @@ #!/bin/sh # -# Licensed under CC-BY-ND 4.0 - http://creativecommons.org/licenses/by-nd/4.0/ +# Licensed under CC-BY-ND 4.0 - https://creativecommons.org/licenses/by-nd/4.0/ # # Copyright 2020 Arran Cudbard-Bell # diff --git a/scripts/snmp-proxy/README b/scripts/snmp-proxy/README index 83d0359b386..b7c095d148f 100644 --- a/scripts/snmp-proxy/README +++ b/scripts/snmp-proxy/README @@ -22,7 +22,7 @@ make sure snmpd is agentx master (snmpd.conf): Download the module from - http://search.cpan.org/dist/Net-Radius/ + https://metacpan.org/dist/Net-Radius Extract it in this directory: diff --git a/share/snmp/mibs/FREERADIUS-MGMT-MIB.mib b/share/snmp/mibs/FREERADIUS-MGMT-MIB.mib index a115711c636..21083c6cce6 100644 --- a/share/snmp/mibs/FREERADIUS-MGMT-MIB.mib +++ b/share/snmp/mibs/FREERADIUS-MGMT-MIB.mib @@ -13,7 +13,7 @@ freeradiusObjects MODULE-IDENTITY CONTACT-INFO "FreeRADIUS Network Object Model Environment project - see http://www.freeradius.org for contact persons of a particular + see https://freeradius.org for contact persons of a particular area or subproject of FREERADIUS. Administrative contact for MIB module: diff --git a/share/snmp/mibs/FREERADIUS-NOTIFICATION-MIB.mib b/share/snmp/mibs/FREERADIUS-NOTIFICATION-MIB.mib index 4b4a8994bbf..396da226222 100644 --- a/share/snmp/mibs/FREERADIUS-NOTIFICATION-MIB.mib +++ b/share/snmp/mibs/FREERADIUS-NOTIFICATION-MIB.mib @@ -19,7 +19,7 @@ freeRadiusNotificationMib MODULE-IDENTITY CONTACT-INFO "FreeRADIUS Network Object Model Environment project - see http://www.freeradius.org for contact persons of a particular + see https://freeradius.org for contact persons of a particular area or subproject of FREERADIUS. Administrative contact for MIB module: diff --git a/share/snmp/mibs/FREERADIUS-PRODUCT-RADIUSD-MIB.mib b/share/snmp/mibs/FREERADIUS-PRODUCT-RADIUSD-MIB.mib index 0c784db1151..1106a73d586 100644 --- a/share/snmp/mibs/FREERADIUS-PRODUCT-RADIUSD-MIB.mib +++ b/share/snmp/mibs/FREERADIUS-PRODUCT-RADIUSD-MIB.mib @@ -15,7 +15,7 @@ freeradius MODULE-IDENTITY CONTACT-INFO "FreeRADIUS Network Object Model Environment project - see http://www.freeradius.org for contact persons of a particular + see https://freeradius.org for contact persons of a particular area or subproject of FREERADIUS. Administrative contact for MIB module: diff --git a/share/snmp/mibs/FREERADIUS-SMI.mib b/share/snmp/mibs/FREERADIUS-SMI.mib index b4981baa8f3..3e432372463 100644 --- a/share/snmp/mibs/FREERADIUS-SMI.mib +++ b/share/snmp/mibs/FREERADIUS-SMI.mib @@ -12,7 +12,7 @@ freeRadius MODULE-IDENTITY CONTACT-INFO "FreeRADIUS Network Object Model Environment project - see http://www.freeradius.org for contact persons of a particular + see https://freeradius.org for contact persons of a particular area or subproject of FREERADIUS. Administrative contact for MIB module: