Versions Compared

Key

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

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

Step-by-step guide

  1. Get Resolve the load balancer's 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 the “/etc/hosts” file and save the changes: 
    <yourAddressFromStep1> <hostAddress> 

  4. Reopen the terminal again and run the this command:
    curl -iv https://<hostAddress>

    (if it does not work, try to restart the machine).

  5. Rollback After testing, roll back the changes you made in the /etc/hosts after testing file.

Page properties
hiddentrue
Related issues