[Wikidata-bugs] [Maniphest] T330906: HTTP URIs do not resolve from NL and DE?

2023-03-02 Thread Vgutierrez
Vgutierrez added a comment. Probably HSTS is only being implemented by browsers. There is any particular reason to target the HTTP version or it could be bumped to HTTPS? Considering that we don't serve traffic over port 80 besides than 301s for GET/HEAD requests and 403s for PUT/POST ones

[Wikidata-bugs] [Maniphest] T330906: HTTP URIs do not resolve from NL and DE?

2023-03-02 Thread Vgutierrez
Vgutierrez added a comment. In T330906#8657917 <https://phabricator.wikimedia.org/T330906#8657917>, @Ennomeijers wrote: > Thanks for the replies! Advising to use HTTPS over HTTP makes sense. > > But not supporting redirection from HTTP to HTTPS will in my opi

[Wikidata-bugs] [Maniphest] [Commented On] T238901: Wikibase's Special:EntityData should not emit when responding with HTTP code 304

2019-11-24 Thread Vgutierrez
Vgutierrez added a comment. last BAD_INCOMING_RESPONSE error on cp1075 was a few seconds before deploying this: 20191122.15h16m44s CONNECT:[0] could not connect [BAD_INCOMING_RESPONSE] to 10.2.2.1 for 'https://appservers-rw.discovery.wmnet/wiki/Q76150152?action=constraintsrdf

[Wikidata-bugs] [Maniphest] [Updated] T237319: 502 errors on ATS/8.0.5

2019-11-21 Thread Vgutierrez
Vgutierrez added a parent task: T236988: ats-be on the text cluster is experiencing broken connections. TASK DETAIL https://phabricator.wikimedia.org/T237319 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Vgutierrez Cc: darthmon_wmde, elukey

[Wikidata-bugs] [Maniphest] [Commented On] T237319: 502 errors on ATS/8.0.5

2019-11-21 Thread Vgutierrez
Vgutierrez added a comment. And I can reproduce the issue as well with docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2. Dockerfile: FROM docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2 RUN mkdir -p /tmp/php RUN sed -i s/runuser/www-data/ /etc/apache2

[Wikidata-bugs] [Maniphest] [Commented On] T237319: 502 errors on ATS/8.0.5

2019-11-21 Thread Vgutierrez
Vgutierrez added a comment. And using a dumb TCP client we can see the 4 excess bytes: vgutierrez@mwdebug2001:~$ python3 [...] >>> import socket >>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) >>> s.connect(('10.192.0.98',

[Wikidata-bugs] [Maniphest] [Commented On] T237319: 502 errors on ATS/8.0.5

2019-11-21 Thread Vgutierrez
Vgutierrez added a comment. please note that I cannot reproduce on mwdebug using `curl -i`, see the difference: vgutierrez@mwdebug2001:~$ curl --resolve en.wikipedia.org:80:10.192.0.98 http://en.wikipedia.org/w/vgutierrez.php -v * Added en.wikipedia.org:80:10.192.0.98 to DNS cache

[Wikidata-bugs] [Maniphest] [Commented On] T237319: 502 errors on ATS/8.0.5

2019-11-21 Thread Vgutierrez
Vgutierrez added a comment. so it looks like the apache fix doesn't fix every scenario. This small PoC triggers the issue: https://phabricator.wikimedia.org/T237319 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Vgutierrez Cc: Addshore

[Wikidata-bugs] [Maniphest] [Commented On] T237319: Bug: 502 error when marking page for translation

2019-11-20 Thread Vgutierrez
Vgutierrez added a comment. nope, a 5xx doesn't translate to `BAD_INCOMING_RESPONSE`, actually is specifically whitelisted: case STATUS_CODE_SERVER_ERROR: TxnDebug("http_trans", "[is_response_valid] Response Error: Origin Server returned 500 - allowing");

[Wikidata-bugs] [Maniphest] [Commented On] T237319: Bug: 502 error when marking page for translation

2019-11-20 Thread Vgutierrez
Vgutierrez added a comment. I find this pretty worrisome for the following reasons: 1. right now we have one remap rule that catches all the requests handled by appservers-rw. This means that ATS only tracks one counter of server connection retries for all the sites handled

[Wikidata-bugs] [Maniphest] [Commented On] T237319: Bug: 502 error when marking page for translation

2019-11-20 Thread Vgutierrez
Vgutierrez added a comment. From ATS source code, it looks like ATS logs connect errors on the first attempt but it's configured to perform 3 attempts, so a log line indicating a connection error isn't the same as a 502 iff the request is retryable

[Wikidata-bugs] [Maniphest] [Commented On] T237319: Bug: 502 error when marking page for translation

2019-11-19 Thread Vgutierrez
Vgutierrez added a comment. I don't think so, at 00:25 GMT we had 75 requests (including yours) failing against appservers-rw.discovery.wmnet from ats-be@cp4030: vgutierrez@cp4030:/var/log/trafficserver$ fgrep 20191120.00h25m error.log |fgrep appservers-rw.discovery.wmnet |wc -l

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T237319: Bug: 502 error when marking page for translation

2019-11-18 Thread Vgutierrez
Vgutierrez added subscribers: ema, Vgutierrez. Vgutierrez added a comment. For `2019-11-14 18:33:15 GMT`, ats-be in cp4030 is reporting `20191114.18h33m15s CONNECT: could not connect to 10.2.2.1 for 'https://appservers-rw.discovery.wmnet/wiki/Special:PageTranslation' (setting last failure

[Wikidata-bugs] [Maniphest] [Commented On] T155359: wikiba.se should use HTTPS

2019-04-12 Thread Vgutierrez
Vgutierrez added a comment. that's right, operations/dns manages wikiba.se TASK DETAIL https://phabricator.wikimedia.org/T155359 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dzahn, Vgutierrez Cc: MasinAlDujailiWMDE, Vgutierrez, Krenair

[Wikidata-bugs] [Maniphest] [Closed] T210134: wikidata.org lacks SPF record

2019-04-12 Thread Vgutierrez
Vgutierrez claimed this task. Vgutierrez closed this task as "Resolved". Vgutierrez added a comment. Fixed by T193408 <https://phabricator.wikimedia.org/T193408> TASK DETAIL https://phabricator.wikimedia.org/T210134 EMAIL PREFERENCES https://phabricator.wikimedia.or

[Wikidata-bugs] [Maniphest] [Assigned] T184757: Facilitate conversation on Commons about multilingual caption design

2018-06-15 Thread Vgutierrez
Vgutierrez raised the priority of this task from "Lowest" to "High".Vgutierrez assigned this task to Keegan.Vgutierrez removed subscribers: Vgutierrez, 238482n375.Vgutierrez removed projects: HAWelcome, HHVM, Language-2018-Jan-Mar, Language-2018-Apr-June, Ladies-That-FOSS-Media

[Wikidata-bugs] [Maniphest] [Updated] T184386: Remove 'mainpage' from $wgForceUIMsgAsContentMsg for Wikidata

2018-06-15 Thread Vgutierrez
Vgutierrez removed a project: Security.Vgutierrez changed the visibility from "Custom Policy" to "Public (No Login Required)". TASK DETAILhttps://phabricator.wikimedia.org/T184386EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Vgut

[Wikidata-bugs] [Maniphest] [Updated] T184419: Keyboard accessibility for Query.Wikidata.org not working as intended on mobile devices

2018-06-15 Thread Vgutierrez
Vgutierrez removed subscribers: Vgutierrez, 238482n375.Vgutierrez removed a project: Security.Vgutierrez changed the visibility from "Custom Policy" to "Public (No Login Required)". TASK DETAILhttps://phabricator.wikimedia.org/T184419EMAIL PREFERENCEShttps://phabricator.wi

[Wikidata-bugs] [Maniphest] [Updated] T184537: Special:EntityData results in Internal Server Error on revision IDs of non-entity pages

2018-06-15 Thread Vgutierrez
Vgutierrez removed a project: Security.Vgutierrez changed the visibility from "Custom Policy" to "Public (No Login Required)". TASK DETAILhttps://phabricator.wikimedia.org/T184537EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferen

[Wikidata-bugs] [Maniphest] [Updated] T184434: prometheus-blazegraph-exporter failing to start after reboot

2018-06-15 Thread Vgutierrez
Vgutierrez removed a subscriber: 238482n375.Vgutierrez removed a project: Security. TASK DETAILhttps://phabricator.wikimedia.org/T184434EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: fgiunchedi, VgutierrezCc: fgiunchedi, gerritbot, MoritzMuehlenhoff

[Wikidata-bugs] [Maniphest] [Assigned] T184434: prometheus-blazegraph-exporter failing to start after reboot

2018-06-15 Thread Vgutierrez
Vgutierrez raised the priority of this task from "Lowest" to "Normal".Vgutierrez assigned this task to fgiunchedi.Vgutierrez removed projects: HAWelcome, HHVM, Language-2018-Jan-Mar, Language-2018-Apr-June, Ladies-That-FOSS-MediaWiki, LabsDB-Auditor, Hashtags, Data-releas