Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoapClient : Proxy does not works #53

Open
kyoden opened this issue Oct 17, 2014 · 1 comment
Open

SoapClient : Proxy does not works #53

kyoden opened this issue Oct 17, 2014 · 1 comment

Comments

@kyoden
Copy link

kyoden commented Oct 17, 2014

If I specify a proxy, it does not work. Because, in file "BeSimple\SoapClient\Curl.php" Line 86, missing a colon, between proxy host and proxy port

  $proxyHost = $options['proxy_host'].':'.(isset($options['proxy_port']) ? $options['proxy_port'] : 8080);
@DjangoFR
Copy link

+1

DjangoFR added a commit to DjangoFR/BeSimpleSoap that referenced this issue Aug 12, 2015
data219 pushed a commit to Preis24/BeSimpleSoap that referenced this issue Nov 4, 2015
jchr86 added a commit to jchr86/BeSimpleSoap that referenced this issue Jul 12, 2017
this commit fixes BeSimple#53 - SoapClient : Proxy does not work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants