check ssl certificate linux
openssl verify -verbose -x509_strict -CAfile ca.pem -CApath nosuchdir cert_chain.pem
check ssl certificate linux
openssl verify -verbose -x509_strict -CAfile ca.pem -CApath nosuchdir cert_chain.pem
what is an SSL certificate
An SSL certificate is a type of digital certificate that
provides authentication for a website and enables an encrypted connection.
communicates to the client that the web service host
demonstrated ownership of the domain to the certificate authority
at the time of certificate issuance
ssl certificate error
SSL is a standard security protocol for establishing secure connection between
the SERVER and CLIENT. When secure connection is not established due to
certificate SSL error will occur and to handle it We need to create
instance of DesiredCapabilities class :
for UI of CHROME, IE ->
DesiredCapabilities handlSSLErr = DesiredCapabilities.chrome()
handlSSLErr.setCapability ((CapabilityType.ACCEPT_SSL_CERTS, true)
WebDriver driver = new ChromeDriver(handlSSLErr);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us