- Ajout configuration Nginx pour redirection HTTP 301 - Mise à jour docker-compose.yml: lecoffre-front sur 127.0.0.2:3004 - Configuration HTTPS dev4.4nkweb.com avec proxy vers lecoffre-front - Documentation solution DNS côté client pour ERR_CONNECTION_REFUSED - Tests de fumée mis à jour avec vérification DNS Résout: redirection automatique depuis IDNot vers lecoffre
21 lines
673 B
Markdown
21 lines
673 B
Markdown
# Tests de fumée dev4
|
|
|
|
HTTP/HTTPS
|
|
- GET / (ihm_client) attend 200
|
|
- GET /lecoffre/ attend 200
|
|
- GET /back/health attend 200
|
|
- GET /storage/health attend 200
|
|
WebSocket
|
|
- wss://dev4.4nkweb.com/ws handshake OK
|
|
|
|
Redirections
|
|
- GET http://local.4nkweb.com:3000/ attend 301 → Location: https://dev4.4nkweb.com/lecoffre/
|
|
- GET http://local.4nkweb.com:3000/authorized-client?code=... attend 301 → Location: https://dev4.4nkweb.com/lecoffre/authorized-client?code=...
|
|
|
|
DNS côté client
|
|
- local.4nkweb.com doit résoudre vers 92.243.24.12 (pas 127.0.0.1)
|
|
- Test: nslookup local.4nkweb.com sur machine cliente
|
|
Nginx
|
|
- Certificats valides
|
|
- Pas derreurs critiques dans error.log
|