eclipse-ee4j / eclipse-ee4j/jersey

support for FQDN

Open
#4,060 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.