Notifications
Clear all

Cannot activate embdeds plugin

2 Posts
2 Users
0 Likes
1,324 Views
Posts: 1
Customer
Topic starter
(@acsofttech)
Member
Joined: 6 years ago

Something went wrong: cURL error 51: SSL peer certificate or SSH remote key was not OK

 

Pls fixs it for me..

1 Reply
Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago
You are probably using self-signed SSL certifiacate, which will not pass when the CURLOPT_SSL_VERIFYPEER options is set.

There are two solutions:

  1. Buy valid SSL certificate.
  2. Disable SSL verification in Curl. (add --insecure option)

If you disable verification, you can't be sure if you are really communicating with your host. So it depends on level of security you need.

Reply
Share:
Scroll to top