Page 1 of 1

Mantis touch: Soap connect through proxy server

Posted: 09 Nov 2015, 10:18
by FA-jka
How can i tell mantis touch which proxy to use?

When i tried to log in via mantis touch, i get this error message:
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://mantis.mysite.de/api/soap/manti ... t.php?wsdl' : failed to load external entity "https://mantis.mysite.de/api/soap/manti ... t.php?wsdl"
The URL https://mantis.mysite.de/api/soap/manti ... t.php?wsdl can be reached through the proxy server and works fine. I have verified this typing the URL in my browser window.

On the mantis server, the proxy IP was published by environment variables:
root@mantis:~# cat /etc/rc.local | grep proxy
http_proxy=http://10.0.0.103:3128
export http_proxy

https_proxy=http://10.0.0.103:3128
export https_proxy

no_proxy="127.0.0.1, localhost, 10.0.0.165, mantis.mysite.de"
export no_proxy
root@mantis:~#
These settings seemed not to be used. Where else do i have do publish the proxy server?

Re: Mantis touch: Soap connect through proxy server

Posted: 09 Nov 2015, 10:55
by atrol
You will hardly get any support for MantisTouch in this forum.
I recommend to contact the MantisTouch support.

Re: Mantis touch: Soap connect through proxy server

Posted: 09 Nov 2015, 10:59
by FA-jka
atrol wrote:You will hardly get any support for MantisTouch in this forum.
I recommend to contact the MantisTouch support.
There was no reaction. I regret buying this software :-(

Re: Mantis touch: Soap connect through proxy server

Posted: 09 Nov 2015, 11:14
by atrol
I contacted the author.
Hope you will get support.

Re: Mantis touch: Soap connect through proxy server

Posted: 09 Nov 2015, 11:43
by FA-jka
atrol wrote:I contacted the author.
Hope you will get support.
After moving the mantis installation to a test site, i got an "error 500".

/var/log/apache2/error shows this message:
[Mon Nov 09 12:39:33.436505 2015] [:error] [pid 1423] [client 10.0.0.103:58574] PHP Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Client] Access denied in /var/www/mantistouch-1.3.2/core/webservice_api.php:570\nStack trace:\n#0 /var/www/mantistouch-1.3.2/core/webservice_api.php(570): SoapClient->__call('mc_user_pref_ge...', Array)\n#1 /var/www/mantistouch-1.3.2/core/webservice_api.php(570): SoapClient->mc_user_pref_get_pref('jka', false, 1, 'timezone')\n#2 /var/www/mantistouch-1.3.2/core/webservice_api.php(548): WebService->getUserPreference('timezone')\n#3 /var/www/mantistouch-1.3.2/core.php(141): WebService->setTimeZone()\n#4 /var/www/mantistouch-1.3.2/dashboard_page.php(8): require_once('/var/www/mantis...')\n#5 {main}\n thrown in /var/www/mantistouch-1.3.2/core/webservice_api.php on line 570
Is this also a "mantis touch issue"?

Re: Mantis touch: Soap connect through proxy server

Posted: 09 Nov 2015, 15:01
by vboctor
Thanks @atrol for pinging me. @FA-jka, got your email a couple of hours ago. Will follow up offline to get this issue resolved for you.

Re: Mantis touch: Soap connect through proxy server

Posted: 17 Jan 2016, 12:58
by FA-jka
vboctor wrote:Thanks @atrol for pinging me. @FA-jka, got your email a couple of hours ago. Will follow up offline to get this issue resolved for you.
Thanks for giving me support.

It seems to be a incompability to the "Debian Linux" distribution. After another migration (CentOS 7) everythink works fine for me.