donald-jackson / kannel-pluginbox

Kannel Pluginbox allows users to implement their own business logic for routing, billing, etc in Kannel.
Other
12 stars 9 forks source link

Unsable to start Pluginbox #11

Closed nmtbk closed 7 years ago

nmtbk commented 7 years ago

Hello Jackson, I'm trying to experience your box but failed from very first attempt with below logs, using your example conf file. Did i miss anything? Please help. Thanks.

$ sudo sbin/pluginbox -v 0 pluginbox.conf 2017-09-06 00:29:39 [6409] [0] PANIC: Trying to fetch variable ssl-client-cipher-list' in grouppluginbox', not allowed. 2017-09-06 00:29:39 [6409] [0] PANIC: sbin/pluginbox(gw_backtrace+0x4b) [0x429677] 2017-09-06 00:29:39 [6409] [0] PANIC: sbin/pluginbox(gw_panic+0x254) [0x4299a2] 2017-09-06 00:29:39 [6409] [0] PANIC: sbin/pluginbox(cfg_get_real+0xe2) [0x41e8f6] 2017-09-06 00:29:39 [6409] [0] PANIC: sbin/pluginbox(conn_config_ssl+0x172) [0x41639d] 2017-09-06 00:29:39 [6409] [0] PANIC: sbin/pluginbox(main+0x1c0) [0x40ab30] 2017-09-06 00:29:39 [6409] [0] PANIC: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f58565dbb45] 2017-09-06 00:29:39 [6409] [0] PANIC: sbin/pluginbox() [0x40af30]

donald-jackson commented 7 years ago

Make sure you compiled Kannel/gwlib with SSL support, that will fix this problem