• Resolved vcwpadmin

    (@vcwpadmin)


    After installing Lets Encrypt it via WP Admin console it appears the SSL certificate was not properly installed and now we are having the access issues you speak about in your post.? After following your steps you outlined by modifying the config file, we are still having issues accessing and restoring the WP site.? At this point, we want to uninstall?to try again from scratch however we did not receive?a Revert back to HTTP email.? Do you have manual instructions to uninstall Lets Encrypt so we can restore our site back to its former state?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Encryption SSL

    (@gowebsmarty)

    Hello,

    You can modify wp-config file and temporarily rename wp-letsencrypt-ssl folder in wp-content/plugins

    Thread Starter vcwpadmin

    (@vcwpadmin)

    Thank you for your fast response. This did it. We will try again.

    Thanks again!

    Plugin Author WP Encryption SSL

    (@gowebsmarty)

    @vcwpadmin you are welcome!. For using the plugin again, you will need to place below code in functions.php file of your current theme and open the site once before activating WP LetsEncrypt plugin

    add_action(“init”, “wple_reset”);
    function wple_reset(){
    delete_option(‘wple_opts’);
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need to manually uninstall Lets Encrypt’ is closed to new replies.