arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
499 stars 208 forks source link

DGII Services change SSL validation and verification. #453

Closed jeffryjdelarosa closed 2 weeks ago

jeffryjdelarosa commented 4 weeks ago

This a a new way with disable SSL since August 30th DGII has change their SSL validation. All our customer is down becasue of this.

jeffryjdelarosa commented 4 weeks ago

@arthurdejong the Zeep library is no installed.

arthurdejong commented 2 weeks ago

Hi @jeffryjdelarosa,

Thanks for your contribution. In 3fcebb2 I've added support for verifying certificates for all network services. I think this covers all the cases that this PR was meant to resolve. If that is not the case feel free to re-open this PR.

jeffryjdelarosa commented 2 weeks ago

It's a pleasure, thanks @arthurdejong !