Not posting

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 2 reply threads
  • Author
    Posts
    • #6311


      sublim3
      Participant
      Post count: 1

      The plugin is not posting in my blog. Here is the activity log (attachment).

       

      Attachments:
      You must be logged in to view attached files.
    • #6313


      Szabi – CodeRevolution
      Keymaster
      Post count: 4210

      Hello,

      First of all, thank you for your purchase.

      It seems that your site has an expired or a self-signed SSL certificate.

      When Aiomatic attempts to connect to OpenAI’s API, it tries to verify the SSL certificate of your site. However, since your certificate is invalid, this check fails.

      You have a few options to solve this:

      1. Use a signing agent to create your development’s certificates. Such as CertBot ( https://certbot.eff.org/instructions )

      2. Test your site without SSL (http://)

      3. Disable SSL verification within your testing site. You can do this by adding this line into the file /wp-content/themes/YOUR_THEME/functions.php:

      add_filter('https_ssl_verify', '__return_false');

      Only add this on a testing site, never on a live site, on live sites you should update your SSL certificate and make it valid.

      Let me know if this helped.

      Regards, Szabi – CodeRevolution.

    • #6314


      sublim3
      Participant
      Post count: 1

      I will do this..  Thank you..

Viewing 2 reply threads

The topic ‘Not posting’ is closed to new replies.