關於錯誤程式碼107(err_ssl_protocol_error)SSL 協議出錯的解決方案
關於錯誤程式碼107(err_ssl_protocol_error)SSL 協議出錯的解決方案
火狐瀏覽器訪問 出現一個很怪異的問題,報錯:
ssl 107 (net::ERR_SSL_PROTOCOL_ERROR)
剛開始以為是ssl失效了,重新安裝了一遍
安裝過程:
第一步# openssl genrsa -des3 -out server1.key 1024
Generating RSA private key, 1024 bit long modulus
……++++++
……..++++++
e is 65537 (0x10001)
Enter pass phrase for server1.key:此處設定個密碼
Verifying – Enter pass phrase for server1.key:重新輸入設定個密碼
第二步# openssl req -new -key server1.key -out server1.csr
Enter pass phrase for server1.key:
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter ‘.’, the field will be left blank.
—–
Country Name (2 letter code) [GB]:CN
State or Province Name (full name) [Berkshire]:Beijing
Locality Name (eg, city) [Newbury]:Beijing
Organization Name (eg, company) [My Company Ltd]:xo
Organizational Unit Name (eg, section) []:xo
Common Name (eg, your name or your server’s hostname) []:xo
Email Address []:
Please enter the following ‘extra’ attributes
to be sent with your certificate request
A challenge password []:此處回車
An optional company name []:此處回車
第三步:#cp server1.key server1.key.org
第四步:# openssl rsa -in server1.key.org -out server1.key
Enter pass phrase for server1.key.org:此處輸入剛才設定的密碼
writing RSA key
第五步:]# openssl x509 -req -days 365 -in server1.csr -signkey server1.key -out server1.crt
Signature ok
subject=/C=CN/ST=Beijing/L=Beijing/O=xo/OU=xo/CN=xo
Getting Private key
安裝完ssl,配置nginx虛擬主機
server
{
listen 80;
server_name
root /data0/htdocs/zhaolilei;
index index.html index.PHP;
rewrite ^/ permanent;
location ~ .*\.(php|php5)?$
{
#fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fcgi.conf;
}
access_log /data1/logs/test1.log;
}
server
{
listen 443;
server_name
root /data0/htdocs/zhaolilei;
index index.html index.php;
ssl on;
ssl_certificate server.crt;
ssl_certificate_key server.key;
location ~ .*\.(php|php5)?$
{
#fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fcgi.conf;
}
access_log /data1/logs/test.log;
}
配置完後訪問測試,依然是報錯,後來在網上查了N多資料也沒有個說法
靜下來想想,這個之前是好用的,最近貌似只升級過nginx版本為1.2.1,難道與版本有關,新版本的nginx有一些規則改了,比如:日誌格式要放在虛擬主機上邊定義,後可官網也沒有查出相關問題。猜想會不會與虛擬主機的順序有關,我這裡先配置的80,後配置的443
經過測試,果然如此,把443的虛擬主機放置到80的上邊,重啟nginx,訪問OK了
採用了技術含量比較高的加密技術。日後 ( )將會持續為大家推薦更多關於SSL證照的技術知識。讓大家正確認識SSL證照,快速無誤部署HTTPS安全協議。更多資訊,請關注GDCA。
全球可信CA機構
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31483669/viewspace-2691821/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SSL錯誤ssl connect error 35的解決方案Error
- 關於SSL協議未開啟的解決方案協議
- onvif soap 協議的錯誤程式碼協議
- Adobe 2022軟體安裝錯誤程式碼107解決辦法
- Adobe 系列安裝過程中出現錯誤程式碼107解決方法
- Adobe 2022安裝過程中出現錯誤程式碼107解決方法
- 訪問 HTTPS 網站時的 SSL 錯誤解決方案HTTP網站
- 關於ESLint: Delete `␍`(prettier/prettier) 錯誤解決方案(3種)EsLintdelete
- 真機除錯出現 application installation failed 錯誤 解決方案除錯APPAI
- 關於TLS/SSL協議TLS協議
- photoshop匯出png發生未知錯誤的解決方案,ps匯出發生未知錯誤怎麼解決
- Linux下錯誤解決方案Linux
- latex 錯誤以及解決方案
- ERROR L107: ADDRESS SPACE OVERFLOW keil錯誤的解決方法Error
- 使用代理爬蟲出302錯誤程式碼解決方法爬蟲
- 關於Support for password authentication 報錯的解決方案
- ORA-28000錯誤解決方案
- 伺服器出現 HTTP 錯誤程式碼,及解決方法伺服器HTTP
- TCP網路除錯助手提示錯誤:“1035:未知錯誤” 解決方案TCP除錯
- ORA-06550錯誤程式碼的解決方法QB
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- 關於vuex的錯誤Vue
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- Hadoop常見錯誤及解決方案Hadoop
- Win10系統下網頁打不開提示SSL協議連線出錯的解決方法Win10網頁協議
- 關於SSL協議未開啟協議
- Windows下make clean指令錯誤[錯誤碼2](系統找不到指定檔案)的解決方案Windows
- Intellij IDEA使用@Autowired註解,出現could not autowire錯誤,解決方案IntelliJIdea
- 海外常見的http錯誤程式碼原因與解決HTTP
- nginx出現403錯誤的解決方法Nginx
- PbootCMS中常見的錯誤提示及其解決方案boot
- 高防上傳HTTPS證書出現“引數格式錯誤”報錯的解決辦法 – HTTPS SSL 教程HTTP
- 整合Health Kit時因證書問題出現錯誤碼50063的解決方案
- ORACLE登入出現“ORA-12560:TNS:協議介面卡錯誤”錯誤修復Oracle協議
- 關於Allowed memory size of (PHP記憶體溢位)錯誤的可能原因及解決方案PHP記憶體溢位
- win10 錯誤程式碼 0x80070035怎麼辦_win10網路錯誤程式碼0x80070035解決方案Win10
- adobe安裝提示【錯誤程式碼1】解決方法
- 爬蟲常見錯誤程式碼及解決措施爬蟲