My customer gave me a picture :

Does the SSL upgrade made by gipuzkoa this time have any impact on submitting invoices?
before today, when i send invoice to gipuzkoa's test environment, i set
CURLOPT_SSL_VERIFYPEER = false
CURLOPT_SSL_VERIFYHOST = false
and i successfully submit the invoice. At the same time, in the production environment, I enabled SSL authentication, and it also works well.
Should we add a separate “CURLOPT-CAINFO” to cope with this adjustment?Or is it that no modifications need to be made?
My customer gave me a picture :

Does the SSL upgrade made by gipuzkoa this time have any impact on submitting invoices?
before today, when i send invoice to gipuzkoa's test environment, i set
CURLOPT_SSL_VERIFYPEER = false
CURLOPT_SSL_VERIFYHOST = false
and i successfully submit the invoice. At the same time, in the production environment, I enabled SSL authentication, and it also works well.
Should we add a separate “CURLOPT-CAINFO” to cope with this adjustment?Or is it that no modifications need to be made?