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.

Native SSL provider not available under Windows after update to 0.8.1

See original GitHub issue

I have use pushy for a long time, and it is really good for me. It works well when I use version 0.7.2, and this is my maven pom.xml:

        <dependency>
            <groupId>com.relayrides</groupId>
            <artifactId>pushy</artifactId>
            <version>0.7.2</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-tcnative-boringssl-static</artifactId>
            <version>1.1.33.Fork17</version>
        </dependency>

but when I just change the versions , it can not work:

        <dependency>
            <groupId>com.relayrides</groupId>
            <artifactId>pushy</artifactId>
            <version>0.8.1</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-tcnative-boringssl-static</artifactId>
            <version>1.1.33.Fork22</version>
        </dependency>

The log is :

Native SSL provider not available; will use JDK SSL provider.

So how can I solve this problem?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
ShanAmoscommented, Nov 17, 2016

@petrdvorak everything is ok, Thank u all guys

0reactions
jchamberscommented, Dec 10, 2016

Folks, I’ve just merged #392, which means that Pushy now depends on Netty 4.1.6. I believe that should address the initial issue.

As for questions about general ALPN configuration and trouble-shooting, I’d ask you to move the discussion to the Pushy mailing list because:

  1. The mailing list has a wider audience, and you’re more likely to find somebody who has experience with your particular circumstances on the mailing list.
  2. Posting your question to the mailing list can help other people who are having the same problem.
  3. Because there isn’t a bug to fix or a feature to add, we can’t reasonably solve your problem by making any kind of engineering change.

I emphasize that we’d be happy to help, but let’s move this conversation to a different venue. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Native SSL provider not available under Windows after update ...
I have use pushy for a long time, and it is really good for me. It works well when I use version 0.7.2,...
Read more >
Support for urgent Trusted Root updates for Windows Root ...
This article describes an update that enables urgent updates for the Windows Root Certificate Program in Windows 8.1, Windows RT 8.1, Windows Server...
Read more >
Native SSL provider not available; will use JDK SSL provider
Hi, I'm getting this error triying to use pushy in my project who runs on tomcat 8: 2017-01-26 17:02:22 INFO ApnsClientBuilder:424 - Native...
Read more >
Changelog | Cypress Documentation
Fixed an issue where updating a component would not trigger the supportFile ... Updated Cypress to use posix paths to fix an issue...
Read more >
Kafka 2.5 Documentation
If you are upgrading from version 0.11.0.x or above, and you have not overridden the message ... The name of the security provider...
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