• Resolved Neil L

    (@elderlu)


    When Trying to auto-import tables I’m getting an error.

    “cURL error 60: SSL certificate problem: self signed certificate”

    Any idea why?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I assume that you are using an URL source for the import here, with a https:// URL? It looks like PHP on your server is using cURL for remote HTTP requests, and that that’s configured to not accept self-signed certificates, for security reasons.
    The best solution should be to ask the admin of the target URL server to use a “real”/externally validated SSL certificate.

    Regards,
    Tobias

    Thread Starter Neil L

    (@elderlu)

    Thanks Tobias for the quick reply! Yes, it’s the https url. I removed the S and it seems to be working fine now.

    It had also been failing with regular https:// prior to this question. However, it seems much better now! Thanks!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem! Ultimately, this will probably be have to fixed by the server admin, so that the server sends a proper SSL certificate.

    Best wishes,
    Tobias

    Thread Starter Neil L

    (@elderlu)

    No worries! it’s not a secure file so the lack of the s is fine. Donated!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks a lot for the donation, I really appreciate it!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cURL error 60: SSL certificate problem: self signed certificate’ is closed to new replies.