Hi, Iam using HTTP to send a SMS query to kannel.
lynx -dump "http://localhost:13013/cgi-bin/sendsms?username=smsuser&password=test&smsc= mysmpp&to=xxx&from=900&text=test" but i need to secure the connection in between my applicaiton (HTTP requester) and my kannel gateway. Will these configs will secure the connection or do i have to add some other application like VPN ? ssl-server-cert-file = "/usr/trans/server.crt" ssl-server-key-file = "/usr/trans/server.key" please let me know.. many thanks, Tharanga
