New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 653775 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

record_wpr doesn't work for some https pages

Project Member Reported by ksakamoto@chromium.org, Oct 7 2016

Issue description

What steps will reproduce the problem?
Create a page set includding the following URLs:

1. https://googleblog.blogspot.jp/2016/02/building-safer-web-for-everyone.html
2. https://airhorner.com
3. https://busrouter.sg
4. https://wiki-offline.jakearchibald.com/
5. http://m.detik.com/finance/read/2016/02/19/151843/3146351/1034/ekspor-tambang-mentah-mau-dibuka-lagi-kalau-sudah-bangun-smelter-bagaimana

Record the page set using record_wpr, watch the screen and see what happens:

$ tools/perf/record_wpr -v --browser=android-chrome-dev <story_set_name>

Chrome does not load the URL 1 saying "Connection is not private" (NET::ERR_CERT_COMMON_NAME_INVALID). The URL 2-4 are rejected with "This site can't provide a secure connection" (ERR_SSL_VERSION_OR_CIPHER_MISMATCH) error. The URL 5 loads, but looks broken as some subresources (CSS etc.) transferred over https are blocked with ERR_INSECURE_RESPONSE error.

It seems record_wpr with desktop browser can record these pages successfully, but replayed page cannot be loaded in Android Chrome due to the above error.

 
Would you try using latest python?
+1 to what Kouhei says. Can you try latest python to recording first, then let me know if these pages are still failing?
Status: WontFix (was: Untriaged)
Using python 2.7.12 fixed the issue. Thanks!
Cc: primiano@chromium.org hjd@chromium.org

Sign in to add a comment