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
Try using UrlConnection class to make connections, and see whether you can avoid this "no peer certificate" error.