This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docu:csheet:net:relays:socat_usage [2020/09/10 08:50] – [2. Create a **simple network-based UDP logging** endpoint] admin | docu:csheet:net:relays:socat_usage [2022/05/17 14:27] (current) – [2. Create a **simple network-based TCP logging** endpoint] admin | ||
---|---|---|---|
Line 30: | Line 30: | ||
\\ | \\ | ||
+ | ==== 3. Create a HTTP -> HTTPS proxy for certificate errors when unsupported. ==== | ||
+ | <code bash> | ||
+ | # creates an http server at 127.0.0.1: | ||
+ | socat TCP4-LISTEN: | ||
+ | </ | ||
+ | |||
\\ | \\ | ||
- | Sources: | + | \\ |
+ | ==== Sources: | ||
https:// | https:// |