Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How we can implement SSL in Drupal pages?

Tags:

ssl

drupal

How we can implement SSL in Drupal pages? I mean secure pages.

like image 451
Warrior Avatar asked May 14 '10 10:05

Warrior


People also ask

How do I enable SSL in Drupal 8?

Force SSL. To force the connection via HTTPS you will need to open up the . htaccess file by using your cPanel's File Manager (select show hidden files (dotfiles) or enable this once you are in File Manager via the Settings menu). Now navigate to the location of your Drupal 8 installation, click on the .

How do I implement SSL on my website?

Under Install and Manage SSL for your site (HTTPS), click Manage SSL Sites. Scroll down to the Install an SSL Website and click Browse Certificates. Select the certificate that you want to activate and click Use Certificate. This will auto-fill the fields for the certificate.

What is SSL and how do you implement it?

Secure Sockets Layer (SSL) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and integral.


1 Answers

Use the module SecurePages. It lets you enter URLs or paths that should be secure. If you are using Ubercart, you may want to look at UbercartSSL instead.

http://www.drupal.org/project/securepages

http://drupal.org/project/uc_ssl

like image 150
Kevin Avatar answered Sep 18 '22 15:09

Kevin