stunnel Questions
2
Solved
I have a working WebSocket non secure application. But my website uses https and I need a Secure WebSocket connection to avoid Firefox to complain about the fact that the connection is insecure.
I...
4
I know that STunnel can be set up as either server or client with the "client = no" or "client = yes" lines in the config file. Is there a way for a machine to be BOTH a server and client?
6
Solved
We've setup the certificates on our server and when requesting https://www.ourserver.org, Android (whatever the browser used) shows a little popup
You need to set a lock screen pin or password
b...
Akan asked 11/10, 2013 at 5:49
2
looking for some help in establishing a connection with my broker DUKASCOPY using stunnel and quickfix python over FIX4.4 protocol.
Here is my stunnel config:
client = yes
cert = /etc/stunnel/stu...
Vertievertiginous asked 2/10, 2018 at 22:39
1
I have a Web service listening on port 8081 (it's a ServiceStack REST Web Service running on mono, if that helps). I am trying to secure it using stunnel, but the problem is as soon as I connect to...
Cozart asked 8/12, 2011 at 20:39
2
Solved
I've created a conf file for a connection to an address and port for stunnel whose location is in /usr/local/etc/stunnel/ and started the stunnel service.
I've binded the address to my local ip ad...
1
I created a PHP websocket using Ratchet. This Websocket is running on port 8080 of my internal server 10.0.4.160.
I am trying to connect to it from a website that have SSL enabled "aka using https...
Mylesmylitta asked 17/8, 2015 at 18:27
2
I'm using haproxy with stunnel handling SSL (and using the proxy mode to preserve the original IP from haproxy).
I have several acl tests that redirect to different backends depending on the domai...
2
Solved
I have a server, to which a client machine connects. Recently I decided to encrypt the connection with stunnel, so now client program connects not directly to the server, but to localhost:8045 (I c...
Ballman asked 28/8, 2011 at 6:42
4
I have recently set up a Node.js based web socket server that has been tested to handle around 2,000 new connection requests per second on a small EC2 instance (m1.small). Considering the cost of a...
1
Solved
1 question about Stunnel. I would like to use Stunnel as a FIX (Financial Information eXchange) gateway for internet, to support both SSL and non-SSL connection. Is Stunnel able to do without any e...
Kwangtung asked 31/8, 2012 at 10:27
1
Solved
I have a fully operational system where openssl based clients interact with an openssl server. Each client have its own certificate that is validated by the server. Certificates have been generated...
2
Solved
I'm having trouble reading in some chunked HTTP response data using winsock.
I send a request fine and get the following back:
HTTP/1.1 200 OK
Server: LMAX/1.0
Content-Type: text/xml; charset=utf-...
1
© 2022 - 2024 — McMap. All rights reserved.