This is a diff between 1.1 and 1.2 revisions:

59a59
< * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]]
58d59
> * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]]
\ No newline at end of file
23a28
< | *SSL/TLS Version* | *Value for INI file* | *Notes* |
< | SSLv2 | <i>&#8212;</i> | Permanently disabled. |
< | SSLv3 | <code>SSLv3</code> | Disabled by default. To our knowledge, only required by IE6/Windows XP clients. |
< | TLSv1 | <code>TLSv1</code> | Enabled by default. |
< | TLSv1.1 | <code>TLSv1.1</code> | Enabled by default, supported if available in local <code>openssl</code> library. |
< | TLSv1.2 | <code>TLSv1.2</code> | Enabled by default, supported if available in local <code>openssl</code> library. |
22d23
> | *SSL/TLS Version* | *Value for INI file* | *Notes* |
> | SSL&nbsp;2.0 | <i>&#8212;</i> | Permanently disabled. |
> | SSL&nbsp;3.0 | <code>SSLv3</code> | Disabled by default. To our knowledge, only required by IE6/Windows XP clients. |
> | TLS&nbsp;1.0 | <code>TLSv1</code> | Enabled by default. |
> | TLS&nbsp;1.1 | <code>TLSv1.1</code> | Enabled by default, supported if available in local <code>openssl</code> library. |
> | TLS&nbsp;1.2 | <code>TLSv1.2</code> | Enabled by default, supported if available in local <code>openssl</code> library. |