cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
436
Views
0
Helpful
1
Replies

Process that happen if certificate is not trusted

kyono_marin
Level 1
Level 1

Dear All,

 

I want to know what process will happen if i make a connection to server using https where the certificate is not trusted? I know there is digital signature on the certificate that need to be checked if we made https request to the server. Is the digital signature will not be checked if i still proceed with the untrusted certificate? Need some clarification about this process. Thanks before.

 

 

 

Regards

 

Alkuin Melvin

1 Reply 1

Marvin Rhoads
Hall of Fame
Hall of Fame

Generally speaking you will have to override the browser's automatic checking of certificates to establish trustworthiness as a prerequisite for secure communications.

The signature is still checked and the browser will usually tell you via some sort of error message what about the certificate makes it untrusted (unknown signing authority, expired certificate, etc.). The end user then needs to make an informed decision manually on a case-by-case basis to decide whether or not to trust the certificate.