-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URGENT: Issue with certificates #157
Comments
Hello @pennal, I have been able to reproduce the error through integration testing. At first I want to rule out a network error by the MJML server and I will check if we have any deprecated libraries. |
Awesome, let me know if I can help in any way |
Hi @pennal , its a problem related with MJML server certificate, seems like be a self-signed certificate If you execute curl request you can reproduce the problem: Can you report this problem on MJML Slack? |
This has already been reported: mjmlio/mjml#2114. I guess that the plan to be sure from now on is to self host the service |
@pennal you can use this Docker image to host the service on your own. There are lot of platforms that support Docker (Heroku, GCloud, Azure, AWS, etc) |
Do you have any indication that the image you attached actually works? I have been trying for the past hour to no luck |
So I have been able to figure this out, but with some caveats:
It would be great if:
Regarding the image, I guess an issue can be opened on the mjml project asking for it. |
Is there any update on this? I tried tackling this myself but I have no experience with Kotlin and did not get too far |
Since this morning I have been experiencing issues with the API at mjml.io, with an error in the certificates. The call to the API from any other client works, so I believe the issue is in the library used to make the request, might simply be outdated.
Here is the stacktrace:
The text was updated successfully, but these errors were encountered: