Getting error connecting to the server

Nir Familier

New Member
Hi
I am getting this error starting today,
Do i need t purchase an ssl certificate and install it?

13:36:18,018 WARN WSServerHandler - WSS-pool-23-thread-445 Close channel [id: 0x6e900754, /128.14.211.190:58132 => /172.31.13.40:8443] because: org.jboss.netty.handler.codec.http.websocketx.WebSocketHandshakeException 'not a WebSocket handshake request: missing upgrade'
13:38:20,971 WARN WSServerHandler - WSS-pool-23-thread-446 Close channel [id: 0x73942b88, /82.166.108.101:54492 => /172.31.13.40:8443] because: javax.net.ssl.SSLHandshakeException 'Received fatal alert: certificate_unknown
 

Max

Administrator
Staff member
Yes this is SSL cert issue. You need a FQDN (domain name like stream.mycompany.com) and SSL certificate for your domain name.
You can import SSL cert via web interface as admin admin.
 

Nir Familier

New Member
I added the Load balancer, and directed the sub-domain aaa.skillstech.com to the Load balancer.
Now the video do pass to the server. but i get 101 error in the network.
1619010254362.png
1619010254362.png
 

Max

Administrator
Staff member
101 is not an error code.
It is a Response switching protocol from HTTPS to WSS (websocket).
 
Top