-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javax.net.ssl.SSLException: Received fatal alert: protocol_version #108
Comments
registry log
I found It is caused by registry:2.8.3, when downgrade to registry:2.5 , the issue disappeared. |
@mkuchin Hi Max, I experience the same issue like @todaygood but downgrading is not an option for me. Do you have an idea for a workaround? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2023-11-04 13:50:40,651 [localhost-startStop-1] INFO sizeof.AgentLoader - Located valid 'tools.jar' at '/usr/lib/jvm/java-7-openjdk-amd64/jre/../lib/tools.jar'
2023-11-04 13:50:40,672 [localhost-startStop-1] INFO sizeof.JvmInformation - Detected JVM data model settings of: 64-Bit OpenJDK JVM with Compressed OOPs
2023-11-04 13:50:40,985 [localhost-startStop-1] INFO sizeof.AgentLoader - Extracted agent jar to temporary file /var/lib/tomcat7/temp/ehcache-sizeof-agent578860902806353479.jar
2023-11-04 13:50:40,986 [localhost-startStop-1] INFO sizeof.AgentLoader - Trying to load agent @ /var/lib/tomcat7/temp/ehcache-sizeof-agent578860902806353479.jar
2023-11-04 13:50:40,996 [localhost-startStop-1] INFO impl.DefaultSizeOfEngine - using Agent sizeof engine
2023-11-04 13:50:41,109 [localhost-startStop-1] INFO impl.DefaultSizeOfEngine - using Agent sizeof engine
2023-11-04 13:50:41,284 [localhost-startStop-1] INFO context.GrailsConfigUtils - [GrailsContextLoader] Grails application loaded.
2023-11-04 13:50:41,579 [localhost-startStop-1] INFO conf.BootStrap - Starting registry-web ver. 0.1.3-SNAPSHOT-bededf47611365f0a6d2bb87942e3b86c1e92d9f
2023-11-04 13:50:41,768 [localhost-startStop-1] INFO web.ConfigService - [environmentProperties, localProperties]
2023-11-04 13:50:41,789 [localhost-startStop-1] INFO web.ConfigService - resolved config:
2023-11-04 13:50:41,797 [localhost-startStop-1] INFO web.ConfigService - registry.url: https://registry.margin.com/v2
2023-11-04 13:50:41,797 [localhost-startStop-1] INFO web.ConfigService - registry.auth.key: /config/auth.key
2023-11-04 13:50:41,798 [localhost-startStop-1] INFO web.ConfigService - registry.readonly: true
2023-11-04 13:50:41,798 [localhost-startStop-1] INFO web.ConfigService - registry.trust_any_ssl: true
2023-11-04 13:50:41,798 [localhost-startStop-1] INFO web.ConfigService - registry.basic_auth:
2023-11-04 13:50:41,798 [localhost-startStop-1] INFO web.ConfigService - registry.auth.enabled: false
2023-11-04 13:50:41,798 [localhost-startStop-1] INFO web.ConfigService - registry.context_path:
2023-11-04 13:50:41,798 [localhost-startStop-1] INFO web.ConfigService - registry.auth.issuer: test-issuer
2023-11-04 13:50:41,798 [localhost-startStop-1] INFO web.ConfigService - registry.name: registry.margin.com
2023-11-04 13:50:41,802 [localhost-startStop-1] INFO conf.BootStrap - auth enabled: false
2023-11-04 13:50:42,733 [localhost-startStop-1] INFO conf.BootStrap - Trusting any SSL certificate
Nov 04, 2023 1:50:42 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Nov 04, 2023 1:50:42 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 65147 ms
2023-11-04 13:50:46,118 [http-bio-8080-exec-1] ERROR web.RepositoryController - Can't access registry: _catalog?n=100
org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://registry.margin.com/v2/_catalog?n=100":Received fatal alert: protocol_version; nested exception is javax.net.ssl.SSLException: Received fatal alert: protocol_version
at grails.plugins.rest.client.RestBuilder.invokeRestTemplate(RestBuilder.groovy:312)
at docker.registry.web.CustomRestBuilder.request(CustomRestBuilder.groovy:22)
at docker.registry.web.RestService.requestInternal(RestService.groovy:70)
at docker.registry.web.RestService.request(RestService.groovy:63)
at docker.registry.web.RestService.get(RestService.groovy:42)
at docker.registry.web.RepositoryController.index(RepositoryController.groovy:29)
at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:198)
at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
at grails.plugin.springsecurity.web.filter.GrailsAnonymousAuthenticationFilter.doFilter(GrailsAnonymousAuthenticationFilter.java:53)
at grails.plugin.springsecurity.web.authentication.logout.MutableLogoutFilter.doFilter(MutableLogoutFilter.java:62)
at grails.plugin.springsecurity.web.SecurityRequestHolderFilter.doFilter(SecurityRequestHolderFilter.java:59)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.net.ssl.SSLException: Received fatal alert: protocol_version
... 14 more
The text was updated successfully, but these errors were encountered: