[
https://issues.apache.org/jira/browse/BROOKLYN-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986914#comment-15986914
]
Aled Sage commented on BROOKLYN-407:
------------------------------------
Is this perhaps related to https://issues.apache.org/jira/browse/BROOKLYN-456
> 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.15#6346)