question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

initChannel results in System.err (two way ssl authentication)

See original GitHub issue

Expected behavior: SSL request as coded

Actual behavior: No SSL Request - System err.

Steps to reproduce: Copy code in https://stackoverflow.com/questions/51431692/w-system-err-at-io-netty-channel-abstractchannelabstractunsafe-ensureopen to initChannel

Minimal yet complete reproducer code (or URL to code):

https://stackoverflow.com/questions/51431692/w-system-err-at-io-netty-channel-abstractchannelabstractunsafe-ensureopen

Netty version: 4.1.28.Final

JVM version (e.g. java -version) Android 8.0

OS version (e.g. uname -a)

Android 8.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
normanmaurercommented, Aug 9, 2018

I added a test for this to show it works as expected in the latest netty release: https://github.com/netty/netty/pull/8188

Closing the issue

0reactions
trondarild-lode-tobiassen-heidelbergcommented, Jul 31, 2018

And comment: This happens on Android.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Two-Way SSL - Visa Developer
In Two-Way SSL authentication, the client and server need to authenticate and validate each others identities. The authentication message exchange between ...
Read more >
netty - ssl/tls two way authentication - Stack Overflow
I was facing this problem while performing two way SSL with Netty. I solved it by using following configuration:
Read more >
Java SDK connection with Certificate Authentication issue
Hi, I had configured certificate-based authentication for my Couchbase server ... \"Hello World\" as greeting"); System.out.println(result.
Read more >
Implementing One and Two Way SSL (Mutual Authentication ...
In this article, we will be going to learn how to set up the one-way SSL and two-way SSL for MuleSoft applications.
Read more >
Two-way SSL Authentication for REST - Solace
Step 1: Generate SSL server certificate · Create TLS key for the event broker: openssl genrsa -des3 -out root. · Create a server...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found