Configuring The Web Admin Server For Ssl Communications With Web Browsers - Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual

Hide thumbs Also See for IFOLDER 3.7 - ADMINISTRATION:
Table of Contents

Advertisement

The communication between the Web Admin server and the iFolder enterprise server is determined
during the YaST configuration of the Web Admin server. Specify an https:// in the URL for the
enterprise server for SSL (HTTPS) communications between the servers. Traffic between the two
servers is secure. If you specify an http:// in the URL, HTTP is used for communications between
the servers and traffic is insecure.
The setting is stored in the
under the following tag:
<add
key="SimiasUrl" value="https://localhost"
<add key="SimiasCert" value=<raw certificate data in base 64 encoding>
If you disable SSL between Web Admin server and the enterprise server and if the two servers are
on different machines, you must also disable the iFolder server SSL requirement. Because the
enterprise SSL setting also controls the traffic between the enterprise server and the client, all Web
traffic between servers and between the clients and the enterprise server would be insecure.
IMPORTANT: Do not disable SSL on the Web Admin server if the servers are on different
machines.
If the two servers are running on the same machine and you want to disable SSL, rerun the YaST
configuration, and specify
10.7.4 Configuring the Web Admin Server for SSL
Communications with Web Browsers
The iFolder 3.7 Web Admin server requires a secure connection between the user's Web browser
and the Web Admin server. The SSL connection supports the secure exchange of data. For most
deployments, this setting should not be changed because iFolder uses HTTP BASIC for
authentication, which means passwords are sent to the server in the clear. Without SSL encryption,
the iFolder data is also sent in the clear.
The following Rewrite parameters control this behavior and are located in the
conf.d/ifolder_web.conf
LoadModule rewrite_module /usr/lib/apache2/mod_rewrite.so
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/ifolder/(.*) https://%{SERVER_NAME}/ifolder/$1 [R,L]
To disable the requirement for SSL connections, you can comment out these Rewrite command lines
in the
ifolder_web.conf
comment.
WARNING: Without an SSL connection, traffic between a user's Web browser and the Web Admin
server is not secure.
To disable the SSL requirement:
1 Stop the iFolder Web Admin services.
/opt/novell/ifolder3/lib/simias/webAdmin/Web.config
as the URL for the enterprise server.
http://localhost
file:
file. Placing a pound sign (
/>
/etc/apache2/
) at the beginning of each line renders it as a
#
Managing iFolder Services via Web Admin 139
file
/>

Advertisement

Table of Contents
loading

Table of Contents