2017年02月12日 上午 | 作者:VPS侦探
在过去的2015、2016年里Let's Encrypt成立并迅速发展,很多站点都在使用Let's Encrypt或其他SSL证书部署https站点,说到https时我们也会提到HTTP/2,HTTP/2是啥,能不能吃、有啥好处我们就不废话了,下面我们就对HTTP/2在LNMP(Nginx)环境下的安装配置。
说http/2之前我们要说一下http/2在浏览器下的支持情况:Chrome 41+、Firefox 36+、Safari 9+、Windows 10的 IE 11 和 Edge,Chrome 51+必须要开启ALPN才能支持HTTP2,又因为OpenSSL 1.0.2+才有ALPN支持,且又因为OpenSSL 1.0.2+普及较少,目前只有Ubuntu 16.04+、Fedora 24+是OpenSSL 1.0.2版本,其他CentOS、Debian全部及低于前面Ubuntu和Fedora版本的系统都是低于1.0.2,也就是不支持ALPN的,所有在Chrome 51+上是不会是HTTP/2访问的,要想更好的让个浏览器兼容就需要开启ALPN,也就需要让nginx使用OpenSSL 1.0.2+编译。
查看全文 »
分类:服务器环境搭建 | 评论(1) Tags: ALPN开启,http2,http2安装配置,https,LNMP,LNMP一键安装包,Nginx,openssl.
2010年04月8日 上午 | 作者:VPS侦探
安装完Kloxo后lighttpd不能启动,提示 (network.c.336) SSL: error:00000000:lib(0):func(0):reason(0) 错误。
[root@vpser.net ~]# service kloxo restart
Stopping kloxo: Waiting for the process to die.....
Stopped kloxo
Starting kloxo: 11
cat: /usr/local/lxlabs/kloxo//pid/wrapper.pid: No such file or directory
mysqld (pid 30539) is running...
2010-04-05 20:24:16: (network.c.336) SSL: error:00000000:lib(0):func(0):reason(0)
Started kloxo VPS侦探 https://www.vpser.net/
解决方法: openssl降级到openssl-0.9.8e-12.el5_4.1.i686版本
执行命令:yum downgrade openssl
查看全文 »
分类:VPS管理维护 | 评论(4) Tags: Kloxo,Lighttpd,openssl.