• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. JMbayo
    3. Topics

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Groups 0

    Topics

    • J

      Mango Lifecycle terminated.

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      816 Views
      J
      @craigweb Thank you; Port 8080 is being used and that was the isssue.
    • J

      Mango installation

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation Installation
      9
      0 Votes
      9 Posts
      3k Views
      J
      @craigweb Hi!thank you very much ,this information was really helpful. Working now
    • J

      SSL Installation on the mango cloud

      Watching Ignoring Scheduled Pinned Locked Moved Mango General
      14
      0 Votes
      14 Posts
      5k Views
      J
      Hi all; the SSL is now working on my cloud. I thought I would share the procedure and challenges encountered. Step 0. Buy a genuine SSL certificate Step 1. Generate a CSR to request a certificate from a recognised CA Step 2 Generate a file.jks; on my case I used keystore explore to create a keystore.jks and load all my certificate in it. Setp 3 I then imported it into my mango /opt/mango/overrides/properties Challenges: After all these steps, when I edited my env file to activate the SSL, my web page couldn’t be access. The issue was on my env file, I didn’t uncommented the ssl.key.password. I followed the instruction for using certbot which was not the right one for my case. The right is on support under configurationinstallation ssl.on=true ssl.port=443 ssl.keystore.location=[YOUR FULL MANGO PATH HERE]/overrides/keystore.jks ssl.keystore.password=[leave empty if you didn’t use a password] ssl.key.password=[leave empty if you didn’t use a password] (Note that this need to be uncommented as it is initially commented out) Then I restarted mango, and that’s it