You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "chris snow (Created) (JIRA)" <ji...@apache.org> on 2012/02/22 18:45:48 UTC

[jira] [Created] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Allow smpp connection to be tunnelled through HTTP proxy
--------------------------------------------------------

                 Key: CAMEL-5030
                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
             Project: Camel
          Issue Type: Improvement
          Components: camel-smpp
            Reporter: chris snow


I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:

https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "Claus Ibsen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220024#comment-13220024 ] 

Claus Ibsen commented on CAMEL-5030:
------------------------------------

Chris, you can possible write up some suggestions for doc changes and attach as a .txt file to this JIRA and mark [x] in grant license.
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214109#comment-13214109 ] 

chris snow commented on CAMEL-5030:
-----------------------------------

I'll aim to get a patch uploaded tomorrow.
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "Hadrian Zbarcea (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217925#comment-13217925 ] 

Hadrian Zbarcea commented on CAMEL-5030:
----------------------------------------

Hi Chris,

I looked into your patch and it's not bad but it required a bit of work. I had to fix a few typos and add the proper version for commons-codec in the pom (I wonder how it passed your tests, you probably had a hardcoded value when you tested). Then there were massive checkstyle violations I had to fix as the jsch style doesn't quite jive with ours. I also added the header indicating the origin of the code.

The method of reading proxy response line was a bit crude, I replaced that. I wonder if anything could be done about the manual testing of the proxy and using dynamic ports. I will look into that tomorrow.

                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219255#comment-13219255 ] 

chris snow commented on CAMEL-5030:
-----------------------------------

Hi Claus - I'm getting permission denied when trying to update the wiki.
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "Claus Ibsen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214544#comment-13214544 ] 

Claus Ibsen commented on CAMEL-5030:
------------------------------------

Is this the full patch? 

Wonder if there is a getInstance() method that the producer/consumer now uses?
And how is the new http proxy options being used? The patch does not seem to check if they have been configured or not.

Also why did you add a dependency on commons-codec? I assume this was a mistake.

                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>         Attachments: camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chris snow updated CAMEL-5030:
------------------------------

    Attachment: camel-smpp-2.patch

Hopefully, this should be the full patch now!
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218090#comment-13218090 ] 

chris snow commented on CAMEL-5030:
-----------------------------------

Hi Hadrian - thanks for looking into this, and sorry for for the headache I've given you :)
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Work started] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "Hadrian Zbarcea (Work started) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on CAMEL-5030 started by Hadrian Zbarcea.

> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "Hadrian Zbarcea (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadrian Zbarcea reassigned CAMEL-5030:
--------------------------------------

    Assignee: Hadrian Zbarcea
    
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "Hadrian Zbarcea (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219262#comment-13219262 ] 

Hadrian Zbarcea commented on CAMEL-5030:
----------------------------------------

The code is committed on both trunk and 2.9.x. The reason this jira is not closed is because of the doc, which I'll do when I'll have a bit of time. Chris, thanks for the offer to help. You cannot get edit rights until you submit an [icla|http://www.apache.org/licenses/icla.txt]. As soon as you do that (if you can and/or want) we can grant you the necessary rights.
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chris snow updated CAMEL-5030:
------------------------------

    Attachment: wiki-update.txt

attached wiki-update.txt containing the text changes required for the wiki.
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch, wiki-update.txt
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "Claus Ibsen (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-5030.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.0
                   2.9.1

Thanks Chris for the wiki documentation. Its been added to the wiki page.
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.9.1, 2.10.0
>
>         Attachments: camel-smpp-2.patch, camel-smpp.patch, wiki-update.txt
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214578#comment-13214578 ] 

chris snow commented on CAMEL-5030:
-----------------------------------

btw - the dependency on commons-codec was to base64 encode the proxy authentication username:password
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219967#comment-13219967 ] 

chris snow commented on CAMEL-5030:
-----------------------------------

Hi Hadrian - the icla is with my company's legal dept at the moment, so could be some time.
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216518#comment-13216518 ] 

chris snow commented on CAMEL-5030:
-----------------------------------

Is it likely that this patch will make it into 2.9.1?
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "chris snow (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chris snow updated CAMEL-5030:
------------------------------

    Attachment: camel-smpp.patch

Patch for 2.9.1-SNAPSHOT
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>         Attachments: camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5030) Allow smpp connection to be tunnelled through HTTP proxy

Posted by "Claus Ibsen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219235#comment-13219235 ] 

Claus Ibsen commented on CAMEL-5030:
------------------------------------

The wiki page needs to be updated
http://camel.apache.org/smpp
                
> Allow smpp connection to be tunnelled through HTTP proxy
> --------------------------------------------------------
>
>                 Key: CAMEL-5030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5030
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: chris snow
>            Assignee: Hadrian Zbarcea
>         Attachments: camel-smpp-2.patch, camel-smpp.patch
>
>
> I can't use camel-smpp in my enterprise environment because all outbound connections have to go through a proxy.  For SMPP, this means that using HTTP CONNECT is required similar to the implementation here:
> https://github.com/rtyley/jsch/blob/master/src/com/jcraft/jsch/ProxyHTTP.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira