I've updated the kannel.conf as shown in userguide group = core ... ssl-client-certkey-file = "/network/HTTPS_Certificates/server.crt" #ssl-certkey-file = "/network/HTTPS_Certificates/certkey.pfx" ssl-server-cert-file = "/network/HTTPS_Certificates/server.crt" ssl-server-key-file = "/network/HTTPS_Certificates/server.key"
I merged the cert and key using the command below: Openssl pkcs12 -export -inkey KEYFILENAME -in CERTFILEFILENAME -out XXX.pfx however, when i use the .pfx , the bind is not initiated. So I've left that portion out. When i test after a successful bind with the parameters shared, i don't receive the message on my phone. Even though i receive a submit_sm_resp from network. someone help. what am i doing wrong? Thanks in advance. F e
