Jesse Bowes
Jesse Bowes
Building off of @jhollinger, just calling client.ssl_config.set_default_paths without overriding the constructor seems to work ``` client = HTTPClient.new client.ssl_config.set_default_paths ```
Using Jira with DuckDuckGo Privacy Extension Causes Firefox to freeze. Unprotected site doesn't help
You're looking in the right place, but it looks like you're using Jira's experimental view. Try clicking your user icon on the top right (DH), personal settings, and disable the...
Using Jira with DuckDuckGo Privacy Extension Causes Firefox to freeze. Unprotected site doesn't help
Great! Thank you for the quick resolution.
Updating to 9.5.0 did not resolve the issue for me
I get a generic error with the xmlvalidation.com link shared above - it's unclear if that has anything to do with the generated XML vs an internal error. https://www.truugo.com/xml_validator/ does...
xmlib2 appears to have a problem downloading the dtd. ``` > xmllint coverage.xml --loaddtd --valid .... error : Unknown IO error coverage.xml:2: warning: failed to load external entity "http://cobertura.sourceforge.net/xml/coverage-04.dtd .......
My guess is that this is tied to OS updates since it last worked in the build environment. I created a ticket with gnome - lets see if it goes...
Actually, it appears to do with an HTTPS redirect. http://cobertura.sourceforge.net/xml/coverage-04.dtd redirects to https. https://gitlab.gnome.org/GNOME/libxml2/-/issues/160
..and a nokogiri bug to track it: https://github.com/sparklemotion/nokogiri/issues/3132
Any interest in creating a pull request?