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
7 results tagged proxy  ✕
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
HTTP Toolkit | Intercept, debug & build with HTTP https://httptoolkit.tech/
18/01/2019 21:16:16

Pas testé mais ça peut servir.

http proxy debug dev
apt-get behind proxy on VirtualBox Ubuntu - Super User https://superuser.com/questions/269407/apt-get-behind-proxy-on-virtualbox-ubuntu
27/08/2018 13:51:05
ubuntu virtualbox proxy
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
What is Bandwidth Hero? | Bandwidth Hero https://bandwidth-hero.com/
08/11/2017 17:46:08

Un proxy web qui compresse les données à la volée. L'intérêt par rapport aux outils existant c'est que le partie serveur est auto-hébergeable.

Via https://korben.info/bandwidth-hero-surfez-compresse-economiser-de-bande-passante.html

selfhosted proxy web extension chrome firefox
CantSeeMe Proxy! https://www.cantseeme.co.uk/
22/08/2016 17:02:24

Un petit proxy web.

proxy web
Using npm behind a corporate proxy - Wil Boayue http://wil.boayue.com/blog/2013/06/14/using-npm-behind-a-proxy/
30/04/2014 14:14:29

Utiliser npm (le package manager de Nodejs) derrière un proxy.

nodejs npm proxy
3869 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn