Note that there are some explanatory texts on larger screens.

plurals
  1. POCNAME setup displaying 'Bad Request (400)'
    primarykey
    data
    text
    <h2>Background:</h2> <p>My Django app is located @ <code>www.name-of-app.rhcloud.com</code> Through <code>dns-provider.com</code> I own: <code>www.name-of-app.com</code></p> <p>The CName setup is as follows: <code>name-of-app.com</code> redirects to <code>www.name-of-app.com</code>, <code>www.name-of-app.com</code> is setup as a CNAME alias to <code>www.name-of-app.rhcloud.com</code></p> <p>Now if I try to access www.name-of-app.com from any browser I receive a 'Bad Request (400)' error.</p> <p>I have played around with the following settings:</p> <ul> <li>I can successfully redirect <code>www.name-of-app.com</code> to <code>www.name-of-app.rhcloud.com</code>, but then after switching back to a CNAME I am met with the same error.</li> <li>I have added the necessary alias ala: rhc alias add <code>www.name-of-app.com</code> -a myApp</li> <li>I have tried the steps of removing &amp;&amp; then re-adding the above alias, to no effect.</li> </ul> <p>If I run the host command from my devel station I see that the alias is correctly set up.</p> <p>cmd: host www.name-of-app.com<code>(first 2 lines of output are listed below):</code>www.name-of-app.com<code>is an alias for</code>name-of-app.rhcloud.com<code>.</code>name-of-app.rhcloud.com<code>is an alias for</code>ex-std-nodeXXX.prod.rhcloud.com`.</p> <p>I am working with <code>dns-provider.com</code>, but they haven't raised any issues to this point.</p> <h2>Question:</h2> <p>How can I get this CNAME issue resolved? It seems to be out of my control and beyond my domain of expertise at the given moment.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload