curl: (60) SSL certificate problem: self-signed certificate

 Error:

while running curl with https url getting below error:

curl: (60) SSL certificate problem: self-signed certificate


Solution:

add -k or --insecure in your curl command


example:

curl -k --request POST <>

No comments:

Post a Comment

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...