GstDiscoverer fails with secure error

Hi there, I’m learning gstreamer with basic tutorials but tutorial 9 program fails with this error.

gstreamer\subprojects\gst-docs\examples\tutorials\vs2010\x64\Release>basic-tutorial-9.exe
Discovering 'https://gstreamer.freedesktop.org/data/media/sintel_trailer-480p.webm'
Discoverer error: Secure connection setup failed.
This URI cannot be played
Finished discovering

However, no error generated running gst-discover-1.0 directory.

> gst-discover-1.0 https://gstreamer.freedesktop.org/data/media/sintel_trailer-480p.webm
Analyzing https://gstreamer.freedesktop.org/data/media/sintel_trailer-480p.webm
Done discovering https://gstreamer.freedesktop.org/data/media/sintel_trailer-480p.webm

Properties:
  Duration: 0:00:52.250000000
  Seekable: yes
  Live: no
  container #0: WebM
    video #1: VP8
      Stream ID: 02e452af592733468311797f6c2e3066ce570853053b968b90fdec7efc380ec4/001:3465118714092722455
      Width: 854
      Height: 480
      Depth: 24
      Frame rate: 0/1
      Pixel aspect ratio: 1/1
      Interlaced: false
      Bitrate: 0
      Max bitrate: 0
    audio #2: Vorbis
      Stream ID: 02e452af592733468311797f6c2e3066ce570853053b968b90fdec7efc380ec4/002:2408282244873345389
      Language: en
      Channels: 2 (front-left, front-right)
      Sample rate: 48000
      Depth: 32
      Bitrate: 80000
      Max bitrate: 0

I tested another url but result is the same.
How should I start trouble shooting?

Environment
Windows 10
gstreamer 1.24.7
Visual Studio 2022

I found other tutorials didn’t work too and found that something wrong with glib-networking.
I found this issue and I configured environment variable then it works.