Repository: jclouds-site Updated Branches: refs/heads/fix-so-link [created] 9c39ff996
Fix link for a Stack Overflow answer relating to Java HTTP clients and POODLE Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/9c39ff99 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/9c39ff99 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/9c39ff99 Branch: refs/heads/fix-so-link Commit: 9c39ff996133caed1e9e4cc972a9e47e6fe0a512 Parents: d34f70d Author: Andrew Phillips <[email protected]> Authored: Mon Oct 16 07:06:34 2017 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon Oct 16 07:06:34 2017 -0400 ---------------------------------------------------------------------- _posts/2014-10-22-poodle-and-jclouds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/9c39ff99/_posts/2014-10-22-poodle-and-jclouds.md ---------------------------------------------------------------------- diff --git a/_posts/2014-10-22-poodle-and-jclouds.md b/_posts/2014-10-22-poodle-and-jclouds.md index 3af2043..2c92eef 100644 --- a/_posts/2014-10-22-poodle-and-jclouds.md +++ b/_posts/2014-10-22-poodle-and-jclouds.md @@ -30,6 +30,6 @@ If you are using the [Azure Compute provider](https://github.com/jclouds/jclouds #### More information * Discussion on the potential impact of POODLE on your applications: [https://www.netmeister.org/blog/poodle.html](https://www.netmeister.org/blog/poodle.html) -* Question about Java HTTP clients and POODLE: [http://stackanswers.com/questions/26429751/java-http-clients-and-poodle](http://stackanswers.com/questions/26429751/java-http-clients-and-poodle) +* Question about Java HTTP clients and POODLE: [https://stackoverflow.com/questions/26429751/java-http-clients-and-poodle](https://stackoverflow.com/questions/26429751/java-http-clients-and-poodle) * Umbrella jclouds JIRA issue: [JCLOUDS-753](https://issues.apache.org/jira/browse/JCLOUDS-753) * Apache HC HTTP driver issue: [JCLOUDS-759](https://issues.apache.org/jira/browse/JCLOUDS-759)
