Bug 192678 - [GTK] Error writing data to TLS socket in some sites when using the jhbuild
Summary: [GTK] Error writing data to TLS socket in some sites when using the jhbuild
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-13 13:45 PST by Alicia Boya García
Modified: 2018-12-14 09:18 PST (History)
8 users (show)

See Also:


Attachments
Patch (22.52 KB, patch)
2018-12-13 14:31 PST, Michael Catanzaro
no flags Details | Formatted Diff | Diff
Patch (20.99 KB, patch)
2018-12-13 14:33 PST, Michael Catanzaro
cgarcia: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2018-12-13 13:45:40 PST
If you open this page in the minibrowser within the jhbuild, you get a TLS error:

https://www.w3schools.com/html/html5_video.asp

Error writing data to TLS socket: The specified session has been invalidated for some reason.
Comment 1 Michael Catanzaro 2018-12-13 14:31:06 PST
Only happens for me inside the WebKit JHBuild environment. I updated libsoup and glib-networking and the error went away.
Comment 2 Michael Catanzaro 2018-12-13 14:31:12 PST
Created attachment 357256 [details]
Patch
Comment 3 Michael Catanzaro 2018-12-13 14:33:08 PST
Created attachment 357257 [details]
Patch
Comment 4 Alicia Boya García 2018-12-14 02:58:36 PST
Works for me too, thank you!
Comment 5 Michael Catanzaro 2018-12-14 06:05:36 PST
We need libpsl on the bots. Adrian?

I could add it to jhbuild, but better to put it in install-dependencies IMO.
Comment 6 Adrian Perez 2018-12-14 08:23:12 PST
(In reply to Michael Catanzaro from comment #5)
> We need libpsl on the bots. Adrian?

Done for all except the Ubuntu LTS one, I'm having some trouble accessing
it over SSH -- I'll keep poking it until it has libpsl-dev installed as well.

> I could add it to jhbuild, but better to put it in install-dependencies IMO.

Both Ubuntu LTS and Debian stable have libpsl packages, so I agree that
adding it to install-dependencies instead of to the JHBuild is the way
to go.
Comment 7 Michael Catanzaro 2018-12-14 09:18:59 PST
Committed r239207: <https://trac.webkit.org/changeset/239207>