Example for routing multiple "folders" to Node.js servers over https with some basic auth thrown in for good measure
-
Updated
May 8, 2012 - JavaScript
{{ message }}
HTTP (Hypertext Transfer Protocol) is a request and response protocol used to send a request to a server and receive a response back in the form of a file. HTTP is the basis of data communication for the web. HTTPS is an evolution in HTTP, where the “S” stands for secure socket layer allowing communication in HTTP to be more secure.
Example for routing multiple "folders" to Node.js servers over https with some basic auth thrown in for good measure
An HTTPS proxy based on CONNECT-tunnel technique with simple host filtering capabilities
Learn about Node.js: focus on event-driven, non-blocking I/O model, and familiarity with some common used packages:npm,async,request
Simple proxy to add HTTPS to endpoints that only support HTTP.
CLI tool for gathering info in order to debug CDN connection issues without requiring end users to install and use complicated tools
Simple Express middleware for ensuring HTTPS is used.
Dockerfile to build letsencrypt-image
Master's Project for Networks class to create from scratch in C++ a proxy server that caches pages and has a search of cached pages
Automatic certificate issuance, renewal and installation for Uberspace 6.
Provide ssl for xmlrpc servers
A php library for analyzing ssl certificates from website based on X.509 protocol.
Docker image for the mitmproxy web interface mitmweb
Setup gitlab in docker with https and self generated root certificate
SocketKit is a client and server side networking framework for macOS written entirely in Swift.
A small nodejs library providing utility methods for download and upload files through http(s)
A generic CloudFormation template for redirecting from an HTTPS domain using S3, ACM, and CloudFront.
Attempt to fix hardcoded HTTP links in WL-500W's web-ui
The little library which helping with http protocol: processing Cookies and other http-headers, establishing a secure connection(SSL), and other useful features.