PDA

View Full Version : SSL Updation for a website



JamRya
10-23-2018, 05:29 AM
If we are SSL Updation for a website, then what will be best robots txt file ?

Tokeman
10-27-2018, 01:40 AM
The SSL certificate has nothing to do with how a site is browsed (or crawled)

If it is just an update, like the old one expired and you now have a new one, install the new certificate and go!

integrala
11-06-2018, 08:04 PM
if you are applying an SSL certificate for the first time ensure you set up 301 redirects from the http pages to their equivalent https pages otherwise Google will index your pages twice

Gribley
11-07-2018, 05:48 AM
if you are applying an SSL certificate for the first time ensure you set up 301 redirects from the http pages to their equivalent https pages otherwise Google will index your pages twice
Damn actual information, don`t come across that often so great first post. And sorry I didn`t add anything to the thread, just shock

anon
11-07-2018, 10:14 PM
Don't forget to test your setup at https://www.ssllabs.com/ssltest/ (or with sslyze if you're using Cloudflare or this is for an intranet).

jimbojumps
11-23-2018, 07:48 PM
The website Whynopadlock is a good if you're trying o find out why the padlock is not working on a particular page

Graspskills
12-04-2018, 08:13 AM
Hi,

Many robots.txt files are very simple. A typical file that allows full access will look like this:

User-agent: *
Disallow:

Once SSL Certification update your website then do robot.txt file using (https://)

JamRya
02-11-2019, 04:20 AM
Ok, Got It, Thanks for replying.

Rathics
04-26-2019, 09:08 AM
SSL Certificates are small data files that digitally bind a cryptographic key to an organization's details. When installed on a web server, it activates the padlock and the https protocol and allows secure connections from a web server to a browser.

MaryJohnM
09-30-2021, 01:41 PM
SSL is secure socket layer, which shows are website is secure and safe to browse

anon
10-01-2021, 10:52 PM
Speaking of which, the DST Root CA X3 expired yesterday, breaking lots of sites including at least three I frequent regularly... the certificate authority model mostly works, but this is one of those events that make you wonder.

seconds
10-23-2021, 02:05 PM
LetsEncrypt is a good option too