-
If there are several certificates on the SMTP server, how does MailKit choose and validate one? Or does it run the validation callback for each certificate? Is it possible to specify a certificate on the SMTP server (not a client certificate) that the user wants to validate? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I'm not that familiar with the SSL protocol, but my understanding is that the server decides which SSL certificate to use and then sends the client a certificate chain for the client to validate. The client, as far as I understand, does not get to "pick and choose" which certificate to use/validate. Are you asking this question because you have a server that hosts multiple domains or something? |
Beta Was this translation helpful? Give feedback.
I'm not that familiar with the SSL protocol, but my understanding is that the server decides which SSL certificate to use and then sends the client a certificate chain for the client to validate.
The client, as far as I understand, does not get to "pick and choose" which certificate to use/validate.
Are you asking this question because you have a server that hosts multiple domains or something?