Bonjour,
Je rencontre un petit problème avec mercure depuis peut.
Je ne comprend pas pourquoi j'obtiens une erreur alors qu'avant cela fonctionnait parfaitement.
Ce que je fais
Voici comment je lance Mercure :
JWT_KEY='aVerySecretKey' ADDR=localhost:3000 ALLOW_ANONYMOUS=false CORS_ALLOWED_ORIGINS=https://localhost:8000 ./mercure/mercure
.env.local:
MERCURE_PUBLISH_URL=http://localhost:3000/.well-known/mercure
MERCURE_JWT_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOlsiKiJdLCJzdWJzY3JpYmUiOlsiKiJdfX0.XE-X1o8kJmx0v_t48ttHKjqROEscuLQSSLX3bK6okhM
MERCURE_JWT_KEY=aVerySecretKey
Ce que j'obtiens
Message d'erreur :
SSL peer certificate or SSH remote key was not OK for "https://localhost:8000/.well-known/mercure".
Merci d'avance pour votre aide !!