1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

sites and then SSL works perfectly
This commit is contained in:
Daniel Stenberg 2001-04-12 06:16:20 +00:00
parent 879c6c5711
commit 69994f0114

View File

@ -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.