nahi / httpclient

'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby.
https://github.com/nahi/httpclient
703 stars 290 forks source link

Delete httpclient default gem default certificates #438

Open chaitrahegde115 opened 3 years ago

chaitrahegde115 commented 3 years ago

Hi, I have installed httpclient gem in td-agent. This gem has installed default certificates in sample/ssl folder. From the src code I can see these certificates are no where used at run time. Having default certificates bundled in a gem is a security risk. Can these certificates be deleted while bundling the gem so that the default certificates are not bundled with httpclient gem?