Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8707

camel-smpp: smpps doesn't work over proxy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.15.1
    • 2.14.3, 2.15.2, 2.16.0
    • camel-smpp
    • None
    • Patch Available
    • Moderate
    • Patch

    Description

      We are evaluating on using apache camel + jsmpp for sending smses.
      apache camel version: 2.15.1
      jsmpp version: 2.1.1
      smpp works fine with proxy, but smpps with doesn't work.
      Route definition is as follows:
      from(direct:start)
      .to(smpps://user@smschost:smscport?password=********&httpProxyHost=proxyhostname&httpProxyPort=proxyport®isteredDelivery=1&lazySessionCreation=true)
      from(smpps://user@smschost:smscport?password=********&httpProxyHost=proxyhostname&httpProxyPort=proxyport®isteredDelivery=1)
      .to(direct.result)
      When using smpps, we are getting the following exception:
      Failed to start camel Context
      java.io.IOException: SmppConnectionFactory: Unrecognized SSL message,
      plaintext connection?
      at
      org.apache.camel.component.smpp.SmppConnectionFactory.createConnection(SmppConnectionFactory.java:97)
      at
      org.jsmpp.session.SMPPSession.connectAndBind(SMPPSession.java:221)
      at
      org.jsmpp.session.SMPPSession.connectAndBind(SMPPSession.java:200)
      at
      org.apache.camel.component.smpp.SmppConsumer.createSession(SmppConsumer.java:95)
      at
      org.apache.camel.component.smpp.SmppConsumer.doStart(SmppConsumer.java:84)
      In SmppConnectionFactory.createConnection(), for smpps, there is a HTTP
      connect in SSL Socket.
      We should be tunnelling SSL through HTTP, as given below:
      https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/samples/sockets/client/SSLSocketClientWithTunneling.java

      Attachments

        1. camel-smpp.smpps.proxy.patch
          3 kB
          Gururaja Kowlali

        Activity

          People

            njiang Willem Jiang
            kgururaja Gururaja Kowlali
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: