Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Unable to load https://tcms.engineering.redhat.com via webkitgtk4
Version-Release number of selected component (if applicable):
webkitgtk4-2.14.5-5.el7.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Start /usr/libexec/webkit2gtk-4.0/MiniBrowser https://tcms.engineering.redhat.com
2.
3.
Actual results:
Nothing is displayed
Expected results:
TCMS page correctly displayed
Additional info:
(In reply to Michal Odehnal from comment #2)
> Console output upon opening:
> /usr/libexec/webkit2gtk-4.0/WebKitWebProcess: symbol lookup error:
> /lib64/libwebkit2gtk-4.0.so.37: undefined symbol:
> gtk_widget_path_iter_set_object_name
You don't have gtk3 package from 7.4 installed. The error that I see is:
(process:17033): libsoup-WARNING **: SoupMessage 0x5628b94be940 stuck in infinite loop?
Console output upon opening in VM:
(process:7189): libsoup-WARNING **: gssapi step failed: Unspecified GSS failure. Minor code may provide more information: SPNEGO cannot find mechanisms to negotiate
Reproducible with get utility from libsoup:
./get -d -N -c ~/Documents/red_hat_ca_cert.crt https://tcms.engineering.redhat.com
I'm moving it to the right component (libsoup) before I will investigate it further.
OK, so the tcms is sending the following response to the initial GET:
< HTTP/1.1 401 Authorization Required
< Soup-Debug-Timestamp: 1491552071
< Soup-Debug: SoupMessage 1 (0x2083bd0)
< Date: Fri, 07 Apr 2017 08:01:11 GMT
< Server: Apache/2.2.15 (Red Hat)
< WWW-Authenticate: Negotiate
< WWW-Authenticate: Basic realm="TCMS - Kerberos login (if negotiate unavailable)"
< Last-Modified: Thu, 08 Dec 2016 08:15:51 GMT
< ETag: "9fb30-0-543213ee8e70f"
< Accept-Ranges: bytes
< Vary: Accept-Encoding
< Content-Encoding: gzip
< Content-Length: 20
< Connection: close
< Content-Type: text/plain; charset=UTF-8
The problem here is the request to close the connection. This is causing the connection to be closed and the authentication process to be restarted. For example the errata server specifies the connection to be kept alive, which I think is the right thing to do. But I need to confirm it the the kerberos guys.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2017:2146