I am having some issues submitting a form via post method to a https connection.
The usual error is:
java.net.UnknownHostException
But I can sometimes get error such as connection closed by peer
Submitting a form to a http url seems to work seamlessly but when using a https connection it seems to bring up so many issues.
The server certificate is valid (signed by Go Daddy) and I cannot see any issues as I can get iOS devices to submit to it fine.
I've tried these solutions but they do not seem to have made much difference:
Android HTTPS Post - Not working
Not trusted certificate using ksoap2-android
Does anyone have a useful tutorial or could possibly explain how to perform a https post?
Thanks :)