Hey! Can You help, I am trying to run the demo project, but not able to connect with Sony TV. Below logs are captured in the XCode console.
I have created new certificate based on your recommendation like below:
openssl req -out server.csr -new -newkey rsa:2048 -nodes -keyout server.key
openssl x509 -req -in server.csr -signkey server.key -out server.crt
openssl pkcs12 -export -out server.p12 -inkey server.key -in server.crt
openssl x509 -in server.crt -out server.der -outform DER
Info: Pairing: extract TLS parameters
Error: Pairing: Certificate Error: secPKCS12Import is not success