• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to SUPPRESS "Added SSL_PROVIDER com.sun.net.ssl. internal.ssl.Provider"?

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Does anybody know how to suppress the line:

"Added SSL_PROVIDER com.sun.net.ssl.internal.ssl.Provider"

I have decompiled all the classes in jsse.jar, jcert.jar and jnet.jar and I have checked the java.security package and other security related packages also, but I am unable to figure out where this statement is coming from.

I have checked the Security.addProvider(Provider) method also, but there are not System.out statements there and other method calls from this method.

Does it come from the Web Server that we use? If so, which files should I check in the web-server.

In the first place is it possible to suppress this statement?

Thanks a lot,
Sarin
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic