Duncan Grant created BROOKLYN-407:
-------------------------------------

             Summary: SSLException: Received fatal alert: internal_error when 
resource uses url shortener
                 Key: BROOKLYN-407
                 URL: https://issues.apache.org/jira/browse/BROOKLYN-407
             Project: Brooklyn
          Issue Type: Bug
            Reporter: Duncan Grant


This can be replicated by running the following groovy in the console:
{noformat}
org.apache.brooklyn.util.core.ResourceUtils utils = 
org.apache.brooklyn.util.core.ResourceUtils.create();
String result = utils.getResourceAsString("https://git.io/vXA03";);
System.out.println(result);
{noformat}

The error is:
{noformat}
org.apache.brooklyn.util.exceptions.PropagatedRuntimeException: SSLException: 
Received fatal alert: internal_error
{noformat}

This seems similar to https://issues.apache.org/jira/browse/BROOKLYN-302
but seems to affect everyone rather than just those with specific network 
setups.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to