Hi,
I am using Purolator shipping module and I get it to work on one server. However, where I really needed it to work, the server requires that outgoing connections be done through CURL PROXY. I have tried making changes to multiple files and inputting the proxy server but I can't seem to get it to work or get a different error message. As if whatever changes I am making, they are not being triggered/utilized.
Any help is greatly appreciated.
I tried changing nusoap file and transport_http
var $url = 'mirage.ncs.mcgill.ca';
var $uri = '';
var $digest_uri = '';
var $scheme = 'http';
var $host = proxy.server.com;
var $port = '3128';
var $path = '';
var $request_method = 'POST';
var $protocol_version = '1.0';
var $encoding = '';
var $outgoing_headers = array();
var $incoming_headers = array();
var $incoming_cookies = array();
var $outgoing_payload = '';
var $incoming_payload = '';
var $useSOAPAction = false;
var $persistentConnection = false;
var $ch = true; // cURL handle
var $username = '';
var $password = '';
var $authtype = '';
var $proxyhost = 'proxy.server.com';
var $proxyport = '3128';
var $digestRequest = array();
var $certRequest = array();


Reply With Quote
