CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Location
    Greece
    Posts
    533

    SSL connections + Domain aliases

    How to make SSL connections for exchanging trusted information?

    Who is responsible for the Domain aliases (http://my_alias.my_site.com)?
    The Domain provider or the Webmaster? In any case a test I made it never reaches my web app, so it must be one of them responsible.

    In advance, a payment system with credit cards (hate it) must be from some international organization in order for the users to feel confortable? What is the proper way. Is it some agreement with a bank?

    Lots of questions, but they need some answers.
    - Better live in the digital world -

  2. #2
    Join Date
    Feb 2000
    Location
    OH - USA
    Posts
    1,892

    Re: SSL connections + Domain aliases

    "Aliases" are actually DNS records in the name server that controls your site. So whoever maintains the DNS servers is the one that would be responsible for adding new entries.

    Credit processing info:
    http://www.thesitewizard.com/archive/creditcards.shtml
    Good Luck,
    Craig - CRG IT Solutions - Microsoft Gold Partner

    -My posts after 08/2015 = .NET 4.x and Visual Studio 2015
    -My posts after 11/2011 = .NET 4.x and Visual Studio 2012
    -My posts after 02/2010 = .NET 4.0 and Visual Studio 2010
    -My posts after 12/2007 = .NET 3.5 and Visual Studio 2008
    -My posts after 04/2007 = .NET 3.0 and Visual Studio 2005
    -My posts before 04/2007 = .NET 1.1/2.0

    *I do not follow all threads, so if you have a secondary question, message me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured