Remove ssl_verifypeer option in ApiEntreprise::API.call
SSL seems OK for https://entreprise.api.gouv.fr/
This commit is contained in:
parent
00dd1ed806
commit
a8af27105d
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…
Reference in a new issue