Commit 1958fe57 authored by Yang Tse's avatar Yang Tse
Browse files

test harness: non-stunnel https server integration overhaul

parent f7bfdbab
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -158,7 +158,8 @@ rtsp-ipv6
imap
pop3
smtp
http+tls-srp
httptls+srp
httptls+srp-ipv6

Give only one per line.  This subsection is mandatory.
</server>
@@ -183,6 +184,7 @@ SSL
socks
unittest
debug
TLS-SRP

as well as each protocol that curl supports.  A protocol only needs to be
specified if it is different from the server (useful when the server
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ Accept: */*
# Client-side
<client>
<server>
http+tls-srp
httptls+srp
</server>
<features>
TLS-SRP
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ FAILURE
# Client-side
<client>
<server>
http+tls-srp
httptls+srp
</server>
<features>
TLS-SRP
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ FAILURE
# Client-side
<client>
<server>
http+tls-srp
httptls+srp
</server>
<features>
TLS-SRP
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ FAILURE
# Client-side
<client>
<server>
http+tls-srp
httptls+srp
</server>
<features>
TLS-SRP
Loading