SSL Certificate - Where From?

Discussion in 'Payment Processing' started by adamjblakey, Jul 25, 2007.

  1. #1
    Hi,

    I need to but an SSL certificate as one of my customers requires taking credit card details online to process through his PDQ machine.

    My first question is where is the cheapest place to buy one from? and also how to i set this up when i have it?

    Cheers,
    Adam
     
    adamjblakey, Jul 25, 2007 IP
  2. gibex

    gibex Active Member

    Messages:
    1,060
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    95
    #2
    1 : do a google search
    2 : in your site panel (cpanel, plesk).
     
    gibex, Jul 25, 2007 IP
  3. eddy2099

    eddy2099 Peon

    Messages:
    8,028
    Likes Received:
    568
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Both Namecheap.com and GoDaddy.com sell pretty cheap SSL Certificate.
     
    eddy2099, Jul 25, 2007 IP
  4. jamesmc

    jamesmc Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hello, You might want to take a look at this web site http://www.whichssl.com/comparisons/index.html
     
    jamesmc, Jul 25, 2007 IP
  5. Western

    Western Well-Known Member

    Messages:
    1,751
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    135
    #5
    instantssl.com
    1 month free
     
    Western, Jul 25, 2007 IP
  6. sslshopper

    sslshopper Member

    Messages:
    58
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    48
    #6
    GoDaddy or Comodo offer some of the cheapest SSL certificates. You can compare them at http://www.sslshopper.com/cheapest-ssl-certificates.html

    However, if you are selling anything online, you may be able to get some more sales on your site if you get a High Assurance certificate rather than a domain-validated only certificate. You will have to prove the legitimacy of your business but that can be worth it.
     
    sslshopper, Jul 26, 2007 IP
  7. gtithesexy

    gtithesexy Well-Known Member

    Messages:
    1,726
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    170
    #7
    as I know, RapidSSL is the cheapest one. The price was about 29$ per year as I remember.
     
    gtithesexy, Jul 26, 2007 IP
  8. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Comodo is the second largest CA and has fantastic support and browser compatibility.
     
    Corey Bryant, Jul 26, 2007 IP
  9. leede

    leede Guest

    Messages:
    3,381
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Maye godaddy, its price is reasonable .....
     
    leede, Jul 26, 2007 IP
  10. ewriter

    ewriter Banned

    Messages:
    590
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I have purchased it from godaddy. I have just installed on my clients server
     
    ewriter, Jul 26, 2007 IP
  11. adamjblakey

    adamjblakey Active Member

    Messages:
    1,121
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #11
    Cheers for your advice i think i will go through GoDaddy. What is the best way to set this up on my site via cpanel? Also does it secure the whole site or not?

    Cheers,
    Adam
     
    adamjblakey, Jul 27, 2007 IP
  12. ewriter

    ewriter Banned

    Messages:
    590
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I have installed it using cpanel. You can select that too
     
    ewriter, Jul 27, 2007 IP
  13. adamjblakey

    adamjblakey Active Member

    Messages:
    1,121
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #13
    I have now bought and installed this via cpanel. My question is not though how do i activate this? Will the certificate secure the whole site of just one section?
     
    adamjblakey, Aug 1, 2007 IP
  14. Scriptona

    Scriptona Notable Member

    Messages:
    4,957
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    280
    #14
    I bought on for my hosting site www.techentrance.com

    it's not about the cheapest, it's about something that is secure and trusted

    Rapidssl is a big name in ssl industry
     
    Scriptona, Aug 1, 2007 IP
  15. PowerExtreme

    PowerExtreme Banned

    Messages:
    2,118
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    0
    #15
    PowerExtreme, Aug 1, 2007 IP
  16. ewriter

    ewriter Banned

    Messages:
    590
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I have used one from godaddy easy to install using cpanel
     
    ewriter, Aug 1, 2007 IP
  17. adamjblakey

    adamjblakey Active Member

    Messages:
    1,121
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #17
    Please see above...
     
    adamjblakey, Aug 2, 2007 IP
  18. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #18
    If price is an issue and you can generate you own CSR, check out this page. However, which ssl also helped us to decide to use Comodo.
     
    Corey Bryant, Aug 2, 2007 IP
  19. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Chances are you bought it for www.example.com. Just point a link to the secure - https://www.example.com and this will call the page in a secure fashion.

    If you are using Google Analytics though on that page, chances are you are calling it in an unsecure fashion:
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-XXXXXX-X";
    urchinTracker();
    </script>
    Code (markup):
    But you will want to make sure you call this in a secure manner:
    <script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
      _uacct="UA-XXXXXX-X";
      urchinTracker();
    </script>
    Code (markup):
    So users do not get a message about secure and non-secure items on the same page.
     
    Corey Bryant, Aug 2, 2007 IP
  20. adamjblakey

    adamjblakey Active Member

    Messages:
    1,121
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #20
    Thanks for that works a treat now.
     
    adamjblakey, Aug 3, 2007 IP