Fixed SSL CA chain on iOS and tvOS#1331
Fixed SSL CA chain on iOS and tvOS#1331MAJigsaw77 wants to merge 2 commits intoHaxeFoundation:masterfrom
SSL CA chain on iOS and tvOS#1331Conversation
380e6cb to
3c97548
Compare
There was a problem hiding this comment.
Trying https requesting into https://jsonplaceholder.typicode.com/users on Funkin
All of onData, onBytes, and onStatus callbacks are working fine
|
Post request at https://jsonplaceholder.typicode.com/posts works as well! |
|
This pr fixed the issue for me, thanks! Hope it's merged soon |
2c40c91 to
91de865
Compare
91de865 to
caa098e
Compare
|
Theres been a typo that happend in this commit since this is how it was before that happend which made it so the certificate was never check properly, i hope its fine to add this one line change here... |
tobil4sk
left a comment
There was a problem hiding this comment.
The typo fix looks correct. Everything else looks reasonable too now (though I can't test it).
TechnikTil
left a comment
There was a problem hiding this comment.
latest changes work for me on iOS 26.3.1!
will do testing on tvOS once i figure out where my Apple TV is…
This pr has been originally done FunkinCrew#11 but since this is a pretty important fix for
hxcppi thought why not do it here aswell, it fixes #570 by properly setting theSSL CAchain oniOSandtvOS.