Commit c0790ccf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

updated for the new SSL -k

added two new tests to test the absense of -k to insecure SSL sites
parent 87c43517
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,5 +16,4 @@ test105 test114 test123 test19 test24 test302 test43 test31 \
test106  test115  test124  test190  test25   test303  test44   test38 \
test107  test116  test125  test2    test26   test33   test45   test126 \
test304  test39   test32   test128  test48 \
test130  test131  test132  test133  test134 test135
test130  test131  test132  test133  test134 test135 test403 test305
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ MooMoo
simple HTTPS GET
 </name>
 <command>
https://%HOSTIP:%HTTPSPORT/300
-k https://%HOSTIP:%HTTPSPORT/300
</command>
</test>

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ Funny-head: yesyes
HTTPS GET with user and password
 </name>
 <command>
 -u fake:user https://%HOSTIP:%HTTPSPORT/2
-k -u fake:user https://%HOSTIP:%HTTPSPORT/2
</command>
</test>

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
HTTPS GET over HTTP proxy fails
 </name>
 <command>
 -U fake:user -x %HOSTIP:%HOSTPORT https://ssl.fakeurl-to.test/slash/302
-k -U fake:user -x %HOSTIP:%HOSTPORT https://ssl.fakeurl-to.test/slash/302
</command>
</test>

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ blablabla
HTTPS multipart formpost
 </name>
 <command>
https://%HOSTIP:%HTTPSPORT/we/want/304 -F name=daniel -F tool=curl -F file=@log/test304.txt
-k https://%HOSTIP:%HTTPSPORT/we/want/304 -F name=daniel -F tool=curl -F file=@log/test304.txt
</command>
# We create this file before the command is invoked!
<file name="log/test304.txt">
Loading