I am developing an Android application which needs to access QuickPay\'s service (\"https://secure.quickpay.dk/form\") through an Http-client. But I keep getting errors whe
Just to sum up, I fixed this issue by sticking to the WebView approach. The interaction with the API was moved to a server, creating an intermediate communication point which handles the certificate issues. Not the most elegant solution but it works :)