Error with SSL cert in spring boot restamplate
I have a web app created with spring boot java. This app is getting data from a server using https ubuntu for the jobs. I used the rest template for connection, but the server has cert ssl, after this I want make the images for exporting to another server for up.
Error with SSL cert in spring boot restamplate
I have a web app created with spring boot java. This app is getting data from a server using https ubuntu for the jobs. I used the rest template for connection, but the server has cert ssl, after this I want make the images for exporting to another server for up.
Error with SSL cert in spring boot restamplate
I have a web app created with spring boot java. This app is getting data from a server using https ubuntu for the jobs. I used the rest template for connection, but the server has cert ssl, after this I want make the images for exporting to another server for up.
SSL Peer shut down incorrectly when I am trying to make request
I am trying to make a request and Below is the code I wrote.
How to do hostname verification in Java for custom protocols?
We are using custom protocol over sockets. With TLS we cannot use setEndpointIdentificationAlgorithm()
as its arguments can be HTTPS or LDAPS .