摘要:
Troubleshooting SSL related issues (Server Certificate) Tools Used in this Troubleshooter: SSLDiag Network Monitor 3.4/Wireshark This material is prov 阅读全文
摘要:
Update to enable TLS 1.1 and TLS 1.2 as default secure protocols in WinHTTP in Windows The DefaultSecureProtocols registry entry can be added in the f 阅读全文
摘要:
How to check if TLS 1.2 is enabled? If the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1 阅读全文
摘要:
How to Activate TLS 1.2 on Windows Server 2008 R2 and IIS 7.5 There is always that one machine that you cannot upgrade on a current version because so 阅读全文
摘要:
How to Import and Export SSL Certificates in IIS 7 Importing from a .pfx File On the Start menu click Run and then type mmc. Click File > Add/Remove S 阅读全文
摘要:
How to find certificates by thumbprint or name with powershell Get-ChildItem -path 'Cert:\*086760bb47ba6c592d05b53b477635d924d5952b' -Recurse | Format 阅读全文
摘要:
Any reason NOT to set all cookies to use httponly and secure 回答1 Yes, there are cases where you don't want HTTP ONLY or SECURE. If you need javascript 阅读全文
摘要:
Using HTTP cookies An HTTP cookie (web cookie, browser cookie) is a small piece of data that a server sends to the user's web browser. The browser may 阅读全文
摘要:
How can I check that my cookies are only sent over encrypted https and not http? The cookies secure flag looks like this: secure; That's it. This shou 阅读全文