From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- l10n-pl/suite/chrome/common/help/ssl_help.xhtml | 195 ++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100755 l10n-pl/suite/chrome/common/help/ssl_help.xhtml (limited to 'l10n-pl/suite/chrome/common/help/ssl_help.xhtml') diff --git a/l10n-pl/suite/chrome/common/help/ssl_help.xhtml b/l10n-pl/suite/chrome/common/help/ssl_help.xhtml new file mode 100755 index 0000000000..0f26b4f4b5 --- /dev/null +++ b/l10n-pl/suite/chrome/common/help/ssl_help.xhtml @@ -0,0 +1,195 @@ + + + + + + %brandDTD; +]> + + + +Ustawienia SSL + + + + +

Ustawienia SSL

+ +

Ten rozdział objaśnia konfigurację protokołu SSL i szyfrów.

+ +
W rozdziale: + +
+ +

Preferencje SSL

+ +

Ta część objaśnia używanie panelu konfiguracji protokołu SSL. Jeżeli panel nie jest w tej chwili widoczny, należy wykonać poniższe czynności:

+ +
    +
  1. Z menu &brandShortName;Edycja wybrać Preferencje.
  2. +
  3. W kategorii Prywatność i zabezpieczenia wybrać SSL. (Jeśli podkategorie nie są widoczne, to aby rozwinąć listę, należy podwójnie kliknąć na Prywatność i zabezpieczenia.)
  4. +
+ +

Wersje protokołu SSL

+ +

Protokół SSL (ang. Secure Sockets Layer) definiuje zasady rządzące wzajemną autentykacją (uwierzytelnianiem) w komunikacji pomiędzy witryną WWW a oprogramowaniem służącym do przeglądania zawartości stron WWW. Zapewnia poufność i integralność transmisji danych. It is + also used for secure communication in various other protocols, e.g., for + protection of sensitive information exchanged with email, calendar, or + directory servers. The newer Transport Layer Security (TLS) protocol is an + IETF standard based on SSL but with its own version numbering. TLS 1.0 can + be thought of as SSL 3.1, TLS 1.1 is in turn an update to TLS 1.0, etc. Newer + protocols are preferred over older ones as they provide better security and + more features. Older protocols are supported to ensure compatibility.

+ +

By default, &brandShortName; will select the most secure version which is + widely supported to connect to the server. If that attempt doesn't + succeed, it will try to connect with the next older version, etc., to the + extent allowed by the settings in this panel. The connection will fail if no + protocol supported by both sides is found. You can exclude older versions + explicitly or allow newer versions which may not be widely supported yet + with the following options:

+ + + +

Notes:

+ + + + +

Ostrzeżenia SSL

+ +

Bardzo łatwo jest zauważyć fakt oglądania strony WWW przy użyciu bezpiecznego połączenia. Jeżeli połączenie jest szyfrowane, wówczas ikona umieszczona w prawym dolnym rogu okna przeglądarki przedstawia zamkniętą kłódkę (). Jeżeli połączenie nie jest szyfrowane, wówczas ikona w prawym dolnym rogu okna przeglądarki nie pojawia się lub przedstawia otwartą kłódkę (). Encrypted pages which contain some unencrypted items (mixed content) are shown with a broken-lock icon ().

+ +

Jeżeli zachodzi potrzeba pokazywania przez przeglądarkę dodatkowych ostrzeżeń dotyczących obsługi SSL, użytkownik może zaznaczyć jedną lub więcej opcji w panelu preferencji SSL. Unless stated otherwise, a notification bar will be presented at the top of the page triggering the alert, with an option to enter this panel to change the option if the alert is considered annoying.

+ +

Aby uaktywnić którekolwiek z poniższych ostrzeżeń, należy zaznaczyć odpowiednią opcję:

+ + + +

Mixed Content

+ +

In general, there are two major issues related to transmitting sensitive + information over an unencrypted connection: One is the danger of someone + eavesdropping on the line, thus listening to the content transmitted; the + other of someone intercepting requests for the desired page and replacing + the legitimate content of that page with own (potentially malicious) + content. While so-called Man In The Middle attacks can usually be + detected in encrypted connections (e.g., by a certificate mismatch or an + invalid certificate presented by the interceptor), no such verification + exists for unencrypted connections.

+ +

The term Mixed Content refers to a web page which itself is + encrypted, but which includes content on the same or a different server + which is not encrypted. Consequently, this part of the page is + still subject to the vulnerabilities of an unencrypted line. While there + are legitimate uses of that concept (such as including a company logo from + a different insecure website into an otherwise secure page), such designs + should be avoided.

+ +

There are two general types of mixed content:

+ + + +

The following options allow you to be warned about and/or to block both + mixed active and mixed passive content:

+ + + + +

Krótkie definicje ważnych przy szyfrowaniu danych pojęć: autoryzacja, szyfrowanie, lub certyfikat.

+ +

Więcej informacji o szyfrach i szyfrowaniu można znaleźć w poniższych dokumentach anglojęzycznych:

+ + + + + -- cgit v1.2.3