mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
test320/1/2/4: fix the port number substitution variables
These tests have been broken since commit 1958fe57
in Oct. 2011
This commit is contained in:
parent
d033fc8323
commit
4dc3a57718
@ -50,7 +50,7 @@ TLS-SRP
|
|||||||
simple TLS-SRP HTTPS GET, check user in response
|
simple TLS-SRP HTTPS GET, check user in response
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSSRPPORT
|
--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ Content-type: text/html
|
|||||||
<TR><TD>MAC</TD><TD>SHA1</TD></TR>
|
<TR><TD>MAC</TD><TD>SHA1</TD></TR>
|
||||||
<TR><TD>Ciphersuite</TD><TD>SRP_SHA_AES_128_CBC_SHA1</TD></TR></p></TABLE>
|
<TR><TD>Ciphersuite</TD><TD>SRP_SHA_AES_128_CBC_SHA1</TD></TR></p></TABLE>
|
||||||
<PRE>
|
<PRE>
|
||||||
Host: %HOSTIP:%HTTPTLSSRPPORT
|
Host: %HOSTIP:%HTTPTLSPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
</PRE></P>
|
</PRE></P>
|
||||||
|
@ -19,7 +19,7 @@ TLS-SRP
|
|||||||
TLS-SRP with bad username and password
|
TLS-SRP with bad username and password
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
--insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSSRPPORT
|
--insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ TLS-SRP
|
|||||||
TLS-SRP with bad password
|
TLS-SRP with bad password
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSSRPPORT
|
--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ TLS-SRP
|
|||||||
TLS-SRP with server cert checking
|
TLS-SRP with server cert checking
|
||||||
</name>
|
</name>
|
||||||
<command> # no --insecure
|
<command> # no --insecure
|
||||||
--tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSSRPPORT/want/323
|
--tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT/want/323
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user