22 lines
992 B
HTML
22 lines
992 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>Configure SSL for the browser</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="secjsslb"></a>Configure SSL for the browser</h4>
|
||
|
|
||
|
<p>Configuring SSL for the browser is browser-specific. Consult your browser documentation for instructions.</p>
|
||
|
|
||
|
<p>Generally speaking, when the you type <tt>https://...</tt> instead of <tt>http://...</tt>, the browser creates an SSL connection instead of a simple TCP connection to the Web server. The browser then typically either prompts the user or fails to connect if it was unable to validate the Web server or to agree upon the level of security options (the strength of the encryption algorithm to use).</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|