Skip to content

Conversation

@StevenBonePgh
Copy link
Contributor

Resolve Issue #158 "TLS 1.2 Support in Fleck and WebSocket4Net" by adding overloads to Fleck and WebSocket4Net. Also added convienence overloads for WAMP2 DefaultRouter (Fleck) and for WAMP1 Channel Factory extensions (WebSocket4Net). Added overloads where defaults would also be acceptable for backwards binary compatibility - these can be removed if this is undesired. I was unable to validate the Mono build.

…Net" by adding overloads to Fleck and WebSocket4Net. Also added convienence overloads for WAMP2 DefaultRouter (Fleck) and for WAMP1 Channel Factory extensions (WebSocket4Net). Added overloads where defaults would also be acceptable for backwards binary compatibility - these can be removed if this is undesired. I was unable to validate the Mono build.
@darkl
Copy link
Member

darkl commented Jan 11, 2017

There is already an option to set WebSocket4Net security actions as I mentioned in the previous thread.
Were the changes to the WebSocket4Net classes intended for WAMP1 support?

server.Certificate = mCertificate;
}

if(mGetEnabledSslProtocols != null)
Copy link
Member

Choose a reason for hiding this comment

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

missing space.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed.

@StevenBonePgh
Copy link
Contributor Author

There is already an option to set WebSocket4Net security actions as I mentioned in the previous thread.
Were the changes to the WebSocket4Net classes intended for WAMP1 support?

Yes, this was to enable setting WebSocket4Net SSL options for WAMP1 support.

@darkl darkl merged commit dc6b466 into Code-Sharp:wampv2 Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants