Php versions – Connecting from php application to gearman server over ssl
I am trying to encrypt the connection from an application running on php 5.6.40 to gearman server(version 1.1.12). I have started gearman server enabling ssl and passed the ca file, certificate and key as arguments. gearmand -d --ssl --ssl-ca-file=ca.crt --ssl-certificate=gearman.crt…