Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify BOLT into a single port #6020

Merged
merged 1 commit into from Dec 16, 2015
Merged

Conversation

zhenlineo
Copy link
Contributor

Move TCP, secure TCP, websocket, secure websocket into one single port 7687
This allows an informative message to be returned,
instructing the user that a encrypted connection is required or forbidden.

switch ( connector.get( Settings.tls_level ) )
{
case REQUIRED:
requireEncryption = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the fall through intended?, otherwise add break

Reading through the code I figure it must be intentional, can we at least have some comment clarifying that it is by design we fall through here.

Move TCP, secure TCP, websocket, secure websocket into one single port 7687
This allows an informative message to be returned,
instructing the user that a encrypted connection is required or forbidden.
pontusmelke added a commit that referenced this pull request Dec 16, 2015
@pontusmelke pontusmelke merged commit ae6202e into neo4j:3.0 Dec 16, 2015
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.

None yet

4 participants