Ça marche. Merci pour votre aide.
On peut donc avoir un site propulsé par DRUPAL 8 hébergé chez YULPA avec protection https. La procédure est la suivante :
1- Créer un certificat en utilisant dans manager "créer un certificat let's encrypt",
2 -Ensuite sur le site (en drupal 8) installer le module "secure login".
3- Ajouter dans .htacces les lignes :
# Redirect to HTTPS
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Je n'ai pas trouvé comment mettre "RÉSOLU" dans le titre.