4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
29 results tagged SSL x
  • Predefined SSL security policies for Classic Load Balancers - Elastic Load Balancing
    7 février 2024 à 11:34:41 UTC+1 - permalink - archive.org - https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-policy-table.html
    aws policy ssl
  • upload-server-certificate — AWS CLI 1.11.124 Command Reference

    --path

    25 juillet 2017 à 11:07:06 UTC+2 - permalink - archive.org - http://docs.aws.amazon.com/cli/latest/reference/iam/upload-server-certificate.html
    aws iam ssl
  • How to: Debug SSL certificate problems from the shell prompt

    openssl s_client -connect www.cyberciti.biz:443

    21 mars 2017 à 15:45:48 UTC+1 - permalink - archive.org - https://www.cyberciti.biz/tips/debugging-ssl-communications-from-unix-shell-prompt.html
    debug ssl
  • How can I see which sites have set the HSTS flag in my browser? - Information Security Stack Exchange

    Un peu une saloperie ce HSTS tout de même

    Chrome:

    Open Chrome
    Type chrome://net-internals/#hsts in the address bar of chrome
    Query domain: if it appears as a result, it is HSTS enabled

    Firefox:

    Open file explorer
    Copy paste %APPDATA%\Mozilla\Firefox\Profiles\ in the address bar of file explorer (for Linux it is ~/.mozilla/firefox)
    Double click the folder you see (if you have multiple FF profiles, there will be multiple folders)
    Open SiteSecurityServiceState.txt. This textfile contains sites that have enabled HSTS.
    20 octobre 2016 à 12:21:27 UTC+2 - permalink - archive.org - http://security.stackexchange.com/questions/92954/how-can-i-see-which-sites-have-set-the-hsts-flag-in-my-browser
    browser hsts https security ssl
  • SSL/TLS and PKI Timeline

    via skunnyk

    1 juin 2016 à 13:45:46 UTC+2 - permalink - archive.org - https://www.feistyduck.com/ssl-tls-and-pki-timeline/
    https pki ssl timeline tls
  • Reparlons de Let’s Encrypt
    25 février 2016 à 10:54:11 UTC+1 - permalink - archive.org - http://linuxfr.org/news/reparlons-de-let-s-encrypt
    letsencrypt ssl twitter
  • Server Name Indication — Wikipédia

    Cela permet au serveur de présenter plusieurs certificats pour la même adresse IP

    Lorsqu'un client initie une connexion TLS, il demande un certificat électronique au serveur web ; une fois que le serveur a renvoyé le certificat, le client l'examine et compare le nom de domaine qu'il essaye de joindre avec le ou les noms inclus dans le certificat. Si une correspondance est trouvée, la connexion continue comme d'habitude. Sinon, l'utilisateur est généralement prévenu d'un problème et la connexion est alors interrompue, puisqu'un tel problème peut signaler une tentative d'attaque de l'homme du milieu. Cependant, certaines applications autorisent l'utilisateur à passer outre l'avertissement, et se connecter tout de même, l'utilisateur prenant alors seul la responsabilité de la confiance envers le certificat concerné.

    8 janvier 2016 à 11:26:14 UTC+1 - permalink - archive.org - https://fr.wikipedia.org/wiki/Server_Name_Indication
    sni ssl
  • Generate Mozilla Security Recommended Web Server Configuration Files

    via Doo

    9 décembre 2015 à 11:34:38 UTC+1 - permalink - archive.org - https://mozilla.github.io/server-side-tls/ssl-config-generator/
    htts ssl
  • thumbnail
    drwetter/testssl.sh
    21 septembre 2015 à 11:47:54 UTC+2 - permalink - archive.org - https://github.com/drwetter/testssl.sh
    security ssl test
  • HAProxy version 1.5.14 - Configuration Manual

    Pour avoir plusieurs certificats

    If a directory name is used instead of a PEM file, then all files found in
    that directory will be loaded in alphabetic order unless their name ends with
    '.issuer' or '.ocsp' (reserved extensions). This directive may be specified
    multiple times in order to load certificates from multiple files or
    directories. The certificates will be presented to clients who provide a valid
    TLS Server Name Indication field matching one of their CN or alt subjects.
    Wildcards are supported, where a wildcard character '' is used instead of the
    first hostname component (eg:
    .example.org matches www.example.org but not
    www.sub.example.org).

    If no SNI is provided by the client or if the SSL library does not support
    TLS extensions, or if the client provides an SNI hostname which does not
    match any certificate, then the first loaded certificate will be presented.
    This means that when loading certificates from a directory, it is highly
    recommended to load the default one first as a file or to ensure that it will
    always be the first one in the directory.

    15 août 2015 à 15:22:57 UTC+2 - permalink - archive.org - http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#5.1-crt
    haproxy ssl
  • Proactively Handling Certificate Expiration With ssl-cert-check
    24 juin 2015 à 14:56:50 UTC+2 - permalink - archive.org - http://prefetch.net/articles/checkcertificate.html
    ssl
  • SSL, STARTTLS and Zertifikate prüfen · SSL-Tools

    via skunnyk

    7 mai 2015 à 15:38:37 UTC+2 - permalink - archive.org - https://ssl-tools.net/
    certificate mail ssl test
  • Security/Server Side TLS - MozillaWiki
    2 avril 2015 à 15:20:49 UTC+2 - permalink - archive.org - https://wiki.mozilla.org/Security/Server_Side_TLS
    firefox ssl tls
  • Strong SSL Security on nginx - Raymii.org
    2 avril 2015 à 15:20:32 UTC+2 - permalink - archive.org - https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
    ssl
  • Decrypting TLS Browser Traffic With Wireshark – The Easy Way! | Jim Shaver
    13 février 2015 à 16:34:48 UTC+1 - permalink - archive.org - https://jimshaver.net/2015/02/11/decrypting-tls-browser-traffic-with-wireshark-the-easy-way/
    ssl wireshark
  • StartSSL pour des certificats SSL "wildcard" à petit prix - PAB's blog

    Faudrait que je fasse ça, ce serait plus propre

    1 janvier 2015 à 15:11:29 UTC+1 - permalink - archive.org - http://blog.bandinelli.net/index.php?post/2014/11/10/StartSSL-pour-des-certificats-SSL-wildcard-%C3%A0-petit-prix
    certificat ssl
  • Let's Encrypt

    via sebsauvage

    19 novembre 2014 à 12:56:47 UTC+1 - permalink - archive.org - https://letsencrypt.org/
    certif ssl
  • The DANE Protocol – DNS-Based Authentication of Named Entities | Deploy360 Programme
    24 avril 2014 à 11:55:41 UTC+2 - permalink - archive.org - http://www.internetsociety.org/deploy360/resources/dane/
    dane dns dnssec ssl
  • SSL Certificate Checker - Check for vulnerabilities like HeartBleed
    24 avril 2014 à 11:07:32 UTC+2 - permalink - archive.org - https://ssltools.geotrust.com/checker/views/certCheck.jsp
    ssl
  • thumbnail
    Why we don't use a CDN: A story about SPDY and SSL

    Bon article sur quelques subtilités ssl

    via Skunnyk

    21 février 2014 à 09:52:11 UTC+1 - permalink - archive.org - https://thethemefoundry.com/blog/why-we-dont-use-a-cdn-spdy-ssl/
    bench http https nginx ssl
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation