- check ip
- ping <Host_IP>
- check name resolution
- nslookup <Host_Name>
- check port from client
- telnet <Host> <Port>
- echo > /dev/tcp/<Host>/<Port> && echo open || echo closed
- check port from server
- ss -tnlp
- firewall-cmd --list-all
- check response
- curl <Url>
- Browser
- 檔案路徑
- 存取權限
- 私鑰密碼
- 憑證串鍊
- 加密協定
若是 Server 端正常,但 Client 端一好一壞,只剩一招:
- openssl s_client -connect <Host>:<Port>
沒有留言:
張貼留言