Interested in finding out how I created this web page?
Click here.
VPN_Solutions/INSTALL.W32
1 stunnel Universal SSL tunnel
2
3 To install the precompiled binaries:
4
5 1. Download libssl32.dll and libeay32.dll into
6 \windows\system directory.
7
8 2. Create a directory and download stunnel.exe and stunnel.pem
9 to the new directory.
10
11 3. Just use it.
12
13 7) read the stunnel.html man page.
14
15
16 To compile stunnel natively:
17 1) grab yourself a copy of the mingw gcc compiler
18
19 2) compile openssl
20
21 3) copy your libssl32.dll and libeay32.dll to the
22 \windows\system directory
23
24 4) download the stunnel source code
25
26 5) edit the Makefile.w32 as necessary
27
28 6) run 'make' to compile stunnel
29
30 7) read the stunnel.html man page.
This page was automatically generated by the LXR engine.