Closed d47zm3 closed 5 years ago
After building Docker image
Docker version 18.06.0-ce, build 0ffa825 ( same happens on Linux machine though ) Darwin Kernel Version 17.7.0: docker run --rm -e TERM=screen web-security:htrace --domain https://wp.pl/ --mixed-content htrace.sh v1.0.6 URI: https://wp.pl/ req time_total time_connect local_socket via remote_socket type http code next_hop --- ---------- ------------ ------------ --- ------------- ---- ---- ---- -------- › 1 1.648620 1.648620 172.17.0.2:33722 213.241.3.97 212.77.98.9:443 https 2.0 301 https://www.wp.pl/ › 2 1.875227 0.226607 172.17.0.2:33730 213.241.3.97 212.77.98.9:443 https 2.0 200 Scan domain for Mixed Content (https://github.com/bramus/mixed-content-scan) › Mixed content not found
meanwhile standalone machine
root@bethebeast:/usr/share/backgrounds# htrace.sh --domain https://wp.pl --mixed-content htrace.sh v1.0.6 URI: https://wp.pl req time_total time_connect local_socket via remote_socket type http code next_hop --- ---------- ------------ ------------ --- ------------- ---- ---- ---- -------- › 1 2.802012 2.802012 172.16.219.169:42066 213.241.3.97 212.77.98.9:443 https 2.0 301 https://www.wp.pl/ › 2 5.139284 2.337272 172.16.219.169:42074 213.241.3.97 212.77.98.9:443 https 2.0 200 Scan domain for Mixed Content (https://github.com/bramus/mixed-content-scan) › [2018-08-09 11:53:45] MCS.ERROR: 00000 - https://www.wp.pl/ › [2018-08-09 11:53:45] MCS.WARNING: http://www.google.pl › [2018-08-09 11:53:45] MCS.WARNING: http://www.google.com › [2018-08-09 11:53:45] MCS.WARNING: http://www.facebook.com › [2018-08-09 11:53:45] MCS.WARNING: http://sportowefakty.wp.pl › [2018-08-09 11:53:45] MCS.WARNING: http://wiadomosci.wp.pl › [2018-08-09 11:53:45] MCS.WARNING: http://www.money.pl
any idea what may be causing that?
EDIT: on my external VPS I do not have this issue
docker -v Docker version 18.06.0-ce, build 0ffa825 4.15.0-30-generic #32~16.04.1-Ubuntu SMP
may be smth up with network here...
Hi!
Hmmm... it's very interesting :) I couldn't generate similar behavior but I'll take a closer look at it. For some reason you have received such a result.
Mark the bug as "cannot reproduce".
After building Docker image
meanwhile standalone machine
any idea what may be causing that?
EDIT: on my external VPS I do not have this issue
may be smth up with network here...