Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@marcospereira
Copy link
Member

@marcospereira marcospereira commented Nov 6, 2018

Purpose

Forward port #8642.

Fixes

Fixes #8660.

`AkkaHttpServer` didn't honour some HTTPS-related settings:

````
play {
  server {
    # HTTPS configuration
    https {
      # Whether JSSE want client auth mode should be used. This means, the server
      # will request a client certificate, but won't fail if one isn't provided.
      wantClientAuth = false

      # Whether JSSE need client auth mode should be used. This means, the server
      # will request a client certificate, and will fail and terminate the session
      # if one isn't provided.
      needClientAuth = false
    }
  }
}
```
@marcospereira marcospereira added this to the Play 2.7.0 milestone Nov 6, 2018
@marcospereira marcospereira merged commit c02784f into playframework:master Nov 6, 2018
@marcospereira marcospereira deleted the fwd-8642-honour-need-client-and-want-client branch November 6, 2018 21:21
@marcospereira
Copy link
Member Author

Merging since we got a green build and this is just forward porting changes.

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.

3 participants