https://rancher.com/ logo
Title
g

gifted-wall-83531

01/28/2023, 11:37 PM
Hi, guys I build a registry with tls 1.3 by docker registry, and nerdctl login/pull has worked. But when i build docker-registry-web in RD, then access docker-registry-web UI, the following error prompt appears:
I/O error on GET request for "<https://10.10.10.151:30000/v2/_catalog?n=100>":Received fatal alert: protocol_version; nested exception is <http://javax.net|javax.net>.ssl.SSLException: Received fatal alert: protocol_version.
How should i do? Thanks
👀 1
r

red-rainbow-44130

01/30/2023, 4:09 AM
Make sure you are using the recent version of jdk with TLS 1.3 support.
m

magnificent-napkin-96586

01/30/2023, 11:03 PM
Hi @gifted-wall-83531 as Suresh notes here, this looks like a certificate error. are there any corresponding errors within Java itself? otherwise, i'm not sure what the difference between your registry setup is outside of Rancher Desktop is so can you tell me what environment are you running on?