Results 1 to 15 of 15

Thread: What is SSL?

  1. #1
    Member
    Join Date
    Aug 2017
    Location
    New Delhi
    Posts
    88

    What is SSL?

    What is SSL why use our website?

  2. #2
    Registered User
    Join Date
    Dec 2012
    Location
    India
    Posts
    928
    SSL short for Secure Sockets Layer, a protocol developed by Netscape for transmitting private documents via the Internet

  3. #3
    Senior Member
    Join Date
    Jul 2017
    Posts
    227
    SSL is (as Paul said) Secure Socket Layer.

    When a website runs thought an SSL connection, you can often (if not always) see a small "lock" or like next to their web address in your browsers address bar.
    SSL is used to secure the data being sent between the client (being you) and the server.

  4. #4
    Senior Member
    Join Date
    Mar 2017
    Posts
    422
    It stands for Secure Sockets Layer. It establishing the encrypted link between the Web-Server and the Browser. The encrypted link ensures that the data transferring between the Web-Server and Browser is Private and Secured.

  5. #5
    Registered User
    Join Date
    Feb 2016
    Location
    Bangalore
    Posts
    696
    SSL (Secure Sockets Layer) is a standard security protocol for establishing encrypted links between a web server and a browser in an online communication.

  6. #6
    Senior Member dennis123's Avatar
    Join Date
    Apr 2013
    Location
    Bangalore
    Posts
    3,627
    One of the most important components of online business is creating a trusted environment where potential customers feel confident in making purchases. SSL certificates create a foundation of trust by establishing a secure connection. To ensure visitors their connection is secure, browsers provide visual cues, such as a lock icon or a green bar.
    To get a certificate, you must create a Certificate Signing Request (CSR) on your server. This process creates a private key and public key on your server. The CSR data file that you send to the SSL Certificate issuer (called a Certificate Authority or CA) contains the public key. The CA uses the CSR data file to create a data structure to match your private key without compromising the key itself. The CA never sees the private key.

    Once you receive the SSL certificate, you install it on your server. You also install an intermediate certificate that establishes the credibility of your SSL Certificate by tying it to your CA’s root certificate. The instructions for installing and testing your certificate will be different depending on your server.

    An SSL Certificate issued by a CA to an organization and its domain/website verifies that a trusted third party has authenticated that organization’s identity. Since the browser trusts the CA, the browser now trusts that organization’s identity too. The browser lets the user know that the website is secure, and the user can feel safe browsing the site and even entering their confidential information.

  7. #7
    Registered User
    Join Date
    Jul 2015
    Location
    jaipur
    Posts
    251
    Quote Originally Posted by dennis123 View Post
    One of the most important components of online business is creating a trusted environment where potential customers feel confident in making purchases. SSL certificates create a foundation of trust by establishing a secure connection. To ensure visitors their connection is secure, browsers provide visual cues, such as a lock icon or a green bar.
    To get a certificate, you must create a Certificate Signing Request (CSR) on your server. This process creates a private key and public key on your server. The CSR data file that you send to the SSL Certificate issuer (called a Certificate Authority or CA) contains the public key. The CA uses the CSR data file to create a data structure to match your private key without compromising the key itself. The CA never sees the private key.

    Once you receive the SSL certificate, you install it on your server. You also install an intermediate certificate that establishes the credibility of your SSL Certificate by tying it to your CA’s root certificate. The instructions for installing and testing your certificate will be different depending on your server.

    An SSL Certificate issued by a CA to an organization and its domain/website verifies that a trusted third party has authenticated that organization’s identity. Since the browser trusts the CA, the browser now trusts that organization’s identity too. The browser lets the user know that the website is secure, and the user can feel safe browsing the site and even entering their confidential information.
    Thanks for the detailed information

  8. #8
    Registered User 24x7servermanag's Avatar
    Join Date
    Jul 2017
    Location
    India
    Posts
    1,020
    SSL certificate adds the security to your all data over the internet. It will provide the data integrity. Also, it secures your details like the credit card or other sensitive information. When you are using any payment gateway like PayPal then it's compulsory to have the SSL installed on your website.

    Sites having SSL installed on it have the more traffic, compare to the non-SSL sites.When end users see the green padlock while accessing your website on top left corner of the web-browser then it indicated him that it's trusted site. If there is no SSL then any computer connected to your server can see the username, password and other credentials on your site.When there is SSL installed on your website that time data on your website will be sent in encrypted format on internet so no can hack it.

    So it's always recommended to have SSL on you domain.

    SSL become main aspect in SEO ranking because clients used to trust and access the sites which are SSL protected. If your website is eCommerce site then customer used to do payments only with SSL sites. SSL sites load faster than non-SSL site so it's automatically increase the page ranking.
    Server Management Company
    India's Leading Managed Service Provider | Skype: techs24x7
    Cpanel Technical Discussions - Lets talk !

  9. #9
    Registered User
    Join Date
    Sep 2017
    Posts
    87
    SSL means Secure Socket Layer.It is a security convention for building up encoded connects between a web server and a program in an online correspondence.

  10. #10
    Member
    Join Date
    Sep 2017
    Posts
    71
    SSL stands for Secure Socket layer protocol used to provide the secure transaction of client and the server connection. Most of the E commerce websites use this SSL protocol for secure connection.

  11. #11
    Senior Member
    Join Date
    Jan 2018
    Location
    India
    Posts
    780
    In basic terms Secure Socket Layer (SSL) is a security protocol used to secure data between two machines using encryption.

    An SSL certificate allows you to create a secure connection between your website server and visitor’s browser. This ensures that the data passed through between the visitor’s browser and website server is encrypted and can’t be breakable by any third parties like hackers.

    The most common use is for websites where secure data is transmitted across like card payment details or secure login details.

  12. #12
    Senior Member
    Join Date
    Dec 2019
    Posts
    1,837
    Basically SSL certificates encrypt the data that goes from your computer to the target website and back:

    your browser connects server (your target website) on a SSL port;
    server sends back its public key;the client(your browser) decides if it’s ok to proceed - it checks if the public key isn’t expired, and if it is verified or "signed" by a trusted third party Certificate Authority, whose job is to verify server application for a digital SSL certificate;
    if the client decides to trust the certificate, it sends his public key to the server;
    then the server creates the encrypted message, using client’s public key and server’s private key, and send the message back to the browser;
    client’s browser decrypts the message;
    now the client and the server has established secure connection.

  13. #13
    Senior Member
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    5,019
    Stands for "Secure Sockets Layer." SSL is a secure protocol developed for sending information securely over the Internet. Many websites use SSL for secure areas of their sites, such as user account pages and online checkout.
    Cheap VPS | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop
    Cheap Dedicated Server | Free IPMI Setup

  14. #14
    Registered User
    Join Date
    Apr 2016
    Posts
    792
    SSL is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browser remain private.

  15. #15

Posting Permissions

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

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.