Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Comments on How does a client verify a server's SSL certificate? What are the specific steps?

Post

How does a client verify a server's SSL certificate? What are the specific steps?

+3
−1

I have little to no idea what happens after a client obtains the server's certificate. It has to make sure that it (somehow) valid, but how?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Post feedback (2 comments)
Post feedback
Karl Knechtel‭ wrote 6 months ago

It's not clear from this question what level of detail you were hoping to see in answers, or how technical they ought to be. If the point was to set up the opportunity to present your research findings as an answer, it would be better to re-work the question so that it matches and properly introduces the information you found.

toraritte‭ wrote 6 months ago

It was the latter (i.e., present finding in an answer). How would you clarify the question? The question arose from my ignorance of how a browser makes sure that a website's SSL certificate is valid. (Hm, perhaps I should put "HTTP" in the question.) I also aimed to ask a fairly general question to invite answers of all levels and because this question applies in other contexts as well, not just requests in the browser. The answer I found is a good summary, bereft of unnecessary details, but I would love to see more technical answers. (Although, not sure how they would look like, because I purposely didn't specify a tech stack, so would it be more about the relevant ASN.1 structures in a certificate?)