mirror of
https://github.com/curl/curl.git
synced 2026-05-20 03:06:20 +03: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:
parent
879c6c5711
commit
69994f0114
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue