You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The following steps will help you to test your domain setup.

Step-by-step guide

  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.
  • No labels