Skip to main content

All Questions

Tagged with
0 votes
0 answers
202 views

Laravel Reverb: solving webSocket SSL connection issues on local

Laravel (11.9) Reverb (1.0) If you're encountering errors while using Laravel Reverb with HTTPS and a self-signed certificate, here's a solution that might help. After struggling with this issue for a ...
Francis Pocket Lacerte's user avatar
0 votes
0 answers
34 views

Opening Secure Websocket from Javascript in browser

My system has two servers A custom boost::beast based secure websocket server listening on port 887 Standard HTTPS server (apache2) listening for connections on port 443. It serves one HTML file ...
Paul Grinberg's user avatar
0 votes
0 answers
90 views

Allow insecured content - deprecated, what is the workaround now

I have a web application which loads cctv stream using websockets. it was served as ws: without ssl certificated. I used chrome option in site setting to allow insecure content and it was working. ...
Khaleel's user avatar
  • 1,362
0 votes
0 answers
51 views

net::ERR_SSL_PROTOCOL_ERROR socket error only when using https

I'm currently making a node.js/express project with socket.io. I have already containerized it with Docker and deployed on Elastic Beanstalk, and successfully connected it with Cloudfront and my ...
Minebreak's user avatar
0 votes
1 answer
270 views

"WebSocket connection to 'wss://localhost:80/' failed" with a self-signed SSL

I am trying to create my own websocket with Workerman library and connect my frontend part with the server. I am using Apache2 to run it. So, let's see, how it looks like: $worker = new Worker('...
Sandro Sandro's user avatar
0 votes
0 answers
31 views

SSL not recognized on WebSocket c# server

I'm trying to connect to my C# (net6.0) TCP server application using JS WebSocket. it works as an insecure but now I'm trying to switch to secure WebSocket. I have a self-sign SSL that I have added to ...
the Wongfon Semicolon's user avatar
0 votes
0 answers
48 views

Websocket Client with SSL in Springboot

I'm using springboot 5.2.1-Release and trying to build a Java websocket client to connect to our server through SSL. I am able to connect with rest template without any issues. But with websocket, it'...
JakeWearingKhakis's user avatar
0 votes
1 answer
79 views

Getting a SSLContext using a self signed keystore on Android

i want to make my android application a server. i have a SocketServerManger class implementing WebSocketServer from "org.java-websocket:Java-WebSocket:1.5.6" liberary. Java-WebSocket as i ...
sepideh's user avatar
  • 31
0 votes
0 answers
63 views

Getting SSL violation of protocol error while trying to run truedata websocket on my ubuntu server

I'm getting this error when I try to run my truedata websocket python script on my ubuntu server deployed on E2E. ERROR:websocket:error from callback <bound method LiveClient.ws_open of <...
Darshana Mule's user avatar
0 votes
0 answers
33 views

Vue.js secure (wss) websocket add trustore

I vant to establish a secure websocket connection between my Vue.js app and my Java server. I have built a working Java client first for testing purposes and I initialize my client SSL context like so:...
Gaetan L.'s user avatar
  • 685
0 votes
0 answers
45 views

disable ssl handshake for javax.websocket

I am using javax websocket to test a websocket server. However I am getting the following error when running the test PKIX path building failed: sun.security.provider.certpath....
aryan's user avatar
  • 174
0 votes
0 answers
40 views

Websockets using SSL: SSL_R_NO_SHARED_CIPHER

I've setup a simple PHP websocket server using Ratchet (in Symfony) like this: $server = new TcpServer('0.0.0.0:3001'); $server = new SecureServer($server, null, [ '...
Franky's user avatar
  • 97
0 votes
1 answer
61 views

Can't connect to SSL websocket after upgrading node to 20.10 (from 14.7) and socket.io 4.7.2 (from 1.4.36)

I'm completely lost at this point, so any insights would be most appreciated... I'm maintaing code that creates a secure websocket using express. The original socket.io libraries were v1 which I've ...
zzzbum's user avatar
  • 1
0 votes
0 answers
13 views

Websocket connection not working using NGINX with SSL instead its working fine using direct ip address with port

upstream nodes { ip_hash; server 127.0.0.1:3004; } server { root /var/www/sub.example.com/html; index index.php index.html index.htm index.nginx-debian.html; server_name sub....
Asad Mubashar's user avatar
0 votes
0 answers
39 views

Can't connect to RabbitMQ by WebSocket via TLS

Have made: Setuped TLS support https://www.rabbitmq.com/docs/ssl Configured Web-stomp plugin https://www.rabbitmq.com/docs/web-stomp RabbitMQ launched successfully ( rabbit_web_stomp: listening for ...
Alexey Burakov's user avatar

15 30 50 per page
1
2 3 4 5
46