惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The Last Watchdog
The Last Watchdog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Secure Thoughts
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
T
Tor Project blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Vercel News
Vercel News
Last Week in AI
Last Week in AI
月光博客
月光博客
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
博客园 - 叶小钗
NISL@THU
NISL@THU
C
Check Point Blog
K
Kaspersky official blog
N
News and Events Feed by Topic
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
Arctic Wolf
T
Threatpost
GbyAI
GbyAI
L
LINUX DO - 热门话题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
Scott Helme
Scott Helme
P
Privacy International News Feed
The Register - Security
The Register - Security
G
GRAHAM CLULEY
Recorded Future
Recorded Future
Apple Machine Learning Research
Apple Machine Learning Research
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog
Project Zero
Project Zero
Cyberwarzone
Cyberwarzone
Webroot Blog
Webroot Blog
Microsoft Security Blog
Microsoft Security Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
D
DataBreaches.Net
J
Java Code Geeks
AWS News Blog
AWS News Blog
Help Net Security
Help Net Security
Engineering at Meta
Engineering at Meta
M
MIT News - Artificial intelligence
T
Threat Research - Cisco Blogs
Google DeepMind News
Google DeepMind News

博客园 - yier

ZZ:修改sharepoint文档库文件类型显示图标(PDF,WinRAR) ZZ: How to remove 'Open in Windows Explorer' from the 'Actions Menu' zz: 如何查询SQL Server数据库的版本 zz: 关闭WIN2003关机事件跟踪程序 zz:MOSS內容資料庫的分配與管理 zz:CAML簡介 zz:全局化定制MOSS樣式 zz:貼幾個常用的MOSS樣式選擇器 ZZ:SharePoint常用目录介绍 ZZ:如何修改默认的site template大小 ZZ:JMeter使用指南 ZZ: Moving or Renaming the WSS Central Administration Content Database zz: 如何移動已存在的SQL Server 2005中的user database zz: Calculated Columns - Displaying Images from oscar zz:如何更改列表项前的New标记的天数设置(days-to-show-new-icon ) from Jianyi ZZ: Uploads with SharePoint 2007 - Antivirus From Eric Cherng zz: SharePoint 2007 Folders from Eric Cherng [原创] 在dos命令行里面取当天是“星期几" ZZ: 如何禁止掉SharePoint页面个性化?(续) from kaneboy
Search settings - Authentication failed because the remote party has closed the transport stream - yier
yier · 2009-09-04 · via 博客园 - yier

 我部署的环境是:2 WEF,1 Index/Query,1 SQL

问题:
1. Server 链接设定好后,我就开始配置SSP,SSP是在一个单独的WebApplication上,也可以正常开启.
    但是,在SSP中开Search Setting,提示:   "Authentication failed because the remote party has closed the transport stream "
    我查了一下,这个错误很多地方都说是跟SSL 有关,可是我在创建SSP的时候,都没有选过启用SSL 啊.
2. SSP中开启:User profiles and properties
    也提示报错:An error has occurred while accessing the SQL Server database or the Office SharePoint Server Search service.
=======================================
Solution:

Search settings - Authentication failed because the remote party has closed the transport stream 

I recently run into a peculiar problem with MOSS 2007 search, to give you some background to the issue that I had a new farm had been provisioned running MOSS 2007 SP1, it contained two servers:

·         Server1 - Web Front End / Query

·         Server2 - Index

I started hitting problem when attempting to configure search using Search Settings within the SSP administration site, it generated the following error:

Authentication failed because the remote party has closed the transport stream

After much investigation including reviewing the Application and ULS logs I found the cause of the issue being the fact that Server1 could not connect to the search web service on Server2 using the following URL https://server2:56738/SharedServices1/Search/SearchAdmin.asmx

To rule out an issue with a firewall or intermediary networking device I ran the following command using cmd.exe from server1 to test connectivity to server2

telnet server2 56738

This connected successfully, which meant that the issue was likely to be caused by the SSL certificate that is created during installation/configuration and is used by the Office Server Web Services site.

To resolve the issue, I used the IIS 6.0 resource kit tool SelfSSL to re-create the SSL certificate used for the Office Server Web Services site on both servers. This tool is available from http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&displaylang=en.

I ran the following command on both servers to do this:

Selfssl /s:(IIS ID of the Office Server Web Services site) /v:(length of validity for the certificate in days – I opted for 1000)

This then replaced the existing certificate with the newly created SelfSSL certificate and Search Settings now worked.

My investigation into the root cause of this continues….I’ll keep you all posted!

UPDATE 08/01/09 - This issue can potentially be caused when MOSS 2007 is installed on a server running .NET 3.5 SP1. This can be worked around by applying SP1 for .NET 3.5 after MOSS 2007 has been installed a KB article is now live at http://support.microsoft.com/?id=962928