| Posted: Thu, Apr 26th '12 |

|
SharePoint 2010 and SSL Certificates
. Page Views: 258 Body: While working on a project recently I wanted to use SSL certificates on the Development environments so the developers could actually get a closer experience to what the end users are seeing in Pre-Production and Production. The domain names on Development are not the same as the Production ones and did not want to configure those the same as then I would have IP addressing and Routing issues when testing. So I wanted to use self-signed SSL certificates but had the standard issue when tryi [read more].
|
| Simular Posts |

|
Bad SSL Certificates and Browser Woes
Robert Bogue div class="ExternalClass0CDBF722D1C54F4F8F8D3C26583A8FB1"pI was troubleshooting some relatively minor SSL changes that had reportedly worked before but no longer worked. After switching back to old certificates and it still didn't work I was mystified. It looked like it was working. I could telnet to the port so I knew that HTTP.SYS/IIS was answering. However, the browser refused to return anything on HTTPS.
/ppI ended up breaking out a href="http://www.microsoft.com/downloads/details.aspx?Famil [read]. Posted: Tue, May 25th '10 |

|
Error in crawl log: “The server is unavailable and could not be accessed. The server is probably disconnected from the network.” (SharePoint 2010)
Ingo Karstein I got this error messages a thousand times:
Solution 1:
I added the root certification authority certificates and the intermediate certification authority certificates of all SSL certificates to the SharePoint root cert store:
$rootca = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("$(join-path (split-path $MyInvocation.MyCommand.Path) 'root-ca.cer')")
$interca = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("$(join-path (split-path $MyI [read]. Posted: Thu, Apr 19th '12 |

|
Secure Your SharePoint Extranet!
Geoff Varosky Or any extranet really… I presented tonight at the Baltimore SharePoint Users Group on Planning and Configuring Extranets in SharePoint 2010, and had the idea to make a quick post like this.
If you are opening your organizations virtual doors to the outside world, please, please, PLEASE, only open up port 443, and use a secure certificate (or Secure Sockets Layer certificate), a/k/a, SSL certificate, to secure it.
Even if you do not have anything resembling a budget – you can still be [read]. Posted: Thu, Oct 20th '11 |
|
|