Google Gmail Logo

Related Topics:

Posted on Oct 21, 2012

Domain of google?

What is SSL?

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 12 Answers
  • Posted on Oct 21, 2012
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Oct 18, 2012
Answers
12
Questions
0
Helped
2952
Points
45

In basic terms its encryption. It encrypts the communication between your browser and the servers of the website you are using so that people can't intercept it and look at the information.

For more detail: http://en.wikipedia.org/wiki/Transport_Layer_Security

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How to redirect a bkhost domain to another site?

Some cases of redirecting the path are common
1. Redirect 1 single link
To redirect the individual paths as shown below

http://example.com/old-path.html => http://example.com/new-path.html
You can use 301 redirects like this:

Redirect 301 /old-path.html /new-path.html
2. Redirect the path from the old domain name to the new domain name
http://example.com/* => http://example.net/*
If you already have an old domain name like example.com, and now you have decided you really want to use example.net for the site. You can set up 301 redirects for the entire domain, so that users who access the old path can immediately be redirected to your new domain.

RewriteEngine on
RewriteCond% {HTTP_HOST} ^ example.com [NC, OR]
RewriteCond% {HTTP_HOST} ^ www.example.com [NC]
RewriteRule ^ (. *) $ Http://example.net/$1 [L, R = 301, NC]
3. Redirect the link from www to non-www
http://www.vinasupport.com/* => http://vinasupport.com/*
A search engine like Google will see example.com and www.example.com, which are basically two separate websites. They recommend that you choose a category you want the search engine to display and use 301 redirects to redirect to one.

To redirect the path from www to non-www in htaccess you can do the following:

RewriteEngine on
RewriteCond% {HTTP_HOST} ^ www.vinasupport.com [NC]
RewriteRule ^ (. *) $ Http://vinasupport.com/$1 [L, R = 301, NC]
4. Redirect the path from http to https
http://vinasupport.com/* => https://vinasupport.com/*
Chrome and Firefox have begun displaying unsafe warnings on websites without SSL certificates. Without SSL, your site will appear unsafe for visitors. Therefore, use an SSL encrypted connection for security reasons. Redirecting from HTTP to HTTPS is very important.

To navigate the website to https we can do the following:

RewriteEngine On
RewriteCond% {SERVER_PORT} 80
RewriteRule ^ (. *) $ Https://vinasupport.com/$1 [R, L]
0helpful
3answers

How to install ssl certificate on godaddy shared hosting

INSTRUCTIONS FOR INSTALLING SSL ON DIRECTADMIN BKHOST VN

I. Create CSR on DirectAdmin

1. Login to DirectAdmin and click on the "SSL Certificates" option as shown in the picture

B2: Check the boxes 1 and 2 as shown below. Section 3 fills in your email. Key Size (bits), Certificate Type select as shown below. Then drag the mouse down and click "save".

Note: SSL is currently enabled for this domain.
B3: Activate SSL on Hosting DirectAdmin
Part Your Account => Domain Setup => click on the domain you need to install SSL. Most importantly, you must check the 2 boxes as shown below.
Secure SSL and Use a symbolic link from private_html to public_html - allows for same data in http and https
B4: After installing SSL successfully, you can go to the online check ssl page to check again as follows:
https://blog.bkhost.vn
The next step Really Simple SSL
We were able to use the https protocol for the website after completing this step. If you are already using wordpress website, you need to install Really Simple SSL to complete installing SSL certificate for your website.
It is done!
0helpful
2answers
2helpful
1answer

Error 102 when trying to connect to google chrome

Google chrome gives me this error:
Error 102 (net::ERR_CONNECTION_REFUSED): Unknown error.

Firefox gives me this error:
Failed to connect. The connection was refused when attempting to contact www.google.com.

IE gives me this error:

Internet Explorer cannot display the webpage

This problem can be caused by a variety of issues, including:

Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain.
There might be a typing error in the address.
If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
0helpful
1answer

Ssl error appears

The solution in the first case is to purchase a private SSL certificate which is issued for the specific domain by a trusted authority.

The solution in the second case is to have the SSL certificate reinstalled with the correct CA bundle. The CA bundle is provided by the SSL vendor and should be included in the private SSL package.
3helpful
3answers

How to setup a domain

You need to buy a SSL certificate to from a company to make your line secure. Usually GoDaddy has Secure lines for a very good price, here is the link:

http://www.godaddy.com/ssl/ssl-certificates.aspx?ci=8979

Depending on what kind of SSL certificate you need, Go Daddy has it.
1helpful
1answer

Cannot connect' this is the error massage I get; ?Internet connectivity has been lost. ?The website is temporarily unavailable. ?The Domain Name Server (DNS) is not reachable. ?The Domain Name Server (DNS)...

Have you followed this directive? it should solve your problem:
If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
1helpful
2answers

SSL Certificate error:Certificate Mismatch

Go to IIS and right click for the domain where you wish to delete the old certificate associated with it.

Right click website from IIS and click properties. From the Directory Security tab. In The Secure Communications click Server Certificate to open the Webserver Certificate wizard. Click Next and choose "Remove the current certificate". Click next until you follow the end of the wizard.
Not finding what you are looking for?

68 views

Ask a Question

Usually answered in minutes!

Top Google Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

66931 Answers

Kolbrun...

Level 3 Expert

1228 Answers

Are you a Google Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...