Clarification Needed on SSL/TLS Certificate Verification Process

You’re absolutely right, @Gregory Childers. While SSL was deprecated in 2015, it’s still commonly referenced due to legacy systems, brand recognition, and its interchangeability with TLS in everyday usage. Since TLS evolved from SSL, many continue to use "SSL" as a blanket term, even though TLS is the correct and more secure protocol.

I passed the CompTIA DataSys+

Thank you, Rick!

I took it from home, and it took me a loooong time to get the Pearson onvue website to work. For some reason the website wouldn't work on my phone no matter which browser I used. So I had to use an external web cam to take pictures of my license, myself, and my desk. That took about 45 minutes, I was a little scared that I would miss my window, but everything worked out just in time. I would have just driven to a test site, but I live about an hour away from the nearest one.

I enjoyed the exam content. I was able to go through the questions pretty quickly. I've been working in data for about five years, and I've recently been studying for Data+ That helped a bunch. I think I'll sit the Data+ soon while everything is still fresh in my brain.
Very nice. I'm a OnVUE hater; always deferring to the ol' test center for my testing - since my preferred one is run by people I know and like, I'd rather they get the money for the testing.

I've done Databasing in one form or another for...sheesh...25 years? The cloud bits and NoSQL architectures are newer to me, so I'm putting more time in that.

I got a bit behind on the CompTIA cadence, as I've been working on Azure SC stuff. But hopefully here soon.

But congrats again on your win and good luck on Data+!

/r
  • Love
Reactions: TraceyO

Clarification Needed on SSL/TLS Certificate Verification Process

Hello everyone,

I hope you’re all doing well! I wanted to share a recent teaching experience related to SSL/TLS certificate verification and seek your insights on a particular point of confusion that came up in class.

During a session on secure communications, I had my students test the SSL/TLS configuration of a web server using OpenSSL. We used the following command to retrieve and display the certificate details:

openssl s_client -connect 192.168.100.30:443 -showcerts

This command successfully connected to the server and displayed the server’s certificate chain. However, one student asked about the process of verifying whether the certificate is valid and trusted, particularly regarding the role of Certificate Authorities (CAs).

To clarify, I explained that the verification process involves checking several factors, including:
  1. Whether the certificate is signed by a trusted CA.
  2. The certificate’s expiration date.
  3. The certificate's revocation status, often checked through OCSP (Online Certificate Status Protocol).

However, I realized I could provide more depth on how to perform these checks effectively. For example, we can check the certificate expiration date using:

openssl x509 -in certificate.crt -noout -dates

I’d love to hear your suggestions on the following:
  1. How can I effectively demonstrate the entire SSL/TLS verification process in class, including checking the certificate’s revocation status?
  2. Are there any additional tools or techniques you recommend for teaching about certificate verification and the role of CAs in ensuring secure communications?

Thank you for your insights!

Official Instructor Guide for DataX

Strange. Should be there. Did you not sit the Data+ TTT?
Yep, I attended the DataX recently. I got access to the Test out CertMaster Perform. However, when I go under the "resources" tab I don't see an instructor guide listed. It got me wondering if the book is being replaced with CertMaster materials, or if there will be one released down the road. Screenshot 2024-10-14 100835.png
  • Like
Reactions: precious

Filter