comparison xml/en/docs/http/configuring_https_servers.xml @ 461:6135f3c95bf6

Unified markup for lists.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Mar 2012 14:30:18 +0000
parents b83d332fbdaa
children 9913f1d51c07
comparison
equal deleted inserted replaced
460:d645a7e0c229 461:6135f3c95bf6
369 for the connection. 369 for the connection.
370 However, SNI has limited browser support. 370 However, SNI has limited browser support.
371 Currently it is supported starting with the following browsers versions: 371 Currently it is supported starting with the following browsers versions:
372 </para> 372 </para>
373 373
374 <list> 374 <list type="bullet">
375 375
376 <item> 376 <listitem>
377 Opera 8.0; 377 Opera 8.0;
378 </item> 378 </listitem>
379 379
380 <item> 380 <listitem>
381 MSIE 7.0 (but only on Windows Vista or higher); 381 MSIE 7.0 (but only on Windows Vista or higher);
382 </item> 382 </listitem>
383 383
384 <item> 384 <listitem>
385 Firefox 2.0 and other browsers using Mozilla Platform rv:1.8.1; 385 Firefox 2.0 and other browsers using Mozilla Platform rv:1.8.1;
386 </item> 386 </listitem>
387 387
388 <item> 388 <listitem>
389 Safari 3.2.1 (Windows version supports SNI on Vista or higher); 389 Safari 3.2.1 (Windows version supports SNI on Vista or higher);
390 </item> 390 </listitem>
391 391
392 <item> 392 <listitem>
393 and Chrome (Windows version supports SNI on Vista or higher, too). 393 and Chrome (Windows version supports SNI on Vista or higher, too).
394 </item> 394 </listitem>
395 395
396 </list> 396 </list>
397 397
398 <para> 398 <para>
399 In order to use SNI in nginx, it must be supported in both the 399 In order to use SNI in nginx, it must be supported in both the
426 426
427 427
428 <section id="compatibility" name="Compatibility"> 428 <section id="compatibility" name="Compatibility">
429 429
430 <para> 430 <para>
431 <list> 431 <list type="bullet">
432 432
433 <item> 433 <listitem>
434 The SNI support status has been shown by the &ldquo;-V&rdquo; switch 434 The SNI support status has been shown by the &ldquo;-V&rdquo; switch
435 since 0.8.21 and 0.7.62. 435 since 0.8.21 and 0.7.62.
436 </item> 436 </listitem>
437 437
438 <item> 438 <listitem>
439 The <literal>ssl</literal> parameter of the 439 The <literal>ssl</literal> parameter of the
440 <link doc="ngx_http_core_module.xml" id="listen"/> 440 <link doc="ngx_http_core_module.xml" id="listen"/>
441 directive has been supported since 0.7.14. 441 directive has been supported since 0.7.14.
442 </item> 442 </listitem>
443 443
444 <item> 444 <listitem>
445 SNI has been supported since 0.5.32. 445 SNI has been supported since 0.5.32.
446 </item> 446 </listitem>
447 447
448 <item> 448 <listitem>
449 The shared SSL session cache has been supported since 0.5.6. 449 The shared SSL session cache has been supported since 0.5.6.
450 </item> 450 </listitem>
451 451
452 </list> 452 </list>
453 </para> 453 </para>
454 454
455 <para> 455 <para>
456 <list> 456 <list type="bullet">
457 457
458 <item> 458 <listitem>
459 Version 0.7.65, 0.8.19 and later: the default SSL protocols are SSLv3, TLSv1, 459 Version 0.7.65, 0.8.19 and later: the default SSL protocols are SSLv3, TLSv1,
460 TLSv1.1, and TLSv1.2 (if supported by the OpenSSL library). 460 TLSv1.1, and TLSv1.2 (if supported by the OpenSSL library).
461 </item> 461 </listitem>
462 462
463 <item> 463 <listitem>
464 Version 0.7.64, 0.8.18 and earlier: the default SSL protocols are SSLv2, 464 Version 0.7.64, 0.8.18 and earlier: the default SSL protocols are SSLv2,
465 SSLv3, and TLSv1. 465 SSLv3, and TLSv1.
466 </item> 466 </listitem>
467 467
468 </list> 468 </list>
469 </para> 469 </para>
470 470
471 <para> 471 <para>
472 <list> 472 <list type="bullet">
473 473
474 <item> 474 <listitem>
475 Version 1.0.5 and later: the default SSL ciphers are 475 Version 1.0.5 and later: the default SSL ciphers are
476 “<literal>HIGH:!aNULL:!MD5</literal>”. 476 “<literal>HIGH:!aNULL:!MD5</literal>”.
477 </item> 477 </listitem>
478 478
479 <item> 479 <listitem>
480 Version 0.7.65, 0.8.20 and later: the default SSL ciphers are 480 Version 0.7.65, 0.8.20 and later: the default SSL ciphers are
481 “<literal>HIGH:!ADH:!MD5</literal>”. 481 “<literal>HIGH:!ADH:!MD5</literal>”.
482 </item> 482 </listitem>
483 483
484 <item> 484 <listitem>
485 Version 0.8.19: the default SSL ciphers are 485 Version 0.8.19: the default SSL ciphers are
486 “<literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM</literal>”. 486 “<literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM</literal>”.
487 </item> 487 </listitem>
488 488
489 <item> 489 <listitem>
490 Version 0.7.64, 0.8.18 and earlier: the default SSL ciphers are<br/> 490 Version 0.7.64, 0.8.18 and earlier: the default SSL ciphers are<br/>
491 “<literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</literal>”. 491 “<literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</literal>”.
492 </item> 492 </listitem>
493 493
494 </list> 494 </list>
495 </para> 495 </para>
496 496
497 497