Closed Bug 1179230 Opened 9 years ago Closed 9 years ago

Bad HTTP->HTTPS redirection for http://pto.mozilla.org/mypto.php

Categories

(Infrastructure & Operations :: IT-Managed Tools, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: julienw, Assigned: rwatson)

Details

(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/1373] )

STR:
1. Go to http://pto.mozilla.org/mypto.php

Expected:
* Redirection to https://pto.mozilla.org/mypto.php

Actual:
* Redirection to https://pto.mozilla.orgmypto.php


More info:

  $ curl -I http://pto.mozilla.org/mypto.php
  HTTP/1.1 301 Moved Permanently
  Server: Apache
  X-Backend-Server: generic1.webapp.phx1.mozilla.com
  Vary: Accept-Encoding
  Content-Type: text/html; charset=iso-8859-1
  Date: Wed, 01 Jul 2015 13:49:12 GMT
  Location: https://pto.mozilla.orgmypto.php
  Transfer-Encoding: chunked
  Connection: Keep-Alive
  X-Cache-Info: caching
Assignee: infra → server-ops-webops
Component: Infrastructure: Other → WebOps: IT-Managed Tools
QA Contact: jdow → smani
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/1373]
Assignee: server-ops-webops → rwatson
I've updated the config:

$ curl -I pto.mozilla.org/mypto.php
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: generic3.webapp.phx1.mozilla.com
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Wed, 01 Jul 2015 17:35:27 GMT
Location: https://pto.mozilla.org/mypto.php
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching

It may take a little time for the cache to catch up.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.