XIFF, TLS, Google Talk, SecureSocket - PLEASE support the developers

Remove:

_connection.config.trustSelfSignedCertificates=true;

It works now…

Thanks.

Why was this causing a problem??

as3crypto has a known bug regarding the RSAKey class returning null in a padding function.

Unfortunately, as3crypto has not been touched in a while and I haven’t found anyone that has successfully patched this issue.

So, at least for Google Talk, you can just set trustSelfSignedCertificates to false and it works.

But then why does it work with trustSelfSignedCertificates set to true, with servers like Openfire? Shouldn’t the as3crypto bug cause a crash then too?

I am trying to connect to a Jabber XCP server.

The connection proceeds to this stage and then stops. I don’t get any LOGIN event.

Feel free to work through the code and submit patches.

I am having problems connecting to a Jabber XCP server.

In the trace I notice, that the server is sending me an empty list of authentication mechanisms and thus my connection stalls.

However, other XMPP clients such as pidgin, psi are able to connect to the server.

Do you have any idea, what the problem might be?

Hi!

It seems that this guy has created a fork of as3crypto and has patched it a great deal.