kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
12 results tagged https  ✕
crt.sh | Certificate Search https://crt.sh/
13/10/2024 07:49:22

Chercher les infos liées à un certificat HTTPS. Permet indirectement de trouver tous les sous-domaines d'une domaine, sauf dans le cas de l'utilisation d'un wildcard.

hacking certificat ssl https
GitHub - cameronhunter/local-ssl-proxy: Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only. https://github.com/cameronhunter/local-ssl-proxy
24/03/2022 14:37:34

Un outil super utile si vous avez besoin de lancer en local un site en HTTPS (par exemple pour des histoires de cookies). Une seule commande à lancer et ça fonctionne :

local-ssl-proxy --source 443 --target 80

Évidemment le certificat sera invalide mais en local ce n'est pas un problème.

dev https proxy
How to redirect HTTP to HTTPS Using .htaccess https://www.freecodecamp.org/news/how-to-redirect-http-to-https-using-htaccess/
17/06/2019 13:37:06

Toujours bon d'avoir ça sous le coude.

https redirection htaccess apache
Localhost et HTTPS - Le Hollandais Volant https://lehollandaisvolant.net/?d=2019/01/07/22/57/47-localhost-et-https
08/01/2019 10:13:25
https dev serveur web
Pourquoi on est « sécurisé » en HTTPS ? – Le blog de Seboss666 https://blog.seboss666.info/2018/08/pourquoi-on-est-securise-en-https/
13/09/2018 11:18:25

Excellente explication de ce qu'est HTTPS, de ce qu'il fait et de qu'il ne fait pas.

https
Bug: Setting url: to https in config.js causes a redirect loop · Issue #2796 · TryGhost/Ghost https://github.com/TryGhost/Ghost/issues/2796#issuecomment-350851420
29/05/2018 22:19:49

Exemple de config Apache en mode proxy pour servir un blog Ghost en HTTPS.

<VirtualHost *:443>
    RequestHeader set X-Forwarded-Proto "https"

    ServerName ghost.example.com:443

    SSLEngine on
    SSLProtocol all -SSLv2
    SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA
    SSLCertificateFile /home/user/.ssl/certificate.pem
    SSLCertificateKeyFile /home/user/.ssl/private_key.key

    <Location "/">
        ProxyPreserveHost On
        ProxyPass http://127.0.0.1:2368/
        ProxyPassReverse http://127.0.0.1:2368/
    </Location>
</VirtualHost>
https ghost apache proxy
Let's Encrypt lance ACMEv2 et les certificats wildcard - Next INpact https://www.nextinpact.com/brief/let-s-encrypt-lance-acmev2-et-les-certificats-wildcard-3083.htm
15/03/2018 09:09:23

Let's Encrypt supporte maintenant les certificats wildcard de type *.mondomaine.fr. Très pratique pour n'avoir qu'un seul certificat à gérer pour une infinité de sous-domaines.

letsencrypt certificat https
Comment avoir une excellente configuration HTTPS en 2017 ? https://psychedeli.cat/configuration-https-2017/
23/04/2017 22:43:16

tl;dr checklist HTTPS.

https todoread checklist
Tour d’horizon sur HTTPS et les en-têtes de sécurité - Alsacreations https://www.alsacreations.com/article/lire/1723-tour-horizon-https-et-en-tetes-de-securite.html
16/03/2017 15:34:28

Un article très complet sur les headers de sécurité.

todoread https header sécurité
Let's Encrypt : activation par défaut pour l'ensemble des hébergements d'OVH http://www.nextinpact.com/news/100601-lets-encrypt-activation-par-defaut-pour-ensemble-hebergements-dovh.htm
13/07/2016 10:51:08

Une nouvelle à faire circuler.
Par contre en ce qui me concerne j'ai du activer manuellement la génération des certificats sur mon mutualisé via le Manager OVH.

Via http://lehollandaisvolant.net/?id=20160712225334

certificat ovh mutualisé hébergement https ssl
How To Secure Apache with Let's Encrypt on Ubuntu 14.04 | DigitalOcean https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-14-04
31/12/2015 00:29:18

Comment installer et renouveler automatiquement (via CRON) un certificat Let's Encrypt pour votre serveur Apache sous Ubuntu.

EDIT: Version mise à jour pour Ubuntu 18.04

certificat https chiffrement ubuntu letsencrypt
Let's Encrypt https://letsencrypt.org/
06/05/2015 16:36:12

Une autorité de certification gratuite, automatisée et ouverte, gérée par la Linux Foundation. C'est censé arriver mi-2015. A surveiller.

ssl certificat https mozilla linux
3869 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn