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

推荐订阅源

D
DataBreaches.Net
SecWiki News
SecWiki News
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
P
Palo Alto Networks Blog
V
Vulnerabilities – Threatpost
Project Zero
Project Zero
WordPress大学
WordPress大学
NISL@THU
NISL@THU
酷 壳 – CoolShell
酷 壳 – CoolShell
P
Privacy & Cybersecurity Law Blog
Jina AI
Jina AI
AWS News Blog
AWS News Blog
Scott Helme
Scott Helme
Martin Fowler
Martin Fowler
C
Cybersecurity and Infrastructure Security Agency CISA
Forbes - Security
Forbes - Security
H
Heimdal Security Blog
小众软件
小众软件
I
Intezer
A
Arctic Wolf
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
O
OpenAI News
S
Security Affairs
阮一峰的网络日志
阮一峰的网络日志
Latest news
Latest news
G
GRAHAM CLULEY
Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
N
News and Events Feed by Topic
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
V2EX - 技术
V2EX - 技术
Stack Overflow Blog
Stack Overflow Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
L
LINUX DO - 最新话题
博客园 - Franky
P
Proofpoint News Feed
aimingoo的专栏
aimingoo的专栏
博客园 - 司徒正美
P
Proofpoint News Feed
S
Secure Thoughts
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
T
The Exploit Database - CXSecurity.com
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
F
Full Disclosure
Security Latest
Security Latest

博客园 - 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