We have a web site in IIS, we had created a self signed certificate in IIS and in IIS https is enabled and working for that web site. There is one service in IIS which accepts post request.
Now from JAVA tomcat application I need to call this https post API in IIS server.
Please provide me clear steps need to be done on both ends and a sample code in JAVA to do a https post request with a multipart file data.
Regards, Meerasaaheb Mohmmad
Created and exported a certificate from IIS tried to import it into JAVA certificate trust list but could not do it.