Asterisk - 16.5 SSL Connection Error

Hey, I have an some questions. I am trying to use webrtc with asterisk. I have completed my certificates in accordance with the documentation. I get an ssl arrow response when reloading, but when I want to reach https://192.168.99.100:8089/ws via chrome:

ERROR [113]: tcptls.c: 157 handle_tcptls_connection: Unable to set up ssl connection with peer ‘192.168.99.1:52523’
[Aug 18 17:14:52] ERROR [114]: iostream.c: 633 ast_iostream_start_tls: Problem setting up ssl connection: error: 00000001: lib (0): func (0): reason (1), Internal SSL error

getting errors. I also added the certificate as a trusted certificate. what should I do? Thanks your answers :slight_smile:

How exactly are you reaching that URL? You won’t be able to visit it by browsing, it has to exist as the WSS URL (wss://192.168.99.100:8089/ws) used by the SIP client in the browser.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.