Hello fellow programmers!
I have to admit I'm still new to webservices and don't know exactly how to secure them.
I try to make a call to a webservice secured by ws-security in SoapUI. When I call WS without SSL, I get a proper answer. But when I call the WS through HTTPS, I receive status message:
Error getting response; javax.ssl.SSLException: Unrecognized SSL message, plaintext connection?
I thought that this is a problem with the SSL certificate, so I exported certificate from website and imported it to java keystore. Then I set this store in SoapUI configuration. But without success.
I used Wireshark to capture connection session, with following result:


In view of this situation, I have a few questions.
- What could I have done wrong?
- It's possible that site which provides this WS supports only non-SSL connections. Is there any way to check this?
Thanks in advance! Any help or suggestion will be appreciated :3