Home All Groups Group Topic Archive Search About

SSL Endpoint Creation Error

Author
21 Jul 2005 11:12 PM
msnews.microsoft.com
Hi,

In SQL Server 2005, I'm trying to change my endpoint from non-secure to
secure.  It works great un-secured but when I try to recreate the endpoint
by changing the statement From:

CREATE  ENDPOINT Henry_Endpoint
STATE = STARTED
AS HTTP (
   PATH = '/sql/Henry',
   AUTHENTICATION = (INTEGRATED),
   PORTS=(CLEAR)
)
........

BATCHES = ENABLED,
    WSDL = DEFAULT,
NAMESPACE = 'http://ancsearch501/HENRY/'
  )

To:

CREATE  ENDPOINT Henry_Endpoint
STATE = STARTED
AS HTTP (
   PATH = '/sql/Henry',
   AUTHENTICATION = (INTEGRATED),
   PORTS=(SSL)
)
........

BATCHES = ENABLED,
LOGIN_TYPE = WINDOWS,
WSDL = DEFAULT,
NAMESPACE = 'http://ancsearch501/HENRY/'
  )

I get:

An error  0x80070494 occured while attempting to register endpoint Henry

I've installed a developer's certificate on the box and have done everything
I can find to do to set it up in sql server.

Can anyone tell me what to look at?

Thanks,
Mike

Author
22 Jul 2005 6:55 AM
William Wang[MSFT]
Hi,

I'm sorry that we do not support SQL Server 2005 issues in this Newsgroup.
For any question regarding SQL server 2005, please post it at the following
newsgroup:

http://communities.microsoft.com/newsgroups/default.asp?icp=sqlserver2005&sl
cid=us

Your understanding is appreciated!

Sincerely,

William Wang
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

This posting is provided "AS IS" with no warranties, and confers no rights.

AddThis Social Bookmark Button