Hello @jcaballeroa, sorry for the delay on this topic but could you please open a support request at Radix IoT - Support? I would like to better assist on this topic but access to the files have expired. Also, have you tried to start a clean Mango v5 to see if you have any issue starting up Mango before upgrading?
administrators
-
RE: Error while checking certificates
-
RE: Error while checking certificates
@jcaballeroa You mentioned that you are testing Mango 5 in free mode. Could you please tell me how many data points you are using, and send the complete ma.log file again?
Additionally, assuming the server writes logs to
/var/log/syslog
, you might find more log entries related to Mango’s issues there. I often find the information I need in the syslog when Mango fails to start up correctly.Thank you.
-
RE: Error while checking certificates
@jcaballeroa It appears the issue is related to this property:
pki.monitor.expiringSoonThreshold=25%
The problem may stem from unusual locale settings on your computer that do not properly recognize the percentage symbol (%). To address this, follow these steps in order:
Step 1: Modify the property
-
Edit the configuration file containing
pki.monitor.expiringSoonThreshold=25%
. Change this setting to the decimal format (0.25) instead of using a percentage,pki.monitor.expiringSoonThreshold=0.25
. -
Restart the Mango service to apply the new settings.
If the issue persists, proceed with Step 2:
Step 2: Check your locale settings
-
Ensure your system uses a standard locale, such as en_US, where the percentage symbol (%) is recognized correctly. Adjust your locale settings if necessary.
-
Restart the Mango service again to apply these changes.
Please implement these steps and let us know on the forum whether this resolves the issue. Your feedback is invaluable and can assist others experiencing similar issues.
-
-
RE: Error while checking certificates
Hello @jcaballeroa, I'm sorry to hear you're experiencing issues. To better understand the problem, I will need you to provide more details.
- Which Mango version are you using in v3, v3.7.12?
- Did this error start after upgrading to v5.2.1, or did you start with a clean install and your overrides added?
- Please share your SSL properties settings (those you feel comfortable sharing).
- Also, can you confirm that you are running Java 17 for the v5 Mango?
Sharing your ma.log file would greatly help in diagnosing the issue. Thank you.
BR,
Joe Miraglia
SAE/Radix IoT -
RE: Editing mango.properties for Process Event
The settings introduced in mango 5.2.0
## Settings for event handlers # Enable the process event handler event-handlers.process.enabled=false # Enable interpolation for the process event handler command event-handlers.process.interpolation-enabled=false
-
RE: Mango V4
Also @paulolando91 I see the REST URL you are using is wrong, there is no v4 API. The REST api is versioned differently to the Mango version. So its best to use the alias
latest
so that your URL would be something like:<img src="/rest/latest/file-stores/default-filestores/Generator01.png">
-
RE: Certificate is expired for https://maven.mangoautomation.net/repository/ias-release/
@vishalcapri Hi there,
Apologies for the issues here, but I fixed this issue yesterday or the day before. I did something incorrectly with the renewal process, and it caused this strange behavior. Can you try again and let me know if it's fixed for you?
Liv
-
RE: Certificate is expired for https://maven.mangoautomation.net/repository/ias-release/
Hello @vishalcapri,
Thanks for letting us know. We will have those updated.
Best regards,
Joe Miraglia
SAE
Radix IoT -
RE: Mango v5.1.4 SSL
@Jdiaz-co I just reproduced this, this is a bug and we will fix it in the next release. Can I ask why you want to disable SSL? You should be able to access the HTTP port on 8080 even if SSL is enabled.
If you are having trouble accessing Mango on port 8080, try disabling HSTS using
ssl.hsts.enabled=false
and clear your browser cache. HSTS tells your web browser to only ever use HTTPS for that website.
https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security -
RE: Certificate is expired for https://maven.mangoautomation.net/repository/ias-release/
@kirill-kostin Thank you for letting us know, I've fixed the issue on our end.