martinvonwittich / asterisk-zammad-cti-bridge

A bridge between an Asterisk server (via AMI) and the Zammad CTI interface.
GNU General Public License v3.0
22 stars 8 forks source link

AMI SSL support #4

Open hatscher opened 4 years ago

hatscher commented 4 years ago

Can you please implement AMI SSL support ?

martinvonwittich commented 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!