redbitcz / vyfakturuj-api-php

PHP knihovna pro Vyfakturuj API
https://www.vyfakturuj.cz/api/
MIT License
2 stars 1 forks source link

Secutiry fix - verify API server SSL certificate #1

Closed jakubboucek closed 7 years ago

jakubboucek commented 7 years ago

Is very important to always verify API server's certificate.

Is highly recommended use ca-bundle directly in PHP code for peer verification.

If you have trouble to verify crt on API server, never stop checking certs (or never push it as officially library :)