Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment