Merge pull request #2839 from betagouv/ssl-typhoeus
Remove ssl_verifypeer option in ApiEntreprise::API.call
This commit is contained in:
commit
8f3c427c70
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class ApiEntreprise::API
|
|||
params = params(siret_or_siren, procedure_id)
|
||||
|
||||
response = Typhoeus.get(url,
|
||||
ssl_verifypeer: false,
|
||||
params: params,
|
||||
timeout: TIMEOUT)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue