jesumyip opened a new issue, #13013:
URL: https://github.com/apache/iceberg/issues/13013

   ### Apache Iceberg version
   
   None
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   I get this error `Caused by: javax.net.ssl.SSLHandshakeException: Illegal 
given domain name` when I use domain names that contain underscores.
   
   ```
   "iceberg.catalog.oauth2-server-uri": 
"https://abc_def_ghi.com/oauth/token-request";,
       "iceberg.rest-catalog.oauth2.server-uri": 
"https://abc_def_ghi.com/oauth/token-request";,
   ```
   
   Removing underscores fixes the problem. From 
https://stackoverflow.com/questions/47865499/error-java-security-cert-certificateexception-illegal-given-domain-name-abc
 it looks like an issue with the jdk version that's being used by this 
connector?
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to