Eugeny / ajenti-v

Virtual Hosting addon for Ajenti
ajenti.org/#product-ajenti-v
MIT License
225 stars 80 forks source link

nginx was built without OpenSSL NPN support, SPDY is not enabled for 0.0.0.0:443 in /etc/nginx/conf.d/mysite.conf:7 #98

Closed gabarinocheka closed 10 years ago

gabarinocheka commented 10 years ago

I have Ajenti with Nginx installed for the lasst 3 weeks. Love it. I tried setting up a site with spdy. When i look at the logs i get the following error message:

nginx was built without OpenSSL NPN support, SPDY is not enabled for 0.0.0.0:443 in /etc/nginx/conf.d/mysite.conf:7

Is there a way of getting ajenti-v-nginx that has slsl enabled. Or I have to recompile using the steps listed here :+1: http://www.stefanwille.com/2013/04/using-spdy-with-nginx-1-4/

Any help is appreciated. Thanks

Eugeny commented 10 years ago

Hi,

ajenti-v-nginx package doesn't include NGINX itself, it just uses whatever NGINX you have already installed. You can build a newer NGINX, or download a package for your system from nginx.org.

By the way, the article you linked suggests that this is caused by an outdated openSSL installation.

gabarinocheka commented 10 years ago

Thanks will try to rebuild nginx