parkpow / deep-license-plate-recognition

Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
https://platerecognizer.com/
MIT License
523 stars 122 forks source link

feat: (synology) allow https webhook for surveillance #199

Closed kevinchan123456 closed 6 months ago

kevinchan123456 commented 6 months ago

request will check SSL cerificate authorities. The only way to let our middleware support HTTPS before this commit was using DDNS. After internal discussions, we prefer to set the property 'verify' to False.

The reason we can't use HTTPS is that our NAS devices are using self-signed certificates.