To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

stunnel
Developer(s)Michał Trojnara
Initial release11 February 1998; 26 years ago (1998-02-11)[1]
Stable release
5.72[2] Edit this on Wikidata / 4 February 2024; 30 days ago (4 February 2024)
Repositorywww.stunnel.org/downloads.html
Written inC[3]
Operating systemMulti-platform
TypeProxy, Encryption
LicenseGNU General Public License
Websitewww.stunnel.org Edit this at Wikidata

Stunnel is an open-source multi-platform application used to provide a universal TLS/SSL tunneling service.

Stunnel is used to provide secure encrypted connections for clients or servers that do not speak TLS or SSL natively.[4] It runs on a variety of operating systems,[5] including most Unix-like operating systems and Windows. Stunnel relies on the OpenSSL library to implement the underlying TLS or SSL protocol.

Stunnel uses public-key cryptography with X.509 digital certificates to secure the SSL connection, and clients can optionally be authenticated via a certificate.[6]

If linked against libwrap, it can be configured to act as a proxyfirewall service as well.[citation needed]

Stunnel is maintained by Polish programmer Michał Trojnara and released under the terms of the GNU General Public License (GPL) with OpenSSL exception.[7]

YouTube Encyclopedic

  • 1/5
    Views:
    34 160
    590
    5 782
    17 273
    5 523
  • Encrypt data transfers with Stunnel and OpenSSL - Part 1
  • How to properly use stunnel?
  • OpenVPN + Stunnel آموزش فیلترشکن شخصی
  • Encrypt data transfers with Stunnel and OpenSSL - Part 2
  • دو روش تونل بین دو سرور لینوکس و استفاده از سیسکو

Transcription

Example

A stunnel can be used to provide a secure SSL connection to an existing non-SSL-aware SMTP mail server. Assuming the SMTP server expects TCP connections on port 25, the stunnel would be configured to map the SSL port 465 to non-SSL port 25. A mail client connects via SSL to port 465. Network traffic from the client initially passes over SSL to the stunnel application, which transparently encrypts and decrypts traffic and forwards unsecured traffic to port 25 locally. The mail server sees a non-SSL mail client.[citation needed]

The stunnel process could be running on the same or a different server from the unsecured mail application; however, both machines would typically be behind a firewall on a secure internal network (so that an intruder could not make its own unsecured connection directly to port 25).[citation needed]

See also

References

  1. ^ "stunnel change log". stunnel.org. Retrieved 2 March 2024.
  2. ^ "stunnel change log". Retrieved 2 March 2024.
  3. ^ Trojnara, Michał. "stunnel sources". GitHub. Retrieved 12 May 2020.
  4. ^ O'Donovan, Barry (October 2004). "Secure Communication with Stunnel". Linux Gazette, Issue 107.
  5. ^ ""stunnel: Ports"". Archived from the original on 1 April 2019. Retrieved 24 August 2020.
  6. ^ "stunnel(8) manual"
  7. ^ "stunnel license (see COPYRIGHT.md for detailed GPL conditions)". stunnel.org. Retrieved 2 March 2024.

External links

This page was last edited on 2 March 2024, at 10:43
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.