Hi Ken,
This is what I got using WGET -V:
# wget -v
https://moodle.org/plugins/download.php/24237/mod_bigbluebuttonbn_moodle311_2019101008.zip
--2021-06-08 20:53:24--
https://moodle.org/plugins/download.php/24237/mod_bigbluebuttonbn_moodle311_2019101008.zip
Resolving moodle.org (moodle.org)... 172.67.26.233, 104.22.65.81, 104.22.64.81, ...
Connecting to moodle.org (moodle.org)|172.67.26.233|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-06-08 20:53:25 ERROR 403: Forbidden.
And this is what I got after curl -svo /dev/null
https://moodle.org:
# curl -svo /dev/null
https://moodle.org
* About to connect() to moodle.org port 443 (#0)
* Trying 104.22.65.81...
* Connected to moodle.org (104.22.65.81) port 443 (#0)
* Initializing NSS with certpath:
sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* SSL connection using TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
* Server certificate:
* subject: CN=sni.cloudflaressl.com,O="Cloudflare, Inc.",L=San Francisco,ST=CA,C=US
* start date: Aug 02 00:00:00 2020 GMT
* expire date: Aug 02 12:00:00 2021 GMT
* common name: sni.cloudflaressl.com
* issuer: CN=Cloudflare Inc ECC CA-3,O="Cloudflare, Inc.",C=US
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: moodle.org
> Accept: */*
>< HTTP/1.1 403 Forbidden < Date: Tue, 08 Jun 2021 12:54:09 GMT < Content-Type: text/html; charset=UTF-8 < Transfer-Encoding: chunked < Connection: close < CF-Chl-Bypass: 1 < Permissions-Policy: accelerometer=(),autoplay=(),camera=(),clipboard-read=(),clipboard-write=(),fullscreen=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=(),payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=() <
Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 < Expires: Thu, 01 Jan 1970 00:00:01 GMT < X-Frame-Options: SAMEORIGIN < cf-request-id: 0a8d4912bc0000d1af4d951000000001 < Expect-CT: max-age=604800, report-uri="
https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" < Server: cloudflare < CF-RAY: 65c244646b86d1af-HKG <
{ [data not shown]
* Closing connection 0
It looks like that Cloudflare is rejecting the connection from our server.
Do you have some thoughts about this?
Thank you,
Tony