Mohan Radhakrishnan
2017-11-04 13:01:28 UTC
Hi,
I am invoking a HTTPS SOAP service and this is what I think is
happening. It is one-way SSL. The JSSE implementation automagically adds it
to the client's truststore and ensures that the SOAP call is successful.
This question is based on this assumption.
When I read
https://www.ssl.com/guide/ssl-best-practices-a-quick-and-dirty-guide/ there
are various SSL exceptions and checks that
are required. I code the client. How do I trap the various exceptions ?
Which list of exceptions should I use for SSL ?
How do I know the the HttpClient uses the latest security patches in my JDK
8 ? It should automatically be secure. Right ?
Thanks,
Mohan
I am invoking a HTTPS SOAP service and this is what I think is
happening. It is one-way SSL. The JSSE implementation automagically adds it
to the client's truststore and ensures that the SOAP call is successful.
This question is based on this assumption.
When I read
https://www.ssl.com/guide/ssl-best-practices-a-quick-and-dirty-guide/ there
are various SSL exceptions and checks that
are required. I code the client. How do I trap the various exceptions ?
Which list of exceptions should I use for SSL ?
How do I know the the HttpClient uses the latest security patches in my JDK
8 ? It should automatically be secure. Right ?
Thanks,
Mohan