8000 GitHub - lebalz/http-to-https-proxy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lebalz/http-to-https-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTP to HTTPS proxy

A simple nginx config to proxy HTTP to HTTPS. This is only needed because esp8266 with micropython can not perform https requests with ECDH certificates.

Usage

Given you deploy this app to proxy.foo.com, then instead of

you will use now

Deploy

# on the dokku server
dokku apps:create proxy
dokku domains:add proxy proxy.foo.com
# on your local machine
git remote add dokku dokku@<your-ip>:proxy
git push dokku

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0