Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: HTTPS server?  (Read 3312 times)

0 Members and 1 Guest are viewing this topic.

Bannana97

    Topic Starter


    Intermediate
  • Owner of HerbertsWorld Corporation
    HTTPS server?
    « on: December 12, 2009, 08:02:10 AM »
    Sometimes I see links that have http:// and other links that have https://
    Would there be any way to get a HTTP secure server in PHP? If not, how?
    « Last Edit: December 12, 2009, 10:45:32 AM by Bannana97 »
    Thanks
    Bannana97

    Salmon Trout

    • Guest
    Re: HTTPS server?
    « Reply #1 on: December 12, 2009, 08:09:52 AM »
    you want to run a secure server?

    soybean



      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: HTTPS server?
    « Reply #2 on: December 12, 2009, 10:33:27 AM »
    https indicates a secure server.  It's what bank websites, credit card websites, investment websites, websites that take online orders, etc., use to keep financial transactions secure.  Do you really need https?

    Bannana97

      Topic Starter


      Intermediate
    • Owner of HerbertsWorld Corporation
      Re: HTTPS server?
      « Reply #3 on: December 12, 2009, 10:44:56 AM »
      Yes, my site will very shortly let users upgrade their account via credit card.
      Thanks
      Bannana97

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: HTTPS server?
      « Reply #4 on: December 12, 2009, 10:56:52 AM »
      So you're going to buy an SSL cert for your site? Do you know how much they cost?

      Quote
      my site will very shortly let users upgrade their account via credit card.
      Why not just use Paypal?


      Quote
      Do you really need https?

      Salmon Trout

      • Guest
      Re: HTTPS server?
      « Reply #5 on: December 12, 2009, 11:14:25 AM »
      Yes, my site will very shortly let users upgrade their account via credit card.

      You are running a business site, professionally, you are a merchant provider, and to get advice about the most mission-critical part of the financial aspect, you ask on a hobby type web help forum. I think you need to think hard about your priorities.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: HTTPS server?
      « Reply #6 on: December 12, 2009, 12:31:04 PM »
      You are running a business site, professionally, you are a merchant provider, and to get advice about the most mission-critical part of the financial aspect, you ask on a hobby type web help forum. I think you need to think hard about your priorities.


      I've thought the same thing for some time.
      I was trying to dereference Null Pointers before it was cool.

      soybean



        Genius
      • The first soybean ever to learn the computer.
      • Thanked: 469
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 10
      Re: HTTPS server?
      « Reply #7 on: December 12, 2009, 04:49:58 PM »
      I think you will have to do some research into this. I doubt anyone here can give you detailed instructions on doing this. A search on setting up a secure web page will yield many references, such as http://www.howtoforge.com/secure_websites_using_openssl_and_apache

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: HTTPS server?
      « Reply #8 on: December 12, 2009, 04:58:13 PM »
      http://www.verisign.com/b/index.html - VeriSign
      http://www.thawte.com/ - Thawte
      https://www.godaddy.com/gdshop/ssl/ssl.asp - GoDaddy
      http://www.instantssl.com/ - Comodo


      VeriSign and Thawte are probably the most well recognised.