Skip to content

pantheon-systems/stunnel-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stunnel dev

Unsupported

Install https://github.com/schisamo/vagrant-omnibus using:

vagrant plugin install vagrant-omnibus
vagrant up
vagrant ssh

Then, in the VM:

journalctl -o short-monotonic -p7 -f --full
/bin/stunnel /etc/stunnel/server.conf
systemctl start nginx
systemctl daemon-reload; systemctl stop stunnel.socket; systemctl stop stunnel.service; systemctl start stunnel.socket; curl localhost:9999

Stunnel unmodified is /bin/stunnel, the compiled version lands in /usr/local/bin/stunnel.

Compiling stunnel:

cd /vagrant/src/stunnel-5.01
./configure
make
sudo make install

About

Vagrant development environment for doing stunnel dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •