Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • SSL configure in tomcat server

Tag: SSL configure in tomcat server

Introduction This issue occurs while establishing a trusted connection over SSL (Secure Socket Layer) in Artifactory. The error message indicates that Artifactory could not establish a trusted connection over SSL. You may find this issue if you are using Self-Signed certificate or a certificate that is issued by an internal Certificate Authority or if your…

1 Comment on SunCertPathBuilderException: unable to find valid certification path to requested target
Posted in SOAP

SunCertPathBuilderException: unable to find valid certification path to requested target

Introduction In this tutorial I will show how to use SSL/TSL or https in JAX-WS based SOAP webservice. For using SSL with JAX-WS webservice you need one keystore file. I will use here Java tool to generate the keystore file. I also need to configure SSL in Tomcat server because I am going to deploy…

Leave a Comment on Using SSL(Secure Socket Layer) in JAX-WS webservice
Posted in Security SOAP

Using SSL(Secure Socket Layer) in JAX-WS webservice

Introduction Here I will show you how to fix the issue java.security.cert.CertificateException: No name matching localhost found. To fix it, add a javax.net.ssl.HostnameVerifier() method to override the existing hostname verifier.

Leave a Comment on java.security.cert.CertificateException: No name matching localhost found
Posted in Security SOAP

java.security.cert.CertificateException: No name matching localhost found

Categories

Copyright © 2014 - 2023 Roy Tutorials

Privacy | Terms & Conditions