Introduction to SSL and TLS Flashcards

1
Q

what is HTTPS?

A

HTTPS is the secure version of HTTP. All data that is sent over with HTTPS is encrypted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is 301 HTTP redirect response code?

A

A 301 redirect signals a permanent move from one URL to another, meaning the page in question has moved location.
Often this is used when we redirect HTTP URLs to HTTPS URLs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When you see wildcards like * in the domain name of the certificate , eg like in attached screenshot what does it mean? eg. *.google.com

A

It means the certificate is for google.com and all its sub domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is fingerprint in a certificate? eg. SHA1 and SHA256?

A
  1. Fingerprints are called hashes of the certificates
  2. Used to check the integrity of the certificate
  3. Every certificate has fingerprint and they are used to check the integrity of the certificate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does this inspect of a web page tell you , specifically what is that schema column?

A

It shows the different images, JS files and docs that were downloaded for this web page , and schema shows they were all downloaded using HTTPS schema.
The Domain column shows the domain where each file was downloaded from.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a website?

A

A website is a different set of images or files that are downloaded from different domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does this page show you

A

THis shows the requests and the size. Which means to load that particular web page, 30 requests were sent and the size of images and files that were downloaded are 1.76 Mb

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When using HTTPS, what extra header layer do you see in the packet capture?

A

We will see TLS layer after the TCP layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How is HTTP sent over TLS safe?

A

data sent over TLS is fully encrypted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How is HTTPS and TLS related?

A

In HTTPS, all data is sent using TLS protocol, and TLS is responsible for encryption of data that is sent over it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly