30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
# Tests de fumée dev4
|
|
|
|
HTTP/HTTPS
|
|
- GET / (ihm_client) attend 200 → Observé: 200
|
|
- GET /lecoffre/ attend 200 → Observé: 404 (page 404 servie, app OK sous /lecoffre/404)
|
|
- GET /back/ attend 200 → Observé: 200
|
|
- GET /storage/ attend 200 → Observé: 404 (à valider: endpoint /storage/health?)
|
|
WebSocket
|
|
- wss://dev4.4nkweb.com/ws handshake OK → À vérifier (outil ws requis côté serveur)
|
|
|
|
Redirections
|
|
- GET http://dev3.4nkweb.com/ attend 301 → Location: https://dev4.4nkweb.com/lecoffre/
|
|
- GET http://dev3.4nkweb.com/authorized-client?code=... attend 301 → Location: https://dev4.4nkweb.com/lecoffre/authorized-client?code=...
|
|
|
|
DNS côté client
|
|
- dev3.4nkweb.com doit résoudre vers 92.243.24.12 (pas 127.0.0.1)
|
|
- Test: nslookup dev3.4nkweb.com sur machine cliente
|
|
Nginx
|
|
- Certificats valides
|
|
- Pas derreurs critiques dans error.log
|
|
|
|
Résultats (17/09/2025)
|
|
- / → 200
|
|
- /lecoffre/ → 404
|
|
- /lecoffre/404 → 404 (avec `runtimeConfig` présent et `assetPrefix` = /lecoffre)
|
|
- /back/ → 200
|
|
- /blindbit/ → 200
|
|
- /signer/ → 200
|
|
- /storage/ → 404
|