BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
dipand
Quartz | Level 8

Hello, by making a call to an api where it is necessary to use a certificate, my system administrator advised me to retrieve the certificate with the following instruction: options SSLCALISTLOC = "/ sasgrid / certsopr / e2aawgecmf02_BIRDBAT.cer"; but at the time of the call I get the following error message:

 

ERROR: OpenSSL error 336134278 (0x14090086) occurred in SSL_connect/accept at line 6040, the error message is "error:14090086:SSL
routines:ssl3_get_server_certificate:certificate verify failed".
ERROR: Secure communications error status 807ff008 description "OpenSSL error 336134278 (0x14090086) occurred in SSL_connect/accept
at line 6040, the error message is "error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed"."
ERROR: Encryption run-time execution error
ERROR: Call to tcpSockContinueSSL failed

can someone help me? 

1 ACCEPTED SOLUTION

Accepted Solutions
andreas_lds
Jade | Level 19

Thanks for posting the solution!

View solution in original post

4 REPLIES 4
jimbarbour
Meteorite | Level 14

Well, I haven't seen that exact error message before, but have you tried Googling things like the below?

  • error:14090086
  • ssl3_get_server_certificate:certificate verify failed
  • OpenSSL error 336134278

 

Jim

andreas_lds
Jade | Level 19

Do you have blanks before and after the slashes in your path?

dipand
Quartz | Level 8
i solved it by installing the certificate with the keytool command
andreas_lds
Jade | Level 19

Thanks for posting the solution!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 2142 views
  • 3 likes
  • 3 in conversation