codeforeurope / open311-android

New version of open311-android, ported from City of Bloomington version
Other
4 stars 3 forks source link

Cannot send over HTTPS #16

Closed milovanderlinden closed 8 years ago

milovanderlinden commented 8 years ago

The App connects to https allright. It also grabs the requests I previously sent, but when making a new request, something goes wrong:

screenshot from 2016-06-10 22-58-20

milovanderlinden commented 8 years ago

Turns out it is related to this: https://gist.github.com/bradmontgomery/6487319 I must set the chain cert in rancher on my server.

milovanderlinden commented 8 years ago

Solved by using the chain cert in rancher in the correct way. No fix needed on device.