HTTPS not only for auth for Clickatell
florian.cathala - August 23, 2007 - 10:41
| Project: | SMS Gateway |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I suggest to use SSL not only for auth in the Clickatell module since it can be a problem when only HTTPS connections are allowed on firewall.
Moreover, since Clickatell supports this, it is better to use it for a higher level of confidentiality.
I modified lines 226-227 as the following in gateway_clickatell_http.inc :
225 if ($this->use_ssl) {
226 $this->base = "https://api.clickatell.com/http";
227 $this->base_s = $this->base;
228 }
