ANXS / nginx

A fairly flexible and feature full Ansible role for the NGINX web server.
MIT License
151 stars 82 forks source link

TASK failed: get openssl source - openssl-1.0.2c.tar.gz - Installing from source #51

Closed ejohansson closed 9 years ago

ejohansson commented 9 years ago

Building from source.

...
TASK: [ANXS.nginx | get openssl source] *************************************** 
failed: [androidatl.com] => {"dest": "/tmp/openssl-1.0.2c.tar.gz", "failed": true, "response": "HTTP Error 404: Not Found", "state": "absent", "status_code": 404, "url": "https://www.openssl.org/source/openssl-1.0.2c.tar.gz"}
msg: Request failed
...

Need to update url to: https://www.openssl.org/source/openssl-1.0.2d.tar.gz see https://www.openssl.org/source/

ejohansson commented 9 years ago

Duplicate see pull request #50