Microsoft
Software
Hardware
Network
Question : Exchange 2010 Certificate Issue
I am in the process of migrating a client from SBS2003 to Server 2008 Enterprise R2 and Exchange 2010 and have run into a problem. The client does not have a valid certificate from a certificate authority. When I try to configure outlook 2007 to connect from outside the LAN, I get the following error:
There is a problem with the proxy server's security certificate. The name on the certificate is invalid or does not match the name of the target site.
Outlook is unable to connect to the proxy server. (Error Code 10).
OWA is working fine, though I do get the certificate error. I can connect from within the LAN fine. How can I get this working without installing a security certificate?
Answer : Exchange 2010 Certificate Issue
Assuming that the zipcode is always 5 numbers long, and preceeded by a space, this works:
$string="Anywhere, OH 12345";
$zip = substr($string,strrpos($st
ring," ")+1,5);
echo $zip;
Random Solutions
Some users can't access OWA
How to stablish a proper setup in MS Outlook 2003 encrypting mails
Active Directory Query - Servers Only - DG
[AutoIT] Creating a Control that Looks Like a Spreadsheet
HOW TO: remove the Anonymous User from the Everyone Group....
Multi Homed Windows 2008 Server
Oracle Build Table of tables
Task Manager ASP.Net Web Application
PPT Taskkill Command VBS MsgBox
how to re-assign a class member in c++ (override its value by pointer)