Archives for Security
How To Fix: PKIX Path Building Failed (Validation) : sun.security.validator.ValidatorException
How To Fix Error : : PKIX path building failed: : unable to find valid certification path to requested target You could get the error "PKIX path building failed" validation…
How to Fix : java.security.cert.CertificateException: No name matching localhost found
How to Fix the exception " : No name matching localhost found", when client uses URL with "localhost" as host name to access some secure service over HTTPS? In this…
Secure Metro JAX-WS UsernameToken Web Service with Signature, Encryption and TLS (SSL)
Java Web Services Security: How to Secure JAX-WS UsernameToken Web Service with Signature, Encryption and TLS (SSL) Securing the data exchanged between web service producers and consumers is essential to…
JAX-WS Secure Web Services with Signatures and Encryption: WS-Security with Metro and WSIT
Java Web Services: Create Secure JAX-WS Metro Web Service Signed and Encrypted Using Public-Key Cryptography Asymmetric Encryption Security is the primary concern when web services exchange critical business data. WS-Security…