You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests to my localhost are failing due to a self-signed cert. My initial thought was to set Alamofire to allow invalid certs like you can do with AFNetworking but it seems that this feature is no longer supported
Have you all run into this problem and if so do we have any other solution other than to generate a non-self-signed cert?
The text was updated successfully, but these errors were encountered:
Requests to my localhost are failing due to a self-signed cert. My initial thought was to set
Alamofire
to allow invalid certs like you can do withAFNetworking
but it seems that this feature is no longer supportedHave you all run into this problem and if so do we have any other solution other than to generate a non-self-signed cert?
The text was updated successfully, but these errors were encountered: