Bug 192678

Summary: [GTK] Error writing data to TLS socket in some sites when using the jhbuild
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: agomez, aperez, bugs-noreply, cgarcia, clopez, ews-watchlist, ltilve, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch cgarcia: review+

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>