-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with skipped certificate validation #2
Comments
Not yet. There were plans to implement this, but they didn't make it to the 0.1 release. We'll focus on that in the next iteration (and you can contribute as well, if you'd like). 😉 |
I would like to contribute but I don't know how to implement this. Alamofire solved this with own block property. But when you do the same, where should be then the right place for setting up this block? In your library or in Alamofire? I don't know. |
I think the best way would be to use the underlying implementation that exists in But there's no easy way of accessing it, because |
I have to use server with invalid SSL certificate for development. So I set up Alamofire manager to skipping SSL verification with this code (applicable for
NSURLSession
too):When I try to use your library with this setup, communication is interrupted and this line is printed out:
So is possible to use your library with skipped certificate verification?
The text was updated successfully, but these errors were encountered: