[
https://issues.apache.org/jira/browse/BROOKLYN-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050648#comment-16050648
]
Svetoslav Neykov commented on BROOKLYN-407:
-------------------------------------------
Agree it's probably the same.
Tested the link https://git.io with ssllabs.com
(https://www.ssllabs.com/ssltest/analyze.html?d=git.io&s=107.21.114.155&latest)
and it says:
This site works only in browsers with SNI support.
> 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.4.14#64029)