天天看點

Linux Apache2 內建 openssl 實作 https 加密傳輸

1. 下載下傳 openssl

2. 下載下傳 apache2

3.安裝 openssl

4 安裝 apache2

     有關 apr ,apr-util, pcre 等插件的安裝,見具體博文:http://now51jq.blog.51cto.com/3474143/1317581

5. 生成授權檔案和證書

6.修改 httpd.conf

7.修改 httpd-ssl.conf

啟動 apache2

apachectl start

可能會出現的異常:

解決辦法:重新編譯openssl

引用

If you are getting the below error message, make sure to uncomment the line shown below in httpd.conf

繼續閱讀