Hello,
I am using CentOS release 6.5 (Final) and have successfully compiled the telepresence. Following is the config file sample, these same certificate files are running absolutely fine on another system running webrtc2sip, but on this telepresence i get a certificate error. I am not sure whats wrong, if the certs are not right then should have given the same error on my other server as well. but perhaps i could be wrong. any help in this regard will be appreciated.
Thank You,
# SSL configuration entries used for TLS, WSS and DTLS-SRTP. Check the technical guide for for info.
#ssl-private-key = /tmp/ssl.pem
#ssl-public-key = /tmp/ssl.pem
#ssl-ca = /tmp/ssl.pem
ssl-private-key = /home/cg/myca/private/key.csr.server1.pem
ssl-ca = /home/cg/myca/certs/crt.server1.pem
ssl-mutual-auth = no
SSL is enabled :)
DTLS supported: yes
DTLS-SRTP supported: yes
***ERROR: function: "tnet_transport_tls_set_certs()"
file: "src/tnet_transport.c"
line: "270"
MSG: SSL_CTX_check_private_key failed [1,error:140A80B1:SSL routines:SSL_CTX_check_private_key:no certificate assigned]