-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Cezary Siwek wrote:
> Huber, Gottfried wrote: > >> hello to all you >> >> i want to access kannel with https://.... can someone give me >> instructions how to use kannel with ssl ? >> the docu is not really all i think, >> how can i create keys ? >> do i have to configure kannel with -ssl ? ......... > you can use stunnel (www.stunnel.org) that's only a solution if the target server is not supporing SSLv3/TLSv2 natively, which Kannel does! Hubert, when you run ./configure for Kannel, it will try to find the openssl headers and libraries, then compile the ssl support into the binaries. Obviously if you want the sendsms HTTP interface of smsbox to be SSL-ed, you have something like this: group = core ... ssl-server-cert-file = "filename" ssl-server-key-file = "filename" group = smsbox ... sendsms-port-ssl = true as the user's guide refers to in section: http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#SSL-ENABLING ;) Please refer to openssl documentation of google for "openssl cert create" to figure out how to self-sign the certificates. That's out of scope for Kannel itself. Stipe - ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org - ------------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGHnNH9ez0oeKvYs0RAn46AJ9XTtr7jS5lC/hFG6zxMv1JbBVFxQCgpDQZ XF5YxTnlSIaSnhTHYT2CwXo= =RSp/ -----END PGP SIGNATURE-----
