Lines Matching refs:connect
13 [B<-connect> I<host>:I<port>]
165 =item B<-connect> I<host>:I<port>
167 This specifies the host and optional port to connect to. It is possible to
170 is made to connect to the local host on port 4433.
175 Host to connect to; use B<-connect> instead.
179 Connect to the specified port; use B<-connect> instead.
190 When used with the B<-connect> flag, the program uses the host and port
191 specified with this flag and issues an HTTP CONNECT command to connect
232 the name given to B<-connect> if it follows a DNS name format. If B<-connect> is
390 -connect smtp.example.com:25 \
700 If this option is not specified, then the host specified with "-connect"
713 option is not specified, then the host specified with "-connect" will be used.
873 Rather than providing B<-connect>, the target host and optional port may
875 nor B<-connect> are provided, falls back to attempting to connect to
973 This command can be used to debug SSL servers. To connect to an SSL HTTP
976 openssl s_client -connect servername:443
1025 openssl s_client -connect <server address>:443 -tls1_3
1038 -connect <server address>:25 </dev/null
1049 printf 'QUIT\r\n' | openssl s_client -connect <server address>:25
1056 | openssl s_client -connect <server address>:443 -brief