Opened 7 years ago

Closed 7 years ago

#9775 closed defect (fixed)

Midori and (in some cases) Epiphany do not display https:// pages

Reported by: Pierre Labastie Owned by: Pierre Labastie
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

See thread starting at this message (continue to September). Main conclusion seems that GIO_USE_TLS=gnutls-pkcs11 needs to be exported. This should be added to the book on some page (glib-networking?), and maybe recalled on browser pages. Making a ticket so we do not forget.

Change History (4)

comment:1 by Pierre Labastie, 7 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

comment:2 by Pierre Labastie, 7 years ago

I see we set some XDG_xxx variables in /etc/profile. Maybe we could add the GIO_USE_TLS variable at the end. Something like (on the glib-networking page, adding a sect2 on configuration):

cat >> /etc/profile << EOF
# Begin glib-networking addition
# This variable allows using the gnutls pkcs11 infrastructure

export GIO_USE_TLS=gnutls-pkcs11

# End glib-networking addition

and on browsers pages:

Note:
You should export the GIO_USE_TLS variable as explained in glib-networking
configuration (make an xref)

comment:3 by Pierre Labastie, 7 years ago

After discussion on irc, it seems reasonable to have a gio.sh file in /etc/profile.d, with instructions to create it in glib-networking, and not add anything to the browsers' pages.

comment:4 by Pierre Labastie, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r19289

Note: See TracTickets for help on using tickets.