From: Arne Fitzenreiter Date: Mon, 30 Dec 2024 17:52:36 +0000 (+0100) Subject: mpd: disable https peer/host verification X-Git-Tag: v2.29-core191~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ceaf358ae36764661c2a70432b78ff879ac845b;p=ipfire-2.x.git mpd: disable https peer/host verification if myMPD is serving playlists mpd cannot load this with enabled verification. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index c4aabdf0b4..d051e641fe 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -106,6 +106,17 @@ audio_buffer_size "2048" # ########################################################## +########## DISABLE HTTPS HOST/PEER VERIFICATION ########## +# +# This is needed for myMPD that run a webserver on the +# localhost to update playlists for webradio streams. +# +input { + plugin "curl" + verify_host "no" + verify_peer "no" +} +########################################################## ################### HTTP PROXY ########################### # diff --git a/lfs/mpd b/lfs/mpd index 4ef453fb17..40b34b910d 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 41 +PAK_VER = 42 # SUP_ARCH = aarch64 x86_64 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt