I’m trying to get going with shellhooks but running into some issues early on. Was following some of the test from the github page, specifically:
To execute an example script which prints input back to output (smart-proxy log):
$ curl -sX POST -H 'Content-Type: text/plain' \
--data "This is a test" \
https://localhost:9090/shellhook/print_body
When I run this I see SSL errors in my proxy.log file such as “sslv3 alert bad certificate”
It feels like I’m missing a step but I’m not sure what it is
Thanks for the response, when I try that I get an “No client SSL certificate supplied” error. I’m not sure I understand the certificate requirements for using shellhooks