Open DrRemorse opened 4 years ago
Thank you @DrRemorse, will give it a test here.
If anyone wants to apply this patch, its quite easy to do...
git clone https://github.com/solusipse/fiche.git /usr/src/fiche
cd /usr/src/fiche
git fetch origin pull/104/head:pr-104
git checkout pr-104
make
make install
Thanks agian @DrRemorse for making this possible.
To send data to the SSL version, you need to use ssl enabled version of netcat
, nmap
package contains ncat
which has ssl support, then you you can use...
❯ echo moo | ncat --ssl termbin.example.com 9999
https://termbin.example.com/4yx4ct
Hi,
I added SSL support to fiche this weekend and thought others might find it useful.
Thank you for your consideration.