Self -signed certificates

Discussion in 'ASP.NET / ASP.NET Core' started by qaak, Mar 11, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm just starting my web site and I don't have a lot of money for SSL
    I know it's an add on. I've seen some websites in .NET that use a
    self-signed SSL certificate to transmit over SSL. Does anyone know
    how to do this? I'm trying to think of a good example. The only
    drawback is that a message pops up saying do you trust this certificate,
    yes or No?
    Browsers only recognize trusted certificates but they're so expensive.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    are you trying to do HTTPS?

    If so, self signed cert will not work because the browse has to trust your cert, if your cert is not issued by a reputable CA, the browser will complaint that it has no knowledge of the cert.

    If you are tight on budget, try some low cost cert like

    http://www.rapidssl.com/index_ssl.htm

    or Turbo SSL from Godaddy.

    Note that Godaddy's Turbo SSL may not work for some browser.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Rapid SSL is still expensive tough[​IMG]




    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    naw... back in the days, we used to pay $500 per yrs for certificates.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page