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:45] – [1. **Connect a remote mysql UNIX socket to the localhost** (for development)] admin | docu:csheet:net:relays:socat_usage [2022/05/17 14:27] (current) – [2. Create a **simple network-based TCP logging** endpoint] admin | ||
---|---|---|---|
Line 24: | Line 24: | ||
\\ | \\ | ||
- | ==== 2. Create a **simple network-based | + | ==== 2. Create a **simple network-based |
<code bash> | <code bash> | ||
socat -u TCP4-LISTEN: | socat -u TCP4-LISTEN: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | ==== 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:// |