Warning: include(/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php): failed to open stream: No such file or directory in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: include(/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php): failed to open stream: No such file or directory in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: include(): Failed opening '/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php' for inclusion (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24
openssl重大安全性問題 – unethost無限空間虛擬主機 技術分享部落格

openssl重大安全性問題

根據openssl的公告: https://www.openssl.org/news/secadv_20140407.txt
因openssl出現重大安全性問題,有相當多現行的伺服器會受到影響,這算是最嚴重等級的資安bug,對於有提供HTTPS, Webmail, VPNs的服務業者影響尤大(光Https就涵蓋相當多)。

可以使用我們下列的教學,進行更新,以免遭遇駭客攻擊。


使用ubuntu為os的主機:
sudo apt-get update openssl && sudo apt-get upgrade openssl

使用centos為os的主機:
apache:
# yum update openssl mod_ssl
# /etc/init.d/httpd restart

nginx:
# yum update openssl nginx
# /etc/init.d/nginx restart

使用cpanel控制台的主機:
# yum clean all
# yum update openssl
# /etc/init.d/httpd restart
# service cpanel restart
最後需要登入 whm ,將所有service都restart。
驗證方式,請登入 http://filippo.io/Heartbleed/
驗證成功,會出現下列圖片字串。
1

unethost.com虛擬主機,我們已更新完畢;vps及獨立主機用戶,如果不會操作更新,可通知我們客服進行處理。