Title: error openssl
Last modified: April 8, 2020

---

# error openssl

 *  Resolved [contactsupport](https://wordpress.org/support/users/contactsupport/)
 * (@contactsupport)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/error-openssl/)
 * I have checked and encoded the jwt token in jwt.io website the result is signacture
   is verified.
    signacture verified screenshot: [https://tinyurl.com/vvzvev2](https://tinyurl.com/vvzvev2)
   After that i implemented the plugin in localhost xampp i getting the following
   error “{“success”:false,”data”:{“message”:”OpenSSL error: error:0909006C:PEM 
   routines:get_name:no start line”,”errorCode”:19}}” screenshot for the error: 
   [https://tinyurl.com/yx4guhvr](https://tinyurl.com/yx4guhvr) wordpress dasboard
   screenshot [https://tinyurl.com/vyl7nya](https://tinyurl.com/vyl7nya) could you
   please check it to fix the error.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [contactsupport](https://wordpress.org/support/users/contactsupport/)
 * (@contactsupport)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/error-openssl/#post-12644880)
 * This is format I have used in URL
 * [https://localhost/vodi/?rest_route=/simple-jwt-login/v1/autologin&jwt=](https://localhost/vodi/?rest_route=/simple-jwt-login/v1/autologin&jwt=){
   my jwt public code ********}&AUTH_KEY=THISISMySpeCiaLAUthCode
 * for my reference
    [https://www.yourdomain.com/?rest_route=/simple-jwt-login/v1/autologin&jwt=](https://www.yourdomain.com/?rest_route=/simple-jwt-login/v1/autologin&jwt=){
   ADD HERE YOUR JWT}
 *  Plugin Author [Nicu Micle](https://wordpress.org/support/users/nicu_m/)
 * (@nicu_m)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/error-openssl/#post-12647068)
 * Hello,
 * This error you get when the function openssl_verify gives an error.
    Please make
   sure that you set the correct Decryption algorithm and signature.
 * Let me know if this helped you.
 *  [sachind](https://wordpress.org/support/users/sachind/)
 * (@sachind)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/error-openssl/#post-13017407)
 * I faced similar error and after a days debugging.. it got fixed when I added 
   the $key directly in the code. It seems that the single line textbox in the UI
   is not accepting a multi-line public key and it ends up throwing error in openssl_verify.
   
   I had also a requirement where the User should be browsed to the requested URL(
   which can vary) after Auto Login, but there is no such setting and I had to modify
   the code to accept Query String parameter to redirect. But once its done it works
   awesome.
 * Thanks
    -Sachin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘error openssl’ is closed to new replies.

 * ![](https://ps.w.org/simple-jwt-login/assets/icon-256x256.png?rev=2106097)
 * [Simple JWT Login – Allows you to use JWT on REST endpoints.](https://wordpress.org/plugins/simple-jwt-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-jwt-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-jwt-login/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-jwt-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-jwt-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-jwt-login/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [sachind](https://wordpress.org/support/users/sachind/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/error-openssl/#post-13017407)
 * Status: resolved