Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get the load balancer IP address by this command: 
    ping public-live-<subscriptionPackage-name>.de.magnolia-cloud.com 
    (Note: This IP address is not fixed, it can be changed by AWS. Use it for testing only, do not bookmark it.)

  2. Edit your "hosts" file to let your machine resolve the host address. 
    sudo nano /etc/hosts

  3. Add this line to file “/etc/hosts” and save the changes: 
    <yourAddressFromStep1> <hostAddress> 

  4. Reopen the terminal again and run the command:
    curl -iv https://<hostAddress>
    (if it does not work, try to restart the machine).
  5. Rollback the changes in the /etc/hosts after testing.
Page properties
hiddentrue
Related issues