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
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
I followed the tutorial and also implemented the steps for PostgreSQL database connection. Locally everything works fine. I can save and read the entries from the database via the FoodTracker iOS app (Simulator). Unfortunately, it doesn't work when I deploy the server app to my cloudfoundry space (not on Bluemix, but this shouldn't be an issue right?).
[MC] Lazy loading NSBundle MobileCoreServices.framework
[MC] Loaded MobileCoreServices.framework
[BoringSSL] Function boringssl_session_errorlog: line 2868 [boringssl_session_write] SSL_ERROR_SYSCALL(5): operation failed externally to the library
# … (same error output again 6 times)
Meals successfully saved.
Error saving meal to Kitura: 502 : Bad Gateway
# … (same error output again 3 times - for every single post request)
It seems there is an issue with the BoringSSL implementation of the iOS device and the handshake in the CF instance.
I followed the tutorial and also implemented the steps for PostgreSQL database connection. Locally everything works fine. I can save and read the entries from the database via the FoodTracker iOS app (Simulator). Unfortunately, it doesn't work when I deploy the server app to my cloudfoundry space (not on Bluemix, but this shouldn't be an issue right?).
It seems there is an issue with the BoringSSL implementation of the iOS device and the handshake in the CF instance.
I used buildpack version: https://github.com/IBM-Swift/swift-buildpack#2.0.10
The text was updated successfully, but these errors were encountered: