I am trying to log into a local OpenFire XMPP server through JMeter. I've followed tutorials and have my XMPP Samplers inside JMeter. The Connect one is fine. The log in one gives me an error of SmackException$NoResponseException: null.
I'm thinking it has something to do with certificates or some sort, which is why it's unable to log in. When I use a GUI client like Pidgin to log in, I have to accept certificates (which are the default ones, so self-signed I'm guessing) but this is timing out and giving me that response. How can I bypass this?