Commit 69994f01 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

we must fix SSL when IPv6 is enabled, since we can still connect to ipv4

sites and then SSL works perfectly
parent 879c6c57
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ TODO

To do for the next release:

 * Make sure SSL works even when IPv6 is enabled. We just can't connect to
   IPv6 sites and use SSL, but we should detect that particular condition
   and warn about it.

 * Make SSL session ids get used if multiple HTTPS documents from the same
   host is requested.