01-20-2025, 05:44 PM
@kosi123
Curious. Working here in Maryland in moOde 9.2.2 on a Pi3B+ connected wirelessly to my access point/router.
What do you see if you try curl -v https://orf-live.ors-shoutcast.at/fm4-q2a | more from the command line of your moOde player?
Regards,
Kent
Curious. Working here in Maryland in moOde 9.2.2 on a Pi3B+ connected wirelessly to my access point/router.
What do you see if you try curl -v https://orf-live.ors-shoutcast.at/fm4-q2a | more from the command line of your moOde player?
Code:
rho@m922green:~ $ curl -v https://orf-live.ors-shoutcast.at/fm4-q2a | more
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 81.16.149.156:443...
* Connected to orf-live.ors-shoutcast.at (81.16.149.156) port 443 (#0)
* ALPN: offers h2,http/1.1
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [19 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [3074 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [520 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server accepted h2
* Server certificate:
* subject: CN=*.ors-shoutcast.at
* start date: Feb 7 00:00:00 2024 GMT
* expire date: Feb 6 23:59:59 2025 GMT
* subjectAltName: host "orf-live.ors-shoutcast.at" matched cert's "*.ors-shoutcast.at"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=RapidSSL TLS RSA CA G1
* SSL certificate verify ok.
} [5 bytes data]
* using HTTP/2
* h2h3 [:method: GET]
* h2h3 [:path: /fm4-q2a]
* h2h3 [:scheme: https]
* h2h3 [:authority: orf-live.ors-shoutcast.at]
* h2h3 [user-agent: curl/7.88.1]
* h2h3 [accept: */*]
* Using Stream ID: 1 (easy handle 0x559fa247c0)
} [5 bytes data]
> GET /fm4-q2a HTTP/2
> Host: orf-live.ors-shoutcast.at
> user-agent: curl/7.88.1
> accept: */*
...
Regards,
Kent