Bug 239046 - webkitgtk 2.36.0 - endless string of GnuTLS errors
Summary: webkitgtk 2.36.0 - endless string of GnuTLS errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-10 06:29 PDT by dave
Modified: 2022-04-10 06:36 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dave 2022-04-10 06:29:08 PDT
When using my WebKit browser on 2.36.0, an endless string of errors like this are printed to the console while loading a page. I've searched but can't find anything about this problem on Google. This is with the latest glib and gnutls. No such problems with other applications, only WebKit.


(process:404): GLib-GIO-WARNING **: 07:56:27.414: ../gio/gtlsconnection.c:436: invalid property id 10 for "advertised-protocols" of type 'GParamBoxed' in 'GTlsClientConnectionGnutls'

(process:404): GLib-Net-WARNING **: 07:56:27.661: ../tls/gnutls/gtlscertificate-gnutls.c:148: invalid property id 3 for "private-key" of type 'GParamBoxed' in 'GTlsCertificateGnutls'

(process:404): GLib-GIO-WARNING **: 07:56:27.661: ../gio/gtlsconnection.c:427: invalid property id 12 for "protocol-version" of type 'GParamEnum' in 'GTlsClientConnectionGnutls'

(process:404): GLib-GIO-WARNING **: 07:56:27.661: ../gio/gtlsconnection.c:427: invalid property id 13 for "ciphersuite-name" of type 'GParamString' in 'GTlsClientConnectionGnutls'

(WebKitWebProcess:403): GLib-Net-WARNING **: 07:56:27.662: ../tls/gnutls/gtlscertificate-gnutls.c:148: invalid property id 3 for "private-key" of type 'GParamBoxed' in 'GTlsCertificateGnutls'

(WebKitWebProcess:403): GLib-Net-WARNING **: 07:56:27.662: ../tls/gnutls/gtlscertificate-gnutls.c:148: invalid property id 3 for "private-key" of type 'GParamBoxed' in 'GTlsCertificateGnutls'

(process:404): GLib-GIO-WARNING **: 07:56:27.697: ../gio/gtlsconnection.c:427: invalid property id 12 for "protocol-version" of type 'GParamEnum' in 'GTlsClientConnectionGnutls'

(process:404): GLib-GIO-WARNING **: 07:56:27.698: ../gio/gtlsconnection.c:427: invalid property id 13 for "ciphersuite-name" of type 'GParamString' in 'GTlsClientConnectionGnutls'

(WebKitWebProcess:403): GLib-Net-WARNING **: 07:56:27.700: ../tls/gnutls/gtlscertificate-gnutls.c:148: invalid property id 3 for "private-key" of type 'GParamBoxed' in 'GTlsCertificateGnutls'

(process:404): GLib-GIO-WARNING **: 07:56:29.167: ../gio/gtlsconnection.c:427: invalid property id 12 for "protocol-version" of type 'GParamEnum' in 'GTlsClientConnectionGnutls'

(process:404): GLib-GIO-WARNING **: 07:56:29.167: ../gio/gtlsconnection.c:427: invalid property id 13 for "ciphersuite-name" of type 'GParamString' in 'GTlsClientConnectionGnutls'
Comment 1 dave 2022-04-10 06:36:43 PDT
Problem resolved by upgrading to latest glib-networking version!