PDA

View Full Version : SSL how?


ChuckRock
02-05-2003, 09:36 AM
What is the link to use SSL without getting my own cert?

mort
02-05-2003, 09:55 AM
Ferrari
https://secure.elinuxservers.com/~username/

Porsche
https://secure2.elinuxservers.com/~username/

Mercedes
https://secure3.elinuxservers.com/~username/

ChuckRock
02-05-2003, 09:56 AM
Thank you very much!

ChuckRock
02-05-2003, 10:03 AM
I tried all the links adding what should, well at it did at my last provider. I get page not found.

Steven
02-05-2003, 10:04 AM
Originally posted by mort
Ferrari
https://secure.elinuxservers.com/~username/

Porsche
https://secure2.elinuxservers.com/~username/

Mercedes
https://secure3.elinuxservers.com/~username/

Jaguar
https://secure4.elinuxservers.com/~username/
Username is the username that your account was created/transferred with.

-Steven

mort
02-05-2003, 10:11 AM
sorry about that, I thought I had missed one

ChuckRock
02-05-2003, 11:24 AM
If I use "https://secure4.elinuxservers.com/~better" this works. But if I use "https://secure4.elinuxservers.com/~better/phpmanager/order/index.php", it takes me to the default index page for a new site?

Any Ideas?

mort
02-05-2003, 11:31 AM
seems like you have a redirection in place.

Going to your site via http://64.5.33.130/~better/ and clicking on "order" (http://64.5.33.130/~better/phpmanager/order/index.php) produces the same result, which is why I suspect a redirect rather than a problem with the ssl address

ChuckRock
02-05-2003, 11:54 AM
I never set redirect up, I'll check.

If you go to my site a use orders, it works without ssl

mort
02-05-2003, 12:31 PM
The 'order' link on your site http://www.betterthanfree.net points to http://www.betterthanfree.net/orders/main.html, I am asuming the domain is still currently pointing to the old server.

http://64.5.33.130/~better/phpmanager/order/index.php
is where 'order' takes you from your main page on your account here.

Have a look right at the top of the source code of index.php

The line:

<script>window.setTimeout('changeurl();',10); function changeurl(){window.location='http://64.5.33.130';}</script>

There's your redirect.