Base64: java.lang.IllegalArgumentException: Illegal character

后端 未结 5 1923
醉梦人生
醉梦人生 2020-11-30 11:09

I\'m trying to send a confirmation email after user registration. I\'m using the JavaMail library for this purpose and the Java 8 Base64 util class.

I\'m encoding us

5条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 11:27

    I got this error for my Linux Jenkins slave. I fixed it by changing from the node from "Known hosts file Verification Strategy" to "Non verifying Verification Strategy".

提交回复
热议问题