Skip to content

Commit

Permalink
Document certificate test on https://rdc.sat.gob.mx/
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Jun 27, 2019
1 parent c1f9b5f commit 312ab5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Hay que remover esta condición en cuando el sitio del SAT esté correctamente c
Buscar en el código de pruebas el uso de `CfdiUtilsTests\TestCase::newInsecurePhpDownloader(): DownloaderInterface`
y remover el método.

Al correr el siguiente comando correrá 1000 peticiones secuenciales e imprimirá el resultado, si es `0` entonces
la petición se completó, si es `60` es el error de certificado expirado.

```shell
for i in {1..1000}; do curl --verbose "https://rdc.sat.gob.mx/rccf/" > /dev/null 2>&1 ; echo $? ; done | sort | uniq -c
694 0
306 60
```

## Documentación del proyecto

Expand Down

0 comments on commit 312ab5a

Please sign in to comment.