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

Retry on Abort #33

Merged
merged 1 commit into from
Jun 10, 2017
Merged

Retry on Abort #33

merged 1 commit into from
Jun 10, 2017

Conversation

niklassaers
Copy link
Contributor

For some reason I get very frequent aborts, but on retry I don’t get it. For reference, the server I used for testing was:

“openssl s_server -accept 3333 -cert cert.pem -certform PEM -key key.pem -keyform PEM -debug”

With this check and repeat, it works

In tandem with Bills update for public init(withCipherSuite cipherSuite: String? = nil, clientAllowsSelfSignedCertificates: Bool = true), this closes #28

  • I have submitted a CLA form
  • If applicable, I have updated the documentation accordingly.
  • If applicable, I have added tests to cover my changes.

For some reason I get very frequent aborts, but on retry I don’t get it. For reference, the server I used for testing was:

“openssl s_server -accept 3333 -cert cert.pem -certform PEM -key key.pem -keyform PEM -debug”

With this check and repeat, it works
@niklassaers niklassaers mentioned this pull request Jun 10, 2017
@billabt billabt merged commit aacc75f into Kitura:master Jun 10, 2017
@billabt
Copy link
Collaborator

billabt commented Jun 20, 2017

@niklassaers: I've got to revert this change. It causes an infinite loop (see issue #36) if a non-https request is made on the SSL port.

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.

Client certificates
2 participants