By lgc on
Hi!
I am working on designing a website with Drupal 9
and "Connection not secure" appears when browsing. I'm not sure about the problem, I was reading about the http protocol ... But I don't know what step I have to follow. Is there a module that helps?
Thanks in advance!
Comments
In order to have a secure
In order to have a secure connection, you are going to have to setup an SSL cert on the webserver and configure all traffic from port 80 to redirect to port 443. If you look up how to setup https it will point you in the right direction.
This is not a Drupal issue,
This is not a Drupal issue, it's an infrastructure issue. As the poster above has mentioned, you need an SSL certificate (AKA HTTPS). When you enable the SSL certificate, Drupal will work.
Contact me to contract me for D7 -> D10/11 migrations.
Yes, you are absolutely right
Yes, you are absolutely right. You need to secure your SSL connection
by a certificate issued by a certificate authority. As you enable your SSL
certificate, the site will start working securely.
Thanks for your answer! I
Thanks for your answer! I will!