https://bz.apache.org/bugzilla/show_bug.cgi?id=64253

            Bug ID: 64253
           Summary: MailReaderSampler with SSL authentication
           Product: JMeter
           Version: 5.2.1
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: JMETER_5.3.0

The issue is regarding MailReaderSampler with SSL authentication enabled on
server side. In Wireshark I see a lot of handshake failed messages, because
Jmeter is sending back a SSL "Certificate" message with a zero length
certificate.



        <MailReaderSampler guiclass="MailReaderSamplerGui"
testclass="MailReaderSampler" testname="POP3 Sampler Port 995 " enabled="true">
          <stringProp name="host_type">pop3s</stringProp>
          <stringProp name="folder">INBOX</stringProp>
          <stringProp name="host">xx.xx.xx.xx</stringProp>
          <stringProp name="port">995</stringProp>
          <stringProp
name="username">praxis.dr.moritz.nullmayr${__threadNum}@tsi.komle.telematik-test</stringProp>
          <stringProp name="password">gematik123</stringProp>
          <stringProp name="num_messages">10</stringProp>
          <boolProp name="delete">false</boolProp>
          <stringProp name="SMTPSampler.useSSL">true</stringProp>
          <stringProp name="SMTPSampler.useStartTLS">false</stringProp>
          <stringProp name="SMTPSampler.trustAllCerts">true</stringProp>
          <stringProp name="SMTPSampler.enforceStartTLS">false</stringProp>
          <stringProp name="SMTPSampler.useLocalTrustStore">false</stringProp>
          <stringProp name="SMTPSampler.trustStoreToUse"></stringProp>
          <stringProp name="SMTPSampler.tlsProtocols"></stringProp>
        </MailReaderSampler>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to