Unacceptable TLS certificate

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Unacceptable TLS certificate

Dagomi
Hi All!

I'm trying to use Gstreamer for playing MPEG-DASH content over Https. The server is 100% certified for the correct configuration of the Certificates and now the certificates are self-signed.

When I try to run the pipeline (a simple Playbin), the console show me the message:

Unacceptable TLS certificate (6), URL: https://192.168.10.91:8080/dash/cheese_fixed/Video/spherical/sp_cam2_360_1/sp_cam2_360_1.mpd, Redirect to: (NULL) ERROR: Pipeline does not want to preroll.

Also, I use the souphttpsrc config:

ssl-strict = false
ssl-use-system-ca-file = false

And the result is the same. Please can help me in this problem?

Ty in advance

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Unacceptable TLS certificate

Mandar Joshi
> Unacceptable TLS certificate (6), URL:
> https://192.168.10.91:8080/dash/cheese_fixed/Video/spherical/sp_cam2_360_1/sp_cam2_360_1.mpd,
> Redirect to: (NULL) ERROR: Pipeline does not want to preroll.
>
> Also, I use the souphttpsrc config:
>
> ssl-strict = false
> ssl-use-system-ca-file = false
>

I've not used ssl-use-system-ca-file but in my case, I had to set
GTlsDatabase with the CA certificate to make GStreamer accept the
server certificate.
Looking at the error, I would try GTlsDatabase and GTlsInteraction
with souphttpsrc.

Regards
Mandar Joshi
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Unacceptable TLS certificate

David Gómez Micó
Hello send

I have established the CA using the ssl-ca-config file. But when playing the content the pipe download the MPD file, but  crash in the* dashinit.mp4

gst-resource-error-quark: Secure connection configuration failed: gstsouphttpsrc.c (1578): gst_soup_http_src_parse_status (): GstPipeline /: player / GstDashDemux: dashdemux / GstBin: srcbin-audio_00 / GstSoupHTTPSrc: souphttpsrc0:
TLS certificate unacceptable (6), URL: https://xxx.xxx.xx.xx./dash/cheese_fixed/Video/tv/tv_tv_maintrack_12/eng_dashinit.mp4, Redirect to: (NULL)


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel