-
Notifications
You must be signed in to change notification settings - Fork 19
iOS : ERROR:Request failed -> SSL - No CA Chain is set, but required to operate #43
Comments
can't test it right now but as you might imagine it's most likely not a problem related to About the latter I can't really do anything. |
Ok thx, |
Warning: SSL doesn't work 100% on Android either, I have some php code that sends back xml and if the xml is over a certain size I get errors ( the same xml loads perfectly fine over HTTP ) It seems we are pretty much stuck without working SSL in Haxe for the foreseeable future. I haven't tried this yet but this seems like the only option on iOS https://github.com/jiveui/openfl-ios-networking **** UPDATE **** With HTTP/1.1 the problem seems to go away 👍 |
Thank you @PaulGene |
Arrgghh Its been linked on threads about SSL so i assumed it had support :( |
@alanlanglois I'm unable to test this as i cant build for iOS at the moment but somebody suggested the following:
Might be worth a shot... |
@PaulGene That works for me! Thanks a lot 👍 |
I can confirm this works for me too. |
Hi,
I'm using this library for a project compiling to HTML5, Android & iOS.
It works pretty well when targeting HTML5 & Android, but I'm having this error when targeting iOS:
AsyncHttp.hx:195: Yytx6ROf ERROR:Request failed -> SSL - No CA Chain is set, but required to operate
Is there something iOS specific I need to do/change/ask in order to make it work on iOS too?
Thx.
The text was updated successfully, but these errors were encountered: