26 juillet 2013
Updating SSL certificates on View Connection servers
While playing with SSL certs on View servers I found one of my Connection servers would start all of its services, but not start listening on 443.
Note that netstat can be used to determine if something listening on 443:
C:\Users\administrator>netstat -ano |find "443"
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 3096
TCP 0.0.0.0:8443 0.0.0.0:0 LISTENING 3320
TCP [::]:443 [::]:0 LISTENING 3096
TCP [::1]:443 [::1]:56154 ESTABLISHED 3096
TCP [::1]:443 [::1]:56155 ESTABLISHED 3096
TCP [::1]:56154 [::1]:443 ESTABLISHED... [Lire la suite]
10 juillet 2009
Exchange Server 2007: Renewing the self-signed certificate
Every year of use of an Exchange 2007 CAS server, you need to renew the self signed certificate... Here is an article explaining how to do it :
Exchange Server 2007 issues itself a self-signed certificate for use with services like SMTP, IMAP, POP, IIS and UM. The certificate is issued for a period of one year.
The self-signed certificate meets an important need - securing communication for Exchange services by default. Nevertheless, one should treat these self-signed certificates as temporary. It's not recommended to use... [Lire la suite]