eclipse-ee4j / eclipse-ee4j/jersey
support for FQDN
Open
Type: Improvement
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
when trying to use the jersey client to hit **https://api.jokes.one.** (with a dot at the end), throws
javax.ws.rs.ProcessingException: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Illegal given domain name: api.jokes.one.
"**api.jokes.one.**" is a FQDN suggested by RFC1034. also refer to http://www.dns-sd.org/trailingdotsindomainnames.html
Can we support both forms of **https://api.jokes.one.** and **https://api.jokes.one**?
Contributor guide
Assessment
This issue has not been assessed yet.