Update: Due to some certificate error let's just ignore the check on a

few links.

Logs:
* ERR_TLS_CERT_ALTNAME_INVALID -https://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/
* CERT_HAS_EXPIRED - https://lakion.com/lionframe
* ERR_TLS_CERT_ALTNAME_INVALID - https://tastypieapi.org/
* Z_DATA_ERROR - https://swagger.io/
This commit is contained in:
Olivier
2023-01-02 21:35:25 +07:00
parent 7f14f1a603
commit 3f37ce6184

View File

@@ -1,2 +1,9 @@
delay:
'https://github.com': 500 #Avoiding Github rate limit by delaying the request -> 500ms
ignore:
urls: # Array of url to ignore
- https://swagger.io/
- https://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/
- https://lakion.com/lionframe
- https://tastypieapi.org/