fiche icon indicating copy to clipboard operation
fiche copied to clipboard

Added SSL support

Open DrRemorse opened this issue 5 years ago • 2 comments

Hi,

I added SSL support to fiche this weekend and thought others might find it useful.

Thank you for your consideration.

DrRemorse avatar Aug 17 '20 02:08 DrRemorse

Thank you @DrRemorse, will give it a test here.

soakes avatar Sep 25 '24 20:09 soakes

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

soakes avatar Sep 25 '24 23:09 soakes