Skip to main content
Inspiring
November 9, 2011
Answered

SSL certificate error on Android

  • November 9, 2011
  • 1 reply
  • 2454 views

I am trying to connect my AIR for Android-app to my https-server. The http-verson works fine, but when moving over to https, I receive a message saying that the server has not been verified, and showing the SSL certificate.

The SLL certificate works fine in all web browsers, including web browsers on Android. The warning just shows in the AIR-app.

Anyone had the same problem, and knows what this is?

I need a secure app to send

Cheers,

/anders

This topic has been closed for replies.
Correct answer anders-tbl

The answer was found elsewhere: Android is much more picky when it comes to SSL certificates and what works in the browser doesn't necessarily work in an Android app.

A technician had to add a "SSLCACertificateFile to the SSL conf to provide this intermediate chain". I don't know what this is, but it worked.

1 reply

Inspiring
November 9, 2011

... and to be clear: I'm using an ordinary URLRequest.

Need to send secure messages to the server.

anders-tblAuthorCorrect answer
Inspiring
November 9, 2011

The answer was found elsewhere: Android is much more picky when it comes to SSL certificates and what works in the browser doesn't necessarily work in an Android app.

A technician had to add a "SSLCACertificateFile to the SSL conf to provide this intermediate chain". I don't know what this is, but it worked.