I have been trying to self use my self signed TLS certificate (a .pem file) with Hiawatha
but currently when I follow the information on this webpage: https://www.hiawatha-webserver.org/howto/bindings
Hiawatha dose not seem to be hosting anything at port 443 as when I run
netstat -tlpn i see nothing running at port 443
here is my bind function in my config file
Binding {
Port = 443
TLScertFile = /home/tom/keys/tls.pem
}
any help appreciated thanks in advanced!