WebSocket Connection closed before receiving a handshake response

12,748

Not sure if this meets your problem completely. But the WebSocket Connection error can be resolved by using the ReconnectingWebSocket script by joewalnes.

Share:
12,748
Vimal Panchal
Author by

Vimal Panchal

I am Vimal Panchal having 12+ years of Software development and design experience. I have worked with all development avenues of project development and design. I am also best in independent contributor to start the project at any level. I have worked on several Web development projects from simple to complex level. I have practically used Java, J2EE, Strut1, Hibernate, Spring Framework, angular js, JavaScript, Jquery, JSP, Html, Css, Web services (REST). I am best in eclipse editor for development and for deployment I have used Jenkins, Tomcat and Jboss web server and application server. I have Oracle and Mysql as a backend to store the values. I am also good in the deployment process for production/live environment. I am currently working on a Linux operating system. I am Sun Certified Java Programmer, Sun Certified Web Component Developer, Sun Certified Business Component developer and Certified Scrum Master. Completed AWS Solution Architect Associate course.

Updated on September 18, 2022

Comments

  • Vimal Panchal
    Vimal Panchal almost 2 years

    Due to WebSocket connections I am facing issue and due to this other response to stop receiving.

    I have configured BIMServer to response back to my application and render 3D view loading individual component on viewer(pop-up window).

    I am receiving below error in google chrome.

    WebSocket connection to 'wss://?/bimserver/stream' failed: Connection closed before receiving a handshake response

    What I had tried.

    I have tried to redirect this request in apache 2.4.7 by using proxyPass and redirect to the actual address with IP.

    I wanted to know how we can configure it apache2.4.7 to ignore wss request.

    • symcbean
      symcbean over 9 years
      Shouldn't that URL have a hostname in it?