Openvpn --show-tls: Difference between revisions

From
Jump to navigation Jump to search
(Created page with "openvpn --show-tls-win Options error: Unrecognized option or missing or extra parameter(s) in [CMD-LINE]:1: show-tls-win (2.4.6) Use --help for more information. C:\Users\wol...")
 
No edit summary
 
Line 1: Line 1:
<pre>
openvpn --show-tls-win
openvpn --show-tls
Options error: Unrecognized option or missing or extra parameter(s) in [CMD-LINE]:1: show-tls-win (2.4.6)
Use --help for more information.

C:\Users\wolfm>openvpn --show-tls
Available TLS Ciphers,
Available TLS Ciphers,
listed in order of preference:
listed in order of preference:
Line 32: Line 29:
depends on the specific setup of both peers. See the man page entries of
depends on the specific setup of both peers. See the man page entries of
--tls-cipher and --show-tls for more details.
--tls-cipher and --show-tls for more details.
</pre>

Latest revision as of 12:12, 18 September 2018

openvpn --show-tls
Available TLS Ciphers,
listed in order of preference:

TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384
TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
TLS-DHE-RSA-WITH-AES-256-GCM-SHA384
TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256
TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256
TLS-DHE-RSA-WITH-CHACHA20-POLY1305-SHA256
TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256
TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA384
TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA384
TLS-DHE-RSA-WITH-AES-256-CBC-SHA256
TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA256
TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256
TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA
TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA
TLS-DHE-RSA-WITH-AES-256-CBC-SHA
TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA
TLS-DHE-RSA-WITH-AES-128-CBC-SHA

Be aware that that whether a cipher suite in this list can actually work
depends on the specific setup of both peers. See the man page entries of
--tls-cipher and --show-tls for more details.