All Questions
7
questions
0
votes
0
answers
316
views
Forward local generated Secure Websocket traffic (wss) through an HTTP/HTTPS proxy to reach internet
I have a python webex_bot application (https://github.com/fbradyirl/webex_bot) which uses websockets for webex cloud communication. The problem is that the server in which the bot is being hosted on, ...
2
votes
1
answer
5k
views
How to accept HTTPS and Websockets on a new Google Kubernetes Engine deployment?
I set up a simple 1-node GKE deployment with the default (beta) ingress, created via the GCP console. I would like to set up a Google-managed SSL certificate and HTTPS proxy to the a single GKE node &...
16
votes
2
answers
22k
views
Proxy Websockets and HTTP through the same location in Nginx
Right now there's an application that allows people to connect to a Desktop app through the web by exposing an AngularJS web server powered by Atmosphere. The Desktop app exposes the current person's ...
2
votes
0
answers
13k
views
Websocket Error in connection establishment: net::ERR_CONNECTION_REFUSED 'wss://'
First I asked this question in stackoverflow, but it looks like a server issue more than coding problem. I am developing a project with Java EE and I have access to the server computer under a ...
0
votes
1
answer
4k
views
nginx: [emerg] unknown directive "<^>upstream"
I'm configuring nginx as a reverse proxy. I have the following in my nginx.conf:
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
events {
...
4
votes
1
answer
4k
views
Unable to get websockets to work through apache HTTPS proxy (302 error)
I'm unable to make websockets work on a node backend using an apache proxy through HTTPS to connect to the node instance. Websockets are working properly if no (apache) http(s) proxy is used.
My ...
0
votes
1
answer
926
views
Apache2: Is Proxy from https to http secure
Im pretty new at all this server stuff, and I have a question regarding the security of the apache proxy.
What I am doing is: I have a websocket server running in non secure mode on port 11221 on the ...