I have created coturn on aws machine. I have configured coturn to use ssl traffic. For this i have installed ip certificate on coturn server.
I am testing coturn server using this
link .
SSl works fine on chrome but i am facing issue on firefox and safari browser.
It is working fine on firefox when i am using turn:<turnserver>:<port> but if i am using turns:<turnserver>:<port> only local sdp is being generated.
I tried to debug further using wireshark but no packet was sent to turnserver when i clicked on gather candidate button.