Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Placester Inc.

    (@placester)

    Is it on your local host or a remote server? The remote API for verification is behind SSL and local authorization might not work if your server is not configured properly.

    For a workaround (this is ignoring the SSL verification so don’t use that in production!) you could add these 2 lines in your code (within your theme functions.php or a new plugin):

    add_filter('https_local_ssl_verify', '__return_false');
    add_filter('https_ssl_verify', '__return_false');
    Thread Starter mr-nav

    (@mr-nav)

    I have tried more into functions.php file, placester.php but it still the same, there is no other way.The I removed the confirmation and API key can affect plugin.

    Plugin Author Placester Inc.

    (@placester)

    Is the issue still there? Can you elaborate on the steps you take to the problem and the specific behavior that is non-standard for the authorization?

    Is this a standard WordPress setup or a multisite? Is it on you local machine or on a web host? Additional context would be appreciated so that we could investigate the cause and proceed with a solution.

    Thread Starter mr-nav

    (@mr-nav)

    Is it on you local machine, and I want to completely remove the SSL function, API keys are not.Do you have any advice for me to be able to help me solve this problem

    Plugin Author Placester Inc.

    (@placester)

    Sounds like you have removed core functionality from the plugin. What is that you want to achieve at the end with the plugin and how do you plan to use it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Config Email not woking’ is closed to new replies.