Open hatscher opened 4 years ago
In theory, this should be doable; Asterisk::AMI
has a UseSSL
option that implies that it is able to use SSL. I don't see anything about certificate verification in the docs though, which probably means that Asterisk::AMI
won't validate the remote certificate :(
Implementing it like this would probably be questionable; I would have to look into that how to get Asterisk::AMI
to verify the certificate. Unfortunately, I currently really don't have the time. Pull requests welcome!
Can you please implement AMI SSL support ?