Page Rank and SSL

Discussion in 'Google' started by Infusionx, Dec 15, 2011.

  1. #1
    Infusionx, Dec 15, 2011 IP
  2. WishBone

    WishBone Peon

    Messages:
    2,566
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have you tried other site like Facebook.com if it shows the same PR? What is viewing in live PR checker or on Google toolbar for that site is what the general public see, very rare for layman persons to use SSL.
     
    WishBone, Dec 15, 2011 IP
  3. mynewitguys

    mynewitguys Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hypertext transfer protocol secure (https://) doesn't crawl the same way as a standard http:// domain.
     
    mynewitguys, Dec 16, 2011 IP
  4. ivorlewang

    ivorlewang Greenhorn

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    HTTP is Hyper Text Transport Protocol and is transmitted over the wire via PORT 80(TCP). You normally use HTTP when you are browsing the web, its not secure, so someone can eavesdrop on the conversation between your computer and the web server.

    HTTPS (Hypertext Transfer Protocol over Secure Socket Layer, or HTTP over SSL) is a Web protocol developed by Netscape and built into its browser that encrypts and decrypts user page requests as well as the pages that are returned by the Web server. HTTPS is really just the use of Netscape's Secure Socket Layer (SSL) as a sublayer under its regular HTTP application layering. (HTTPS uses port 443 instead of HTTP port 80 in its interactions with the lower layer, TCP/IP.) SSL uses a 40-bit key size for the RC4 stream encryption algorithm,new-age browsers use 128-bit key size which is more secure than the former, it is considered an adequate degree of encryption for commercial exchange.HTTPS is normally used in login pages, shopping/commercial sites.

    Although it may be encrypted does not mean its safe, there are tools out there to decrypt the information being sent over the wire, although its more difficult to do so.
     
    ivorlewang, Dec 16, 2011 IP