HaxeFoundation / HaxeFoundation/haxe
SSL on IPv6
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
Following #3122, SSL seems to be getting mandatory for iOS ?
https://nabla-c0d3.github.io/blog/2016/08/14/ats-enforced-2017/
https://developer.apple.com/news/?id=12212016b
Currently, I am not able to get SSL working on IPv6. It just failed with an EOF error.
Also SSL on iOS using IPv4, trigger an error ([issue](https://github.com/HaxeFoundation/hxcpp/issues/570)), "No CA Chain is set, but required to operate", at the very least this one seems to be fixable by providing our own cert (not ideal...).
I guess if Apple decide to enforce it tomorrow, it's always possible to quickly hack an extension or something, but this seem like something haxe should be able to do natively.
Contributor guide
Assessment
This issue has not been assessed yet.