1

Using as3crypto's TLSSocket it should be possible to connect to an SSL server. However, my server uses a self-signed certificate. How can I configure the client to accept that certificate?

I'm assuming I need to hard-code the cert's fingerprint in the client somewhere (or get it there some way). That's ok.

If as3crypto doesn't support this, other options are welcome.

Bart van Heukelom
  • 43,244
  • 59
  • 186
  • 301
  • Is everything in the same domain and being loaded from https? – The_asMan Jun 07 '11 at 22:12
  • No, not HTTPS, plain SSL/TLS, and the application will need to connect to several servers which may or may not be in the same domain (or have no domain name at all, just an IP address) – Bart van Heukelom Jun 08 '11 at 10:41

0 Answers0