This AOLserver module is required if you want people to connect to your site via
https. These commands compile nsopenssl and install it,
- along with a tcl helper script to handle https connections.
+ along with a Tcl helper script to handle https connections.
You will also need ssl certificates. Because those should
be different for each server service, you won't need those instructions until
later.
You will need the unpacked Aolserver tarball in
@@ -61,7 +61,7 @@
ln -s /usr/local/ssl/lib/libcrypto.so.0.9.7 libcrypto.so.0.9.7
-
SSL support must be enabled seperately in each OpenACS
+
SSL support must be enabled separately in each OpenACS
server (Generate ssl certificates.
If your ports for SSL are privileged (below 1024), you
will have to start AOLserver with prebinds for both your HTTP
and your HTTPS port (usually by adding -b
@@ -71,4 +71,4 @@
file
).
To enable SSL support in your server, make sure your
etc/config.tcl file has a section on "OpenSSL 3 with AOLserver4". If
that section is not present, try looking at the README file in
- /usr/local/src/aolserver/nsopenssl
.