I get this error when I try to access ws://127.0.0.1:8088/asterisk/ws on asterisk.
WebSocket connection from ‘127.0.0.1:4708’ could not be accepted - no protocols requested
I have enabled HTTP.conf and ari.conf, and I can access the rest of the URLs, but websocket connections are not going through. I have also tried using TLS, but I still get the same error.
also for SSL I get the following error
Problem setting up ssl connection: error:00000001:lib(0):func(0):reason(1), Internal SSL error
[Jan 6 10:33:30] ERROR[330652]: tcptls.c:179 handle_tcptls_connection: Unable to set up ssl connection with peer ‘127.0.0.1:7691’
[Jan 6 10:33:30] ERROR[330652]: iostream.c:552 ast_iostream_close: SSL_shutdown() failed: error:00000001:lib(0):func(0):reason(1), Internal SSL error
What could be the possible solution for it?