You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/testssl.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Please note that \fBfname\fR has to be in Unix format\. DOS carriage returns won
137
137
\fB\-\-basicauth<user:pass>\fR This can be set to provide HTTP basic auth credentials which are used during checks for security headers\. BASICAUTH is the ENV variable you can use instead\.
138
138
.
139
139
.P
140
-
\fB\-\-customhttpheader<header>\fR This can be used to add additional HTTP request headers in the correct format \fBHeadername:headercontent\fR\. This parameter can be called multiple times if required\. For example: \fB\-\-customhttpheader\'Proxy\-Authorization:BasicdGVzdHNzbDpydWxlcw==\'\-\-customhttpheader\'ClientID:0xDEADBEAF\'\fR\.CUSTOMHTTPHEADER is the corresponding environment variable\.
140
+
\fB\-\-reqheader<header>\fR This can be used to add additional HTTP request headers in the correct format \fBHeadername:headercontent\fR\. This parameter can be called multiple times if required\. For example: \fB\-\-reqheader\'Proxy\-Authorization:BasicdGVzdHNzbDpydWxlcw==\'\-\-reqheader\'ClientID:0xDEADBEAF\'\fR\.REQHEADER is the corresponding environment variable\.
141
141
.
142
142
.SS "SPECIAL INVOCATIONS"
143
143
\fB\-t<protocol>,\-\-starttls<protocol>\fR does a default run against a STARTTLS enabled \fBprotocol\fR\.\fBprotocol\fR must be one of \fBftp\fR, \fBsmtp\fR, \fBpop3\fR, \fBimap\fR, \fBxmpp\fR, \fBxmpp-server\fR, \fBtelnet\fR, \fBldap\fR, \fBirc\fR, \fBlmtp\fR, \fBnntp\fR, \fBpostgres\fR, \fBmysql\fR\. For the latter four you need e\.g\. the supplied OpenSSL or OpenSSL version 1\.1\.1\. Please note: MongoDB doesn\'t offer a STARTTLS connection, LDAP currently only works with \fB\-\-ssl\-native\fR\.\fBtelnet\fR and \fBirc\fR is WIP\.
Copy file name to clipboardExpand all lines: doc/testssl.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ The same can be achieved by setting the environment variable `WARNINGS`.
110
110
111
111
`--basicauth <user:pass>` This can be set to provide HTTP basic auth credentials which are used during checks for security headers. BASICAUTH is the ENV variable you can use instead.
112
112
113
-
`--customhttpheader <header>` This can be used to add additional HTTP request headers in the correct format `Headername: headercontent`. This parameter can be called multiple times if required. For example: `--customhttpheader 'Proxy-Authorization: Basic dGVzdHNzbDpydWxlcw==' --customhttpheader 'ClientID: 0xDEADBEAF'`. CUSTOMHTTPHEADER is the corresponding environment variable.
113
+
`--reqheader <header>` This can be used to add additional HTTP request headers in the correct format `Headername: headercontent`. This parameter can be called multiple times if required. For example: `--reqheader 'Proxy-Authorization: Basic dGVzdHNzbDpydWxlcw==' --reqheader 'ClientID: 0xDEADBEAF'`. REQHEADER is the corresponding environment variable.
0 commit comments