In the environment I was testing on, some pages took longer than 10000 ms to load, so I made this CURL parameter configurable.
I also wanted to be able to test on my local environment where no certificate was setup at all. I adopted the 'no-check-certificate' parameter to allow this situation. I did consider adding a new parameter, but thought this would complicate the command.
Also, judging by the name, 'no-check-certificate' , I think allowing no certificates at all makes sense too.
In the environment I was testing on, some pages took longer than 10000 ms to load, so I made this CURL parameter configurable.
I also wanted to be able to test on my local environment where no certificate was setup at all. I adopted the 'no-check-certificate' parameter to allow this situation. I did consider adding a new parameter, but thought this would complicate the command. Also, judging by the name, 'no-check-certificate' , I think allowing no certificates at all makes sense too.