Tagged Questions
2
votes
1answer
691 views
Connect to a Windows Server 2008R2 using php, ldap, tls fails if server has NPS service
Servers:
DALCON2 (Windows 2008R2, DC, NPS)
DALCON3 (Windows 2008R2, DC)
DALCON-WWW (Ubuntu server)
Goal:
From DALCON-WWW, using adLDAP with TLS to connect to a domain controller LDAP service
If ...
7
votes
1answer
4k views
How to enable TLS 1.1, 1.2 in IIS 7.5
We want to support web browsers utilizing TLS 1.1 and 1.2, which has been apparently implemented by Microsoft, but is turned off by default.
So I went searching on Google and discovered some pages ...
0
votes
1answer
2k views
How to force Windows Server to accept only SSLv3 connections when using HTTPS?
I want to reproduce some production issue. For this purpose I need to configure my test Windows Server 2008 R2 to reject TLS connections and accept only SSLv3 connections when exposing IIS hosted web ...
7
votes
1answer
5k views
How to inspect remote SMTP server's TLS certificate?
We have an Exchange 2007 server running on Windows Server 2008. Our client uses another vendor's mail server. Their security policies require us to use enforced TLS. This was working fine until ...
6
votes
3answers
4k views
Require TLS on RDP for all connections
I have a 2008 DC and a 2008 AD CS server and a Windows 7 client. What I would like is to require the certificate to be used when RDPing to the server.
The certificate is valid, and if I connect ...