Is it possible to run stunnel in the server-mode und in the client-mode on the same server?
------------------------------------------------------
ADG Apotheken-Dienstleistungsgesellschaft mbH Salzachstrasse 15 D-68199 Mannheim
ADG ist Gesamt-Sieger der "markt intern" Umfragen "Apotheken - Software 2009, 2011, 2013, 2016 & 2018".
Sitz: Mannheim Registergericht: Amtsgericht Mannheim HRB 701436
USt.-IdNr.: DE132763561
Geschaeftsfuehrer: Joachim von Morstein, Bernd Hess, Dr. Max Schwesig
Diese E-Mail und alle Anhaenge enthalten vertrauliche und rechtlich geschuetzte Informationen, die ausschliesslich fuer den Gebrauch des Adressaten bestimmt sind. Das unerlaubte Kopieren, die unbefugte Weitergabe oder sonstiger ungenehmigter Gebrauch der E-Mail nebst den Anhaengen sind nicht gestattet. Sollten Sie nicht der richtige Adressat sein oder die E-Mail irrtuemlich erhalten haben, informieren Sie bitte den Absender unverzueglich telefonisch oder per E-Mail und vernichten diese E-Mail und alle Anhaenge sowie etwaige Kopien und Sicherungskopien. Vielen Dank.
This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If you are not the intended recipient or have received this e-mail in error, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by telephone or by electronic mail, and delete this message and all copies and backups thereof. Thank you.
------------------------------------------------------
On Wed, Jul 17, 2019 at 06:20:35AM +0000, MESSINGSCHLAGER Andreas wrote:
Is it possible to run stunnel in the server-mode und in the client-mode on the same server?
In short, yes.
The stunnel configuration file has some global settings and then one or more service sections. Each service section defines one tunnel that this instance of stunnel will manage. You may define several tunnels in client mode, several tunnels in server mode, or mix them - it does not matter as long as each service (tunnel) is defined in a way that does not conflict with the others: mostly they may not listen on the same address and port.
Hope that helps; play around a little bit with the stunnel.conf file and, if you have any further questions, feel free to ask.
G'luck, Peter
Yes. A single instance supports both, for example in the stunnel.conf file:
[server] accept = 2000 #encrypted connect = localhost:4000 #unencrypted client = no
[client] accept = localhost:3000 #unencrypted connect = remote:5000 #encrypted client = yes
The client parameter determines whether client or server.
Carter
n 7/17/2019 2:20 AM, MESSINGSCHLAGER Andreas wrote:
Is it possible to run stunnel in the server-mode und in the client-mode on the same server?
ADG Apotheken-Dienstleistungsgesellschaft mbH Salzachstrasse 15 D-68199 Mannheim
ADG ist Gesamt-Sieger der "markt intern" Umfragen "Apotheken - Software 2009, 2011, 2013, 2016 & 2018".
Sitz: Mannheim Registergericht: Amtsgericht Mannheim HRB 701436
USt.-IdNr.: DE132763561
Geschaeftsfuehrer: Joachim von Morstein, Bernd Hess, Dr. Max Schwesig
Diese E-Mail und alle Anhaenge enthalten vertrauliche und rechtlich geschuetzte Informationen, die ausschliesslich fuer den Gebrauch des Adressaten bestimmt sind. Das unerlaubte Kopieren, die unbefugte Weitergabe oder sonstiger ungenehmigter Gebrauch der E-Mail nebst den Anhaengen sind nicht gestattet. Sollten Sie nicht der richtige Adressat sein oder die E-Mail irrtuemlich erhalten haben, informieren Sie bitte den Absender unverzueglich telefonisch oder per E-Mail und vernichten diese E-Mail und alle Anhaenge sowie etwaige Kopien und Sicherungskopien. Vielen Dank.
This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If you are not the intended recipient or have received this e-mail in error, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by telephone or by electronic mail, and delete this message and all copies and backups thereof. Thank you.
stunnel-users mailing list stunnel-users@stunnel.org https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users