Problem with trunk with TLS security

hey folks .
I’m trying to have trunk and registery working on frepbx 12.0.7 but it keeps giving me error

-- Remote UNIX connection disconnected

[2017-01-20 12:38:51] NOTICE[2512]: chan_sip.c:15348 sip_reg_timeout: – Registration for ‘[email protected]’ timed out, trying again (Attempt #3)
== TLS/SSL ECDH initialized (secp256r1), faster PFS cipher-suites enabled
== TLS/SSL certificate ok
[2017-01-20 12:38:51] ERROR[2645]: tcptls.c:605 handle_tcptls_connection: Problem setting up ssl connection: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
[2017-01-20 12:38:51] WARNING[2645]: tcptls.c:674 handle_tcptls_connection: FILE * open failed!

my trunk config
[powered]
disallow=all
type=peer
insecure=invite,port
nat=force_rport
allow=opus
allow=speex
allow=ulaw
host=10.227.0.221
port=443
fromuser=00442
secret=123456789
qualify=no
dtmfmode=rfc2833
context=default
directmedia=nonat
sendrpid=yes
trustrpid=yes
srtpcapable=yes
transport=tls
encryption=yes

=============
sip_custom.conf

tlsclientmethod=tlsv1
tlsdontverifyserver=yes
realm=proxy.poweredbydice.net
tlscertfile=/etc/asterisk/keys/cert.pem
tlscafile=/etc/asterisk/keys/ca.pem
tlsdontverifyserver=yes

in register string i have

tls://00442:[email protected]:443

thanks

Did you solve this issue