Document return value of X509_add_ext
[openssl.git] / doc / man1 / s_client.pod
1 =pod
2
3 =head1 NAME
4
5 openssl-s_client,
6 s_client - SSL/TLS client program
7
8 =head1 SYNOPSIS
9
10 B<openssl> B<s_client>
11 [B<-help>]
12 [B<-connect host:port>]
13 [B<-bind host:port>]
14 [B<-proxy host:port>]
15 [B<-unix path>]
16 [B<-4>]
17 [B<-6>]
18 [B<-servername name>]
19 [B<-noservername>]
20 [B<-verify depth>]
21 [B<-verify_return_error>]
22 [B<-cert filename>]
23 [B<-certform DER|PEM>]
24 [B<-key filename>]
25 [B<-keyform DER|PEM>]
26 [B<-cert_chain filename>]
27 [B<-build_chain>]
28 [B<-xkey>]
29 [B<-xcert>]
30 [B<-xchain>]
31 [B<-xchain_build>]
32 [B<-xcertform PEM|DER>]
33 [B<-xkeyform PEM|DER>]
34 [B<-pass arg>]
35 [B<-CApath directory>]
36 [B<-CAfile filename>]
37 [B<-chainCApath directory>]
38 [B<-chainCAfile filename>]
39 [B<-no-CAfile>]
40 [B<-no-CApath>]
41 [B<-requestCAfile filename>]
42 [B<-dane_tlsa_domain domain>]
43 [B<-dane_tlsa_rrdata rrdata>]
44 [B<-dane_ee_no_namechecks>]
45 [B<-attime timestamp>]
46 [B<-check_ss_sig>]
47 [B<-crl_check>]
48 [B<-crl_check_all>]
49 [B<-explicit_policy>]
50 [B<-extended_crl>]
51 [B<-ignore_critical>]
52 [B<-inhibit_any>]
53 [B<-inhibit_map>]
54 [B<-no_check_time>]
55 [B<-partial_chain>]
56 [B<-policy arg>]
57 [B<-policy_check>]
58 [B<-policy_print>]
59 [B<-purpose purpose>]
60 [B<-suiteB_128>]
61 [B<-suiteB_128_only>]
62 [B<-suiteB_192>]
63 [B<-trusted_first>]
64 [B<-no_alt_chains>]
65 [B<-use_deltas>]
66 [B<-auth_level num>]
67 [B<-nameopt option>]
68 [B<-verify_depth num>]
69 [B<-verify_email email>]
70 [B<-verify_hostname hostname>]
71 [B<-verify_ip ip>]
72 [B<-verify_name name>]
73 [B<-build_chain>]
74 [B<-x509_strict>]
75 [B<-reconnect>]
76 [B<-showcerts>]
77 [B<-debug>]
78 [B<-msg>]
79 [B<-nbio_test>]
80 [B<-state>]
81 [B<-nbio>]
82 [B<-crlf>]
83 [B<-ign_eof>]
84 [B<-no_ign_eof>]
85 [B<-psk_identity identity>]
86 [B<-psk key>]
87 [B<-psk_session file>]
88 [B<-quiet>]
89 [B<-ssl3>]
90 [B<-tls1>]
91 [B<-tls1_1>]
92 [B<-tls1_2>]
93 [B<-tls1_3>]
94 [B<-no_ssl3>]
95 [B<-no_tls1>]
96 [B<-no_tls1_1>]
97 [B<-no_tls1_2>]
98 [B<-no_tls1_3>]
99 [B<-dtls>]
100 [B<-dtls1>]
101 [B<-dtls1_2>]
102 [B<-sctp>]
103 [B<-fallback_scsv>]
104 [B<-async>]
105 [B<-max_send_frag>]
106 [B<-split_send_frag>]
107 [B<-max_pipelines>]
108 [B<-read_buf>]
109 [B<-bugs>]
110 [B<-comp>]
111 [B<-no_comp>]
112 [B<-allow_no_dhe_kex>]
113 [B<-sigalgs sigalglist>]
114 [B<-curves curvelist>]
115 [B<-cipher cipherlist>]
116 [B<-ciphersuites val>]
117 [B<-serverpref>]
118 [B<-starttls protocol>]
119 [B<-xmpphost hostname>]
120 [B<-name hostname>]
121 [B<-engine id>]
122 [B<-tlsextdebug>]
123 [B<-no_ticket>]
124 [B<-sess_out filename>]
125 [B<-sess_in filename>]
126 [B<-rand file...>]
127 [B<-writerand file>]
128 [B<-serverinfo types>]
129 [B<-status>]
130 [B<-alpn protocols>]
131 [B<-nextprotoneg protocols>]
132 [B<-ct>]
133 [B<-noct>]
134 [B<-ctlogfile>]
135 [B<-keylogfile file>]
136 [B<-early_data file>]
137 [B<-force_pha>]
138 [B<target>]
139
140 =head1 DESCRIPTION
141
142 The B<s_client> command implements a generic SSL/TLS client which connects
143 to a remote host using SSL/TLS. It is a I<very> useful diagnostic tool for
144 SSL servers.
145
146 =head1 OPTIONS
147
148 In addition to the options below the B<s_client> utility also supports the
149 common and client only options documented in the
150 in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
151 manual page.
152
153 =over 4
154
155 =item B<-help>
156
157 Print out a usage message.
158
159 =item B<-connect host:port>
160
161 This specifies the host and optional port to connect to. It is possible to
162 select the host and port using the optional target positional argument instead.
163 If neither this nor the target positional argument are specified then an attempt
164 is made to connect to the local host on port 4433.
165
166 =item B<-bind host:port>]
167
168 This specifies the host address and or port to bind as the source for the
169 connection.  For Unix-domain sockets the port is ignored and the host is
170 used as the source socket address.
171
172 =item B<-proxy host:port>
173
174 When used with the B<-connect> flag, the program uses the host and port
175 specified with this flag and issues an HTTP CONNECT command to connect
176 to the desired server.
177
178 =item B<-unix path>
179
180 Connect over the specified Unix-domain socket.
181
182 =item B<-4>
183
184 Use IPv4 only.
185
186 =item B<-6>
187
188 Use IPv6 only.
189
190 =item B<-servername name>
191
192 Set the TLS SNI (Server Name Indication) extension in the ClientHello message to
193 the given value. If both this option and the B<-noservername> are not given, the
194 TLS SNI extension is still set to the hostname provided to the B<-connect> option,
195 or "localhost" if B<-connect> has not been supplied. This is default since OpenSSL
196 1.1.1.
197
198 Even though SNI name should normally be a DNS name and not an IP address, this
199 option will not make the distinction when parsing B<-connect> and will send
200 IP address if one passed.
201
202 =item B<-noservername>
203
204 Suppresses sending of the SNI (Server Name Indication) extension in the
205 ClientHello message. Cannot be used in conjunction with the B<-servername> or
206 <-dane_tlsa_domain> options.
207
208 =item B<-cert certname>
209
210 The certificate to use, if one is requested by the server. The default is
211 not to use a certificate.
212
213 =item B<-certform format>
214
215 The certificate format to use: DER or PEM. PEM is the default.
216
217 =item B<-key keyfile>
218
219 The private key to use. If not specified then the certificate file will
220 be used.
221
222 =item B<-keyform format>
223
224 The private format to use: DER or PEM. PEM is the default.
225
226 =item B<-cert_chain>
227
228 A file containing trusted certificates to use when attempting to build the
229 client/server certificate chain related to the certificate specified via the
230 B<-cert> option.
231
232 =item B<-build_chain>
233
234 Specify whether the application should build the certificate chain to be
235 provided to the server.
236
237 =item B<-xkey infile>, B<-xcert infile>, B<-xchain>
238
239 Specify an extra certificate, private key and certificate chain. These behave
240 in the same manner as the B<-cert>, B<-key> and B<-cert_chain> options.  When
241 specified, the callback returning the first valid chain will be in use by the
242 client.
243
244 =item B<-xchain_build>
245
246 Specify whether the application should build the certificate chain to be
247 provided to the server for the extra certificates provided via B<-xkey infile>,
248 B<-xcert infile>, B<-xchain> options.
249
250 =item B<-xcertform PEM|DER>, B<-xkeyform PEM|DER>
251
252 Extra certificate and private key format respectively.
253
254 =item B<-pass arg>
255
256 the private key password source. For more information about the format of B<arg>
257 see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
258
259 =item B<-verify depth>
260
261 The verify depth to use. This specifies the maximum length of the
262 server certificate chain and turns on server certificate verification.
263 Currently the verify operation continues after errors so all the problems
264 with a certificate chain can be seen. As a side effect the connection
265 will never fail due to a server certificate verify failure.
266
267 =item B<-verify_return_error>
268
269 Return verification errors instead of continuing. This will typically
270 abort the handshake with a fatal error.
271
272 =item B<-nameopt option>
273
274 Option which determines how the subject or issuer names are displayed. The
275 B<option> argument can be a single option or multiple options separated by
276 commas.  Alternatively the B<-nameopt> switch may be used more than once to
277 set multiple options. See the L<x509(1)> manual page for details.
278
279 =item B<-CApath directory>
280
281 The directory to use for server certificate verification. This directory
282 must be in "hash format", see L<verify(1)> for more information. These are
283 also used when building the client certificate chain.
284
285 =item B<-CAfile file>
286
287 A file containing trusted certificates to use during server authentication
288 and to use when attempting to build the client certificate chain.
289
290 =item B<-chainCApath directory>
291
292 The directory to use for building the chain provided to the server. This
293 directory must be in "hash format", see L<verify(1)> for more information.
294
295 =item B<-chainCAfile file>
296
297 A file containing trusted certificates to use when attempting to build the
298 client certificate chain.
299
300 =item B<-no-CAfile>
301
302 Do not load the trusted CA certificates from the default file location
303
304 =item B<-no-CApath>
305
306 Do not load the trusted CA certificates from the default directory location
307
308 =item B<-requestCAfile file>
309
310 A file containing a list of certificates whose subject names will be sent
311 to the server in the B<certificate_authorities> extension. Only supported
312 for TLS 1.3
313
314 =item B<-dane_tlsa_domain domain>
315
316 Enable RFC6698/RFC7671 DANE TLSA authentication and specify the
317 TLSA base domain which becomes the default SNI hint and the primary
318 reference identifier for hostname checks.  This must be used in
319 combination with at least one instance of the B<-dane_tlsa_rrdata>
320 option below.
321
322 When DANE authentication succeeds, the diagnostic output will include
323 the lowest (closest to 0) depth at which a TLSA record authenticated
324 a chain certificate.  When that TLSA record is a "2 1 0" trust
325 anchor public key that signed (rather than matched) the top-most
326 certificate of the chain, the result is reported as "TA public key
327 verified".  Otherwise, either the TLSA record "matched TA certificate"
328 at a positive depth or else "matched EE certificate" at depth 0.
329
330 =item B<-dane_tlsa_rrdata rrdata>
331
332 Use one or more times to specify the RRDATA fields of the DANE TLSA
333 RRset associated with the target service.  The B<rrdata> value is
334 specied in "presentation form", that is four whitespace separated
335 fields that specify the usage, selector, matching type and associated
336 data, with the last of these encoded in hexadecimal.  Optional
337 whitespace is ignored in the associated data field.  For example:
338
339   $ openssl s_client -brief -starttls smtp \
340     -connect smtp.example.com:25 \
341     -dane_tlsa_domain smtp.example.com \
342     -dane_tlsa_rrdata "2 1 1
343       B111DD8A1C2091A89BD4FD60C57F0716CCE50FEEFF8137CDBEE0326E 02CF362B" \
344     -dane_tlsa_rrdata "2 1 1
345       60B87575447DCBA2A36B7D11AC09FB24A9DB406FEE12D2CC90180517 616E8A18"
346   ...
347   Verification: OK
348   Verified peername: smtp.example.com
349   DANE TLSA 2 1 1 ...ee12d2cc90180517616e8a18 matched TA certificate at depth 1
350   ...
351
352 =item B<-dane_ee_no_namechecks>
353
354 This disables server name checks when authenticating via DANE-EE(3) TLSA
355 records.
356 For some applications, primarily web browsers, it is not safe to disable name
357 checks due to "unknown key share" attacks, in which a malicious server can
358 convince a client that a connection to a victim server is instead a secure
359 connection to the malicious server.
360 The malicious server may then be able to violate cross-origin scripting
361 restrictions.
362 Thus, despite the text of RFC7671, name checks are by default enabled for
363 DANE-EE(3) TLSA records, and can be disabled in applications where it is safe
364 to do so.
365 In particular, SMTP and XMPP clients should set this option as SRV and MX
366 records already make it possible for a remote domain to redirect client
367 connections to any server of its choice, and in any case SMTP and XMPP clients
368 do not execute scripts downloaded from remote servers.
369
370 =item B<-attime>, B<-check_ss_sig>, B<-crl_check>, B<-crl_check_all>,
371 B<-explicit_policy>, B<-extended_crl>, B<-ignore_critical>, B<-inhibit_any>,
372 B<-inhibit_map>, B<-no_alt_chains>, B<-no_check_time>, B<-partial_chain>, B<-policy>,
373 B<-policy_check>, B<-policy_print>, B<-purpose>, B<-suiteB_128>,
374 B<-suiteB_128_only>, B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>,
375 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
376 B<-verify_ip>, B<-verify_name>, B<-x509_strict>
377
378 Set various certificate chain validation options. See the
379 L<verify(1)> manual page for details.
380
381 =item B<-reconnect>
382
383 Reconnects to the same server 5 times using the same session ID, this can
384 be used as a test that session caching is working.
385
386 =item B<-showcerts>
387
388 Displays the server certificate list as sent by the server: it only consists of
389 certificates the server has sent (in the order the server has sent them). It is
390 B<not> a verified chain.
391
392 =item B<-prexit>
393
394 Print session information when the program exits. This will always attempt
395 to print out information even if the connection fails. Normally information
396 will only be printed out once if the connection succeeds. This option is useful
397 because the cipher in use may be renegotiated or the connection may fail
398 because a client certificate is required or is requested only after an
399 attempt is made to access a certain URL. Note: the output produced by this
400 option is not always accurate because a connection might never have been
401 established.
402
403 =item B<-state>
404
405 Prints out the SSL session states.
406
407 =item B<-debug>
408
409 Print extensive debugging information including a hex dump of all traffic.
410
411 =item B<-msg>
412
413 Show all protocol messages with hex dump.
414
415 =item B<-trace>
416
417 Show verbose trace output of protocol messages. OpenSSL needs to be compiled
418 with B<enable-ssl-trace> for this option to work.
419
420 =item B<-msgfile>
421
422 File to send output of B<-msg> or B<-trace> to, default standard output.
423
424 =item B<-nbio_test>
425
426 Tests non-blocking I/O
427
428 =item B<-nbio>
429
430 Turns on non-blocking I/O
431
432 =item B<-crlf>
433
434 This option translated a line feed from the terminal into CR+LF as required
435 by some servers.
436
437 =item B<-ign_eof>
438
439 Inhibit shutting down the connection when end of file is reached in the
440 input.
441
442 =item B<-quiet>
443
444 Inhibit printing of session and certificate information.  This implicitly
445 turns on B<-ign_eof> as well.
446
447 =item B<-no_ign_eof>
448
449 Shut down the connection when end of file is reached in the input.
450 Can be used to override the implicit B<-ign_eof> after B<-quiet>.
451
452 =item B<-psk_identity identity>
453
454 Use the PSK identity B<identity> when using a PSK cipher suite.
455 The default value is "Client_identity" (without the quotes).
456
457 =item B<-psk key>
458
459 Use the PSK key B<key> when using a PSK cipher suite. The key is
460 given as a hexadecimal number without leading 0x, for example -psk
461 1a2b3c4d.
462 This option must be provided in order to use a PSK cipher.
463
464 =item B<-psk_session file>
465
466 Use the pem encoded SSL_SESSION data stored in B<file> as the basis of a PSK.
467 Note that this will only work if TLSv1.3 is negotiated.
468
469 =item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3>
470
471 These options require or disable the use of the specified SSL or TLS protocols.
472 By default B<s_client> will negotiate the highest mutually supported protocol
473 version.
474 When a specific TLS version is required, only that version will be offered to
475 and accepted from the server.
476
477 =item B<-dtls>, B<-dtls1>, B<-dtls1_2>
478
479 These options make B<s_client> use DTLS protocols instead of TLS.
480 With B<-dtls>, B<s_client> will negotiate any supported DTLS protocol version,
481 whilst B<-dtls1> and B<-dtls1_2> will only support DTLS1.0 and DTLS1.2
482 respectively.
483
484 =item B<-sctp>
485
486 Use SCTP for the transport protocol instead of UDP in DTLS. Must be used in
487 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
488 available where OpenSSL has support for SCTP enabled.
489
490 =item B<-fallback_scsv>
491
492 Send TLS_FALLBACK_SCSV in the ClientHello.
493
494 =item B<-async>
495
496 Switch on asynchronous mode. Cryptographic operations will be performed
497 asynchronously. This will only have an effect if an asynchronous capable engine
498 is also used via the B<-engine> option. For test purposes the dummy async engine
499 (dasync) can be used (if available).
500
501 =item B<-max_send_frag int>
502
503 The maximum size of data fragment to send.
504 See L<SSL_CTX_set_max_send_fragment(3)> for further information.
505
506 =item B<-split_send_frag int>
507
508 The size used to split data for encrypt pipelines. If more data is written in
509 one go than this value then it will be split into multiple pipelines, up to the
510 maximum number of pipelines defined by max_pipelines. This only has an effect if
511 a suitable cipher suite has been negotiated, an engine that supports pipelining
512 has been loaded, and max_pipelines is greater than 1. See
513 L<SSL_CTX_set_split_send_fragment(3)> for further information.
514
515 =item B<-max_pipelines int>
516
517 The maximum number of encrypt/decrypt pipelines to be used. This will only have
518 an effect if an engine has been loaded that supports pipelining (e.g. the dasync
519 engine) and a suitable cipher suite has been negotiated. The default value is 1.
520 See L<SSL_CTX_set_max_pipelines(3)> for further information.
521
522 =item B<-read_buf int>
523
524 The default read buffer size to be used for connections. This will only have an
525 effect if the buffer size is larger than the size that would otherwise be used
526 and pipelining is in use (see L<SSL_CTX_set_default_read_buffer_len(3)> for
527 further information).
528
529 =item B<-bugs>
530
531 There are several known bug in SSL and TLS implementations. Adding this
532 option enables various workarounds.
533
534 =item B<-comp>
535
536 Enables support for SSL/TLS compression.
537 This option was introduced in OpenSSL 1.1.0.
538 TLS compression is not recommended and is off by default as of
539 OpenSSL 1.1.0.
540
541 =item B<-no_comp>
542
543 Disables support for SSL/TLS compression.
544 TLS compression is not recommended and is off by default as of
545 OpenSSL 1.1.0.
546
547 =item B<-brief>
548
549 Only provide a brief summary of connection parameters instead of the
550 normal verbose output.
551
552 =item B<-sigalgs sigalglist>
553
554 Specifies the list of signature algorithms that are sent by the client.
555 The server selects one entry in the list based on its preferences.
556 For example strings, see L<SSL_CTX_set1_sigalgs(3)>
557
558 =item B<-curves curvelist>
559
560 Specifies the list of supported curves to be sent by the client. The curve is
561 ultimately selected by the server. For a list of all curves, use:
562
563     $ openssl ecparam -list_curves
564
565 =item B<-cipher cipherlist>
566
567 This allows the TLSv1.2 and below cipher list sent by the client to be modified.
568 This list will be combined with any TLSv1.3 ciphersuites that have been
569 configured. Although the server determines which ciphersuite is used it should
570 take the first supported cipher in the list sent by the client. See the
571 B<ciphers> command for more information.
572
573 =item B<-ciphersuites val>
574
575 This allows the TLSv1.3 ciphersuites sent by the client to be modified. This
576 list will be combined with any TLSv1.2 and below ciphersuites that have been
577 configured. Although the server determines which cipher suite is used it should
578 take the first supported cipher in the list sent by the client. See the
579 B<ciphers> command for more information. The format for this list is a simple
580 colon (":") separated list of TLSv1.3 ciphersuite names.
581
582 =item B<-starttls protocol>
583
584 Send the protocol-specific message(s) to switch to TLS for communication.
585 B<protocol> is a keyword for the intended protocol.  Currently, the only
586 supported keywords are "smtp", "pop3", "imap", "ftp", "xmpp", "xmpp-server",
587 "irc", "postgres", "mysql", "lmtp", "nntp", "sieve" and "ldap".
588
589 =item B<-xmpphost hostname>
590
591 This option, when used with "-starttls xmpp" or "-starttls xmpp-server",
592 specifies the host for the "to" attribute of the stream element.
593 If this option is not specified, then the host specified with "-connect"
594 will be used.
595
596 This option is an alias of the B<-name> option for "xmpp" and "xmpp-server".
597
598 =item B<-name hostname>
599
600 This option is used to specify hostname information for various protocols
601 used with B<-starttls> option. Currently only "xmpp", "xmpp-server",
602 "smtp" and "lmtp" can utilize this B<-name> option.
603
604 If this option is used with "-starttls xmpp" or "-starttls xmpp-server",
605 if specifies the host for the "to" attribute of the stream element. If this
606 option is not specified, then the host specified with "-connect" will be used.
607
608 If this option is used with "-starttls lmtp" or "-starttls smtp", it specifies
609 the name to use in the "LMTP LHLO" or "SMTP EHLO" message, respectively. If
610 this option is not specified, then "mail.example.com" will be used.
611
612 =item B<-tlsextdebug>
613
614 Print out a hex dump of any TLS extensions received from the server.
615
616 =item B<-no_ticket>
617
618 Disable RFC4507bis session ticket support.
619
620 =item B<-sess_out filename>
621
622 Output SSL session to B<filename>.
623
624 =item B<-sess_in sess.pem>
625
626 Load SSL session from B<filename>. The client will attempt to resume a
627 connection from this session.
628
629 =item B<-engine id>
630
631 Specifying an engine (by its unique B<id> string) will cause B<s_client>
632 to attempt to obtain a functional reference to the specified engine,
633 thus initialising it if needed. The engine will then be set as the default
634 for all available algorithms.
635
636 =item B<-rand file...>
637
638 A file or files containing random data used to seed the random number
639 generator.
640 Multiple files can be specified separated by an OS-dependent character.
641 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
642 all others.
643
644 =item [B<-writerand file>]
645
646 Writes random data to the specified I<file> upon exit.
647 This can be used with a subsequent B<-rand> flag.
648
649 =item B<-serverinfo types>
650
651 A list of comma-separated TLS Extension Types (numbers between 0 and
652 65535).  Each type will be sent as an empty ClientHello TLS Extension.
653 The server's response (if any) will be encoded and displayed as a PEM
654 file.
655
656 =item B<-status>
657
658 Sends a certificate status request to the server (OCSP stapling). The server
659 response (if any) is printed out.
660
661 =item B<-alpn protocols>, B<-nextprotoneg protocols>
662
663 These flags enable the Enable the Application-Layer Protocol Negotiation
664 or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the
665 IETF standard and replaces NPN.
666 The B<protocols> list is a comma-separated list of protocol names that
667 the client should advertise support for. The list should contain the most
668 desirable protocols first.  Protocol names are printable ASCII strings,
669 for example "http/1.1" or "spdy/3".
670 An empty list of protocols is treated specially and will cause the
671 client to advertise support for the TLS extension but disconnect just
672 after receiving ServerHello with a list of server supported protocols.
673 The flag B<-nextprotoneg> cannot be specified if B<-tls1_3> is used.
674
675 =item B<-ct>, B<-noct>
676
677 Use one of these two options to control whether Certificate Transparency (CT)
678 is enabled (B<-ct>) or disabled (B<-noct>).
679 If CT is enabled, signed certificate timestamps (SCTs) will be requested from
680 the server and reported at handshake completion.
681
682 Enabling CT also enables OCSP stapling, as this is one possible delivery method
683 for SCTs.
684
685 =item B<-ctlogfile>
686
687 A file containing a list of known Certificate Transparency logs. See
688 L<SSL_CTX_set_ctlog_list_file(3)> for the expected file format.
689
690 =item B<-keylogfile file>
691
692 Appends TLS secrets to the specified keylog file such that external programs
693 (like Wireshark) can decrypt TLS connections.
694
695 =item B<-early_data file>
696
697 Reads the contents of the specified file and attempts to send it as early data
698 to the server. This will only work with resumed sessions that support early
699 data and when the server accepts the early data.
700
701 =item B<-force_pha>
702
703 For TLSv1.3 only, always send the Post-Handshake Authentication extension,
704 whether or not a certificate has been provided via B<-cert>.
705
706 =item B<[target]>
707
708 Rather than providing B<-connect>, the target hostname and optional port may
709 be provided as a single positional argument after all options. If neither this
710 nor B<-connect> are provided, falls back to attempting to connect to localhost
711 on port 4433.
712
713 =back
714
715 =head1 CONNECTED COMMANDS
716
717 If a connection is established with an SSL server then any data received
718 from the server is displayed and any key presses will be sent to the
719 server. If end of file is reached then the connection will be closed down. When
720 used interactively (which means neither B<-quiet> nor B<-ign_eof> have been
721 given), then certain commands are also recognized which perform special
722 operations. These commands are a letter which must appear at the start of a
723 line. They are listed below.
724
725 =over 4
726
727 =item B<Q>
728
729 End the current SSL connection and exit.
730
731 =item B<R>
732
733 Renegotiate the SSL session (TLSv1.2 and below only).
734
735 =item B<B>
736
737 Send a heartbeat message to the server (DTLS only)
738
739 =item B<k>
740
741 Send a key update message to the server (TLSv1.3 only)
742
743 =item B<K>
744
745 Send a key update message to the server and request one back (TLSv1.3 only)
746
747 =back
748
749 =head1 NOTES
750
751 B<s_client> can be used to debug SSL servers. To connect to an SSL HTTP
752 server the command:
753
754  openssl s_client -connect servername:443
755
756 would typically be used (https uses port 443). If the connection succeeds
757 then an HTTP command can be given such as "GET /" to retrieve a web page.
758
759 If the handshake fails then there are several possible causes, if it is
760 nothing obvious like no client certificate then the B<-bugs>,
761 B<-ssl3>, B<-tls1>, B<-no_ssl3>, B<-no_tls1> options can be tried
762 in case it is a buggy server. In particular you should play with these
763 options B<before> submitting a bug report to an OpenSSL mailing list.
764
765 A frequent problem when attempting to get client certificates working
766 is that a web client complains it has no certificates or gives an empty
767 list to choose from. This is normally because the server is not sending
768 the clients certificate authority in its "acceptable CA list" when it
769 requests a certificate. By using B<s_client> the CA list can be viewed
770 and checked. However some servers only request client authentication
771 after a specific URL is requested. To obtain the list in this case it
772 is necessary to use the B<-prexit> option and send an HTTP request
773 for an appropriate page.
774
775 If a certificate is specified on the command line using the B<-cert>
776 option it will not be used unless the server specifically requests
777 a client certificate. Therefor merely including a client certificate
778 on the command line is no guarantee that the certificate works.
779
780 If there are problems verifying a server certificate then the
781 B<-showcerts> option can be used to show all the certificates sent by the
782 server.
783
784 The B<s_client> utility is a test tool and is designed to continue the
785 handshake after any certificate verification errors. As a result it will
786 accept any certificate chain (trusted or not) sent by the peer. None test
787 applications should B<not> do this as it makes them vulnerable to a MITM
788 attack. This behaviour can be changed by with the B<-verify_return_error>
789 option: any verify errors are then returned aborting the handshake.
790
791 The B<-bind> option may be useful if the server or a firewall requires
792 connections to come from some particular address and or port.
793
794 =head1 BUGS
795
796 Because this program has a lot of options and also because some of the
797 techniques used are rather old, the C source of B<s_client> is rather hard to
798 read and not a model of how things should be done.
799 A typical SSL client program would be much simpler.
800
801 The B<-prexit> option is a bit of a hack. We should really report
802 information whenever a session is renegotiated.
803
804 =head1 SEE ALSO
805
806 L<SSL_CONF_cmd(3)>, L<sess_id(1)>, L<s_server(1)>, L<ciphers(1)>,
807 L<SSL_CTX_set_max_send_fragment(3)>, L<SSL_CTX_set_split_send_fragment(3)>
808 L<SSL_CTX_set_max_pipelines(3)>
809
810 =head1 HISTORY
811
812 The B<-no_alt_chains> option was first added to OpenSSL 1.1.0.
813 The B<-name> option was added in OpenSSL 1.1.1.
814
815 =head1 COPYRIGHT
816
817 Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
818
819 Licensed under the OpenSSL license (the "License").  You may not use
820 this file except in compliance with the License.  You can obtain a copy
821 in the file LICENSE in the source distribution or at
822 L<https://www.openssl.org/source/license.html>.
823
824 =cut