This article explains how to simulate an SSL session from the P8.
Note: This option does not simulate the connection through the proxy, it is used to test SSL connection to a website from P8 itself and is useful in determining any issues that may exist with SSL connectivity to the website.
- SSH to the P8
- At the cmd line type "openssl s_client -connect <websiteaddress>:443". E.g openssl s_client -connect outlook.office365.com:443
- Once connected type "get https://<url> HTTP/1.0" then hit "enter" and "enter" again. E.g "get https://outlook.office365.com/owa/ HTTP/1.0" should show something similar to the below:
HTTP/1.1 302 Found Content-Length: 336 Server: Microsoft-IIS/8.0 request-id: 0a4e7646-5744-4a6f-a18c-7115bce29b21 X-CalculatedBETarget: AM2PR05MB0963.eurprd05.prod.outlook.com |