Skip to content

Contracts are not signed, not using HTTPS#5513

Closed
Alocyte wants to merge 1 commit into
MicrosoftDocs:livefrom
Alocyte:patch-1
Closed

Contracts are not signed, not using HTTPS#5513
Alocyte wants to merge 1 commit into
MicrosoftDocs:livefrom
Alocyte:patch-1

Conversation

@Alocyte

@Alocyte Alocyte commented Oct 1, 2020

Copy link
Copy Markdown
Contributor

CREATE SERVICE NotifyService
ON QUEUE NotifyQueue
(
[http://schemas.microsoft.com/SQL/Notifications/PostEventNotification]
);
GO
succeeds, while

CREATE SERVICE NotifyService
ON QUEUE NotifyQueue
(
[https://schemas.microsoft.com/SQL/Notifications/PostEventNotification]
);
GO
fails.

CREATE SERVICE NotifyService  
ON QUEUE NotifyQueue  
(  
[http://schemas.microsoft.com/SQL/Notifications/PostEventNotification]  
);  
GO   
succeeds, while

CREATE SERVICE NotifyService  
ON QUEUE NotifyQueue  
(  
[https://schemas.microsoft.com/SQL/Notifications/PostEventNotification]  
);  
GO  
fails.
@PRMerger14

Copy link
Copy Markdown
Contributor

@Alocyte : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@Alocyte

Alocyte commented Oct 1, 2020

Copy link
Copy Markdown
Contributor Author

The author can commit this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants