From 563c660a2f9771d2731783c962cea90cf74eaa92 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 8 May 2021 18:51:35 +0200 Subject: move faq Signed-off-by: Benjamin Brahmer --- docs/faq.md | 107 +++++++++++++++++++++++++++++++++++++++++++++++++ old-docs/faq/README.md | 107 ------------------------------------------------- 2 files changed, 107 insertions(+), 107 deletions(-) create mode 100644 docs/faq.md delete mode 100644 old-docs/faq/README.md diff --git a/docs/faq.md b/docs/faq.md new file mode 100644 index 000000000..4acb37e43 --- /dev/null +++ b/docs/faq.md @@ -0,0 +1,107 @@ +## FAQ + +### My browser shows a mixed content warning (Connection is Not Secure) +If you are serving your Nextcloud over HTTPS your browser will very likely warn you with a yellow warnings sign about your connection not being secure. + +Chrome will show no green HTTPS lock sign, Firefox will show you the following image +![Mixed Passive Content](https://ffp4g1ylyit3jdyti1hqcvtb-wpengine.netdna-ssl.com/security/files/2015/10/mixed-passive-click1-600x221.png) + +Note that this warning **is not red and won't block the page like the following images** which signal **a serious issue**: + +![Untrusted Cert](http://www.inmotionhosting.com/support/images/stories/website/errors/ssl/chrome-self-signed-ssl-warning.png) +![Mixed Active Content](http://www.howtogeek.com/wp-content/uploads/2014/02/650x367xchrome-mixed-content-https-problem.png.pagespeed.gp+jp+jw+pj+js+rj+rp+rw+ri+cp+md.ic.r_lQiZiq38.png) + +#### What is the cause of the (yellow) error message + +This warning is caused by [mixed passive content](https://developer.mozilla.org/en/docs/Security/MixedContent) and means that your page loads passive resources from non HTTPS resources, such as: +* Images +* Video/Audio + +This allows a possible attacker to perform a MITM (man-in-the-middle) attack by serving you different images or audio/video. + +#### Why doesn't the News app fix it + +The News app fully prevents mixed **active** content by only allowing HTTPS iframes from known locations; other possible mixed active content elements such as \