This is my code.
[image: image.png] I have two troubles. First, when using HTTP to request HTTPS request forwarding, the java level will check whether the certificate is correct. Second, if it is a self-signed certificate, the check will fail. And I checked google and Stack Overflow. The usual conclusion is to add JVM instructions or ignore the reliability of the certificate in the code. But I think this is unreliable. This is my error message. [image: image.png] Please help me. Thank you very much!
