record_wpr doesn't work for some https pages |
|||
Issue descriptionWhat 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.
,
Oct 7 2016
+1 to what Kouhei says. Can you try latest python to recording first, then let me know if these pages are still failing?
,
Oct 17 2016
Using python 2.7.12 fixed the issue. Thanks!
,
Oct 17 2016
|
|||
►
Sign in to add a comment |
|||
Comment 1 by kouhei@chromium.org
, Oct 7 2016