Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: HTTP security.

HTTP security: Difference between revisions

From MoodleDocs
m (category)
m (added link to spanish translation of document)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Location: ''Administration > Security > HTTP security''
{{Security}}
HTTPS for logins can be enabled by an administrator in ''Settings > Site administration > Security > HTTP security''.


==Use HTTPS for logins==
==Use HTTPS for logins==
Line 8: Line 9:
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=79110 Locked out] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=79110 Locked out] forum discussion


[[Category:Administrator]]
[[Category:Site administration]]
[[Category:Security]]
 
[[de:HTTP-Sicherheit]]
[[es:Seguridad HTTP]]

Latest revision as of 22:16, 15 December 2013

HTTPS for logins can be enabled by an administrator in Settings > Site administration > Security > HTTP security.

Use HTTPS for logins

HTTPS encrypts the user's login data, so it's difficult to sniff out a user's username and password on the network. You will need to enable HTTPS on your server before you turn on this setting, or else you will be locked out of your site. Every web server has a different method for enabling HTTPS, so you should check the documentation for your web server.

See also