mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
240 stars 54 forks source link

how to ignore SSL #64

Closed dddyHD closed 5 years ago

dddyHD commented 5 years ago

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

mkopylec commented 5 years ago

Hi, what is the destination URL?

dddyHD commented 5 years ago

https://localhost:8443 ,I have a local project, but there is no certificate

mkopylec commented 5 years ago

You can't request the host with SSL (https) when the host's server is lack of certificate. First configure SSL on the localhost server and then try requesting it by charon.

mkopylec commented 5 years ago

Is the issue still valid?

mkopylec commented 5 years ago

Closing it because of no response