[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-security] Require SSL to admin interface on Qube3



I figured out how to require SSL when using the Admin interface on the Qube3. SSH to the device, login as root, cd to /etc/admserv/conf and use your favorite editor to modify httpd.conf.

change the lines:
<VirtualHost _default_:444>
SSLEngine off
</VirtualHost>
to:
<VirtualHost _default_:444>
SSLEngine on
</VirtualHost>

Still working on how to make the whole server require SSL.

-- 

Hugh R. Taylor
Information Systems Supervisor
Chemical Propulsion Information Agency
10630 Little Patuxent Parkway,Suite 202
Columbia, MD 21044-3204
Phone: (410)992-9952
Fax: (410)730-4969
mailto: hrt@xxxxxxx
http://www.cpia.jhu.edu

--
Hugh Taylor <hrtlist@xxxxxxxxxxxx>