This is a follow up to #61. When testing my branch from that PR I discovered that passing ca certificates worked on my new pipeline but the skip ssl verification option was broken on my other pipeline. I had made the changes in the PR on my local system but forgot to update my existing PR.
During testing I also discovered that the ssl_flag variable does not need quotes when interpolating in curl commands.
This is a follow up to #61. When testing my branch from that PR I discovered that passing ca certificates worked on my new pipeline but the
skip ssl verification
option was broken on my other pipeline. I had made the changes in the PR on my local system but forgot to update my existing PR.During testing I also discovered that the
ssl_flag
variable does not need quotes when interpolating incurl
commands.