Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am trying to run one Adobe AIR 2.5 app which is required to connect to some website.

When i tried to run this app it opens but after a while a window (SSL Certificate Alert) appears,

with following message.

"The server that the application is connecting to is unverified. Trust this server and make the connection"

share|improve this question

closed as off topic by izx, Call me V, Jorge Castro, Mitch, SirCharlo Aug 21 '12 at 20:00

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The website that you are trying to reach may not have its certificate in order.

On the other hand, if your ca-certificates are not up-to-date you may have this symptom as well.

I suggest refreshing the ca-certificates on your system.

sudo apt-get --reinstall ca-certificates

sudo update-ca-certificates
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.