<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic more problems with curl on VMS7.3-2 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208613#M58798</link>
    <description>Hi&lt;BR /&gt;following on from my earlier thread i now have a very perplexing problem as follows:-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can connect to &lt;A href="https://www.website.com/export.jsp" target="_blank"&gt;https://www.website.com/export.jsp&lt;/A&gt; using CURL on an Alpha via a proxy server.&lt;BR /&gt;Command used here:-&lt;BR /&gt;&lt;BR /&gt;$ curl --verbose --insecure --proxy PROXY.UK.UK.UK:8080 --proxy-user user:pass &lt;BR /&gt;--output y.zip --form user=user&lt;BR /&gt;--form password=password --form date=20091104 &lt;BR /&gt;--form format=xml --form report=COMPOSITES &lt;BR /&gt;--form version=5 --form type=ABS&lt;BR /&gt;&lt;A href="https://www.website.com/export.jsp" target="_blank"&gt;https://www.website.com/export.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this gives the following:-&lt;BR /&gt;&lt;BR /&gt; * About to connect() to proxy proxy.uk.uk.uk port 8080 (#0)&lt;BR /&gt;*   Trying 1111.11.11.1... connected&lt;BR /&gt;* Connected to proxy.uk.uk.uk (111.11.11.1) port 8080 (#0)&lt;BR /&gt;* Establish HTTP proxy tunnel to &lt;A href="http://www.website.com:443" target="_blank"&gt;www.website.com:443&lt;/A&gt;&lt;BR /&gt;* Proxy auth using Basic with user 'user'&lt;BR /&gt;&amp;gt; CONNECT &lt;A href="http://www.website.com:443" target="_blank"&gt;www.website.com:443&lt;/A&gt; HTTP/1.1&lt;BR /&gt;&amp;gt; Host: &lt;A href="http://www.website.com:443" target="_blank"&gt;www.website.com:443&lt;/A&gt;&lt;BR /&gt;&amp;gt; Proxy-Authorization: Basic c2FuZGlzb3I6cGFzc3dvcmQy&lt;BR /&gt;&amp;gt; User-Agent: curl/7.19.5 (ALPHA-HP-VMS) libcurl/7.19.5 OpenSSL/0.9.7e&lt;BR /&gt;&amp;gt; Proxy-Connection: Keep-Alive&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; HTTP/1.1 200 Connection established&lt;BR /&gt;&amp;lt;&lt;BR /&gt;  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&lt;BR /&gt;                                 Dload  Upload   Total   Spent    Left  Speed&lt;BR /&gt;  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*&lt;BR /&gt;Proxy replied OK to CONNECT request&lt;BR /&gt;* libcurl is now using a weak random seed!&lt;BR /&gt;* SSLv2, Client hello (1):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Server hello (2):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, CERT (11):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Server key exchange (12):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Server finished (14):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Client key exchange (16):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;* SSLv3, TLS change cipher, Client hello (1):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Finished (20):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;* SSLv3, TLS change cipher, Client hello (1):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Finished (20):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSL connection using DHE-RSA-AES256-SHA&lt;BR /&gt;* Server certificate:&lt;BR /&gt;*        subject: C=GB, ST=Herts, L=St Albans, O=Markit Group Ltd, OU=sfa30052ww&lt;BR /&gt;w001, OU=Terms of use at &lt;A href="http://www.verisign.co.uk/rpa" target="_blank"&gt;www.verisign.co.uk/rpa&lt;/A&gt; (c)05, OU=Authenticated by VeriS&lt;BR /&gt;ign, OU=Member, VeriSign Trust Network, CN=&lt;A href="http://www.website.com" target="_blank"&gt;www.website.com&lt;/A&gt;&lt;BR /&gt;*        start date: 2008-10-23 00:00:00 GMT&lt;BR /&gt;*        expire date: 2011-11-30 23:59:59 GMT&lt;BR /&gt;*        common name: &lt;A href="http://www.website.com" target="_blank"&gt;www.website.com&lt;/A&gt; (matched)&lt;BR /&gt;*        issuer: O=VeriSign Trust Network, OU=VeriSign, Inc., OU=VeriSign Intern&lt;BR /&gt;ational Server CA - Class 3, OU=&lt;A href="http://www.verisign.com/CPS" target="_blank"&gt;www.verisign.com/CPS&lt;/A&gt; Incorp.by Ref. LIABILITY LT&lt;BR /&gt;D.(c)97 VeriSign&lt;BR /&gt;*        SSL certificate verify result: unable to get local issuer certificate (&lt;BR /&gt;20), continuing anyway.&lt;BR /&gt;&amp;gt; POST /export.jsp HTTP/1.1&lt;BR /&gt;&amp;gt; User-Agent: curl/7.19.5 (ALPHA-HP-VMS) libcurl/7.19.5 OpenSSL/0.9.7e&lt;BR /&gt;&amp;gt; Host: &lt;A href="http://www.website.com" target="_blank"&gt;www.website.com&lt;/A&gt;&lt;BR /&gt;&amp;gt; Accept: */*&lt;BR /&gt;&amp;gt; Content-Length: 748&lt;BR /&gt;&amp;gt; Expect: 100-continue&lt;BR /&gt;&amp;gt; Content-Type: multipart/form-data; boundary=----------------------------d2309e&lt;BR /&gt;fc5ab8&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; HTTP/1.1 100 Continue&lt;BR /&gt;} [data not shown]&lt;BR /&gt;106   748    0     0  106   748      0    579  0:00:01  0:00:01 --:--:--   599&amp;lt;&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;&amp;lt; Date: Tue, 10 Nov 2009 15:24:35 GMT&lt;BR /&gt;&amp;lt; Server: Apache/2.2.3 (Red Hat)&lt;BR /&gt;&amp;lt; Set-Cookie: JSESSIONID=4B8BE3C725F8960B88AADB6806CD2F3C; Path=/&lt;BR /&gt;&amp;lt; Content-Disposition: attachment; filename=V5 ABS Composites1257866676089.zip&lt;BR /&gt;&amp;lt; Connection: close&lt;BR /&gt;&amp;lt; Transfer-Encoding: chunked&lt;BR /&gt;&amp;lt; Content-Type: application/x-zip; name=V5 ABS Composites1257866676089.zip;chars&lt;BR /&gt;et=ISO-8859-1&lt;BR /&gt;&amp;lt;&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;100  236k    0  235k  106   748   143k    455  0:00:01  0:00:01 --:--:--  147k*&lt;BR /&gt;Closing connection #0&lt;BR /&gt;* SSLv3, TLS alert, Client hello (1):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A Y.ZIP file is downloaded successfully.&lt;BR /&gt;&lt;BR /&gt;Now the address has been changed to &lt;A href="https://sf.website.com" target="_blank"&gt;https://sf.website.com&lt;/A&gt; and using the same CURL command (obviously pointing at sf.website.com rather than &lt;A href="http://www.website.com)" target="_blank"&gt;www.website.com)&lt;/A&gt; we get the following:-&lt;BR /&gt;&lt;BR /&gt;* About to connect() to proxy proxy.uk.uk.uk port 8080 (#0)&lt;BR /&gt;*   Trying 111.11.11.1... connected&lt;BR /&gt;* Connected to proxy.uk.uk.uk (111.11.11.1) port 8080 (#0)&lt;BR /&gt;* Establish HTTP proxy tunnel to sf.website.com:443&lt;BR /&gt;* Proxy auth using Basic with user 'user'&lt;BR /&gt;&amp;gt; CONNECT sf.website.com:443 HTTP/1.1&lt;BR /&gt;&amp;gt; Host: sf.website.com:443&lt;BR /&gt;&amp;gt; Proxy-Authorization: Basic c2FuZGlzb3I6cGFzc3dvcmQy&lt;BR /&gt;&amp;gt; User-Agent: curl/7.19.5 (ALPHA-HP-VMS) libcurl/7.19.5 OpenSSL/0.9.7e&lt;BR /&gt;&amp;gt; Proxy-Connection: Keep-Alive&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; HTTP/1.1 407 Proxy Authentication Required&lt;BR /&gt;&amp;lt; Proxy-Authenticate: NTLM&lt;BR /&gt;&amp;lt; Proxy-Authenticate: BASIC realm="HBEU_AD"&lt;BR /&gt;* Authentication problem. Ignoring this.&lt;BR /&gt;&amp;lt; Cache-Control: no-cache&lt;BR /&gt;&amp;lt; Pragma: no-cache&lt;BR /&gt;&amp;lt; Content-Type: text/html; charset=utf-8&lt;BR /&gt;&amp;lt; Proxy-Connection: close&lt;BR /&gt;&amp;lt; Set-Cookie: BCSI-CSAC1B1624=2; Path=/&lt;BR /&gt;&amp;lt; Connection: close&lt;BR /&gt;&amp;lt; Content-Length: 813&lt;BR /&gt;&amp;lt;&lt;BR /&gt;  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&lt;BR /&gt;                                 Dload  Upload   Total   Spent    Left  Speed&lt;BR /&gt;  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*&lt;BR /&gt;Received HTTP code 407 from proxy after CONNECT&lt;BR /&gt;* Closing connection #0&lt;BR /&gt;&lt;BR /&gt;%CURL-E-RECV_ERROR, RECV error, failure receiving network data&lt;BR /&gt;&lt;BR /&gt;No Y.ZIP is downloaded.&lt;BR /&gt;So all that has changed is that we now point to sf. rather than www. ?&lt;BR /&gt;&lt;BR /&gt;Oddily my PC which is on the same network as the Alpha works for both www and sf no problem.&lt;BR /&gt;&lt;BR /&gt;HELP!&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Nov 2009 15:39:17 GMT</pubDate>
    <dc:creator>robert70</dc:creator>
    <dc:date>2009-11-10T15:39:17Z</dc:date>
    <item>
      <title>more problems with curl on VMS7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208613#M58798</link>
      <description>Hi&lt;BR /&gt;following on from my earlier thread i now have a very perplexing problem as follows:-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can connect to &lt;A href="https://www.website.com/export.jsp" target="_blank"&gt;https://www.website.com/export.jsp&lt;/A&gt; using CURL on an Alpha via a proxy server.&lt;BR /&gt;Command used here:-&lt;BR /&gt;&lt;BR /&gt;$ curl --verbose --insecure --proxy PROXY.UK.UK.UK:8080 --proxy-user user:pass &lt;BR /&gt;--output y.zip --form user=user&lt;BR /&gt;--form password=password --form date=20091104 &lt;BR /&gt;--form format=xml --form report=COMPOSITES &lt;BR /&gt;--form version=5 --form type=ABS&lt;BR /&gt;&lt;A href="https://www.website.com/export.jsp" target="_blank"&gt;https://www.website.com/export.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this gives the following:-&lt;BR /&gt;&lt;BR /&gt; * About to connect() to proxy proxy.uk.uk.uk port 8080 (#0)&lt;BR /&gt;*   Trying 1111.11.11.1... connected&lt;BR /&gt;* Connected to proxy.uk.uk.uk (111.11.11.1) port 8080 (#0)&lt;BR /&gt;* Establish HTTP proxy tunnel to &lt;A href="http://www.website.com:443" target="_blank"&gt;www.website.com:443&lt;/A&gt;&lt;BR /&gt;* Proxy auth using Basic with user 'user'&lt;BR /&gt;&amp;gt; CONNECT &lt;A href="http://www.website.com:443" target="_blank"&gt;www.website.com:443&lt;/A&gt; HTTP/1.1&lt;BR /&gt;&amp;gt; Host: &lt;A href="http://www.website.com:443" target="_blank"&gt;www.website.com:443&lt;/A&gt;&lt;BR /&gt;&amp;gt; Proxy-Authorization: Basic c2FuZGlzb3I6cGFzc3dvcmQy&lt;BR /&gt;&amp;gt; User-Agent: curl/7.19.5 (ALPHA-HP-VMS) libcurl/7.19.5 OpenSSL/0.9.7e&lt;BR /&gt;&amp;gt; Proxy-Connection: Keep-Alive&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; HTTP/1.1 200 Connection established&lt;BR /&gt;&amp;lt;&lt;BR /&gt;  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&lt;BR /&gt;                                 Dload  Upload   Total   Spent    Left  Speed&lt;BR /&gt;  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*&lt;BR /&gt;Proxy replied OK to CONNECT request&lt;BR /&gt;* libcurl is now using a weak random seed!&lt;BR /&gt;* SSLv2, Client hello (1):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Server hello (2):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, CERT (11):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Server key exchange (12):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Server finished (14):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Client key exchange (16):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;* SSLv3, TLS change cipher, Client hello (1):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Finished (20):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;* SSLv3, TLS change cipher, Client hello (1):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSLv3, TLS handshake, Finished (20):&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;* SSL connection using DHE-RSA-AES256-SHA&lt;BR /&gt;* Server certificate:&lt;BR /&gt;*        subject: C=GB, ST=Herts, L=St Albans, O=Markit Group Ltd, OU=sfa30052ww&lt;BR /&gt;w001, OU=Terms of use at &lt;A href="http://www.verisign.co.uk/rpa" target="_blank"&gt;www.verisign.co.uk/rpa&lt;/A&gt; (c)05, OU=Authenticated by VeriS&lt;BR /&gt;ign, OU=Member, VeriSign Trust Network, CN=&lt;A href="http://www.website.com" target="_blank"&gt;www.website.com&lt;/A&gt;&lt;BR /&gt;*        start date: 2008-10-23 00:00:00 GMT&lt;BR /&gt;*        expire date: 2011-11-30 23:59:59 GMT&lt;BR /&gt;*        common name: &lt;A href="http://www.website.com" target="_blank"&gt;www.website.com&lt;/A&gt; (matched)&lt;BR /&gt;*        issuer: O=VeriSign Trust Network, OU=VeriSign, Inc., OU=VeriSign Intern&lt;BR /&gt;ational Server CA - Class 3, OU=&lt;A href="http://www.verisign.com/CPS" target="_blank"&gt;www.verisign.com/CPS&lt;/A&gt; Incorp.by Ref. LIABILITY LT&lt;BR /&gt;D.(c)97 VeriSign&lt;BR /&gt;*        SSL certificate verify result: unable to get local issuer certificate (&lt;BR /&gt;20), continuing anyway.&lt;BR /&gt;&amp;gt; POST /export.jsp HTTP/1.1&lt;BR /&gt;&amp;gt; User-Agent: curl/7.19.5 (ALPHA-HP-VMS) libcurl/7.19.5 OpenSSL/0.9.7e&lt;BR /&gt;&amp;gt; Host: &lt;A href="http://www.website.com" target="_blank"&gt;www.website.com&lt;/A&gt;&lt;BR /&gt;&amp;gt; Accept: */*&lt;BR /&gt;&amp;gt; Content-Length: 748&lt;BR /&gt;&amp;gt; Expect: 100-continue&lt;BR /&gt;&amp;gt; Content-Type: multipart/form-data; boundary=----------------------------d2309e&lt;BR /&gt;fc5ab8&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; HTTP/1.1 100 Continue&lt;BR /&gt;} [data not shown]&lt;BR /&gt;106   748    0     0  106   748      0    579  0:00:01  0:00:01 --:--:--   599&amp;lt;&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;&amp;lt; Date: Tue, 10 Nov 2009 15:24:35 GMT&lt;BR /&gt;&amp;lt; Server: Apache/2.2.3 (Red Hat)&lt;BR /&gt;&amp;lt; Set-Cookie: JSESSIONID=4B8BE3C725F8960B88AADB6806CD2F3C; Path=/&lt;BR /&gt;&amp;lt; Content-Disposition: attachment; filename=V5 ABS Composites1257866676089.zip&lt;BR /&gt;&amp;lt; Connection: close&lt;BR /&gt;&amp;lt; Transfer-Encoding: chunked&lt;BR /&gt;&amp;lt; Content-Type: application/x-zip; name=V5 ABS Composites1257866676089.zip;chars&lt;BR /&gt;et=ISO-8859-1&lt;BR /&gt;&amp;lt;&lt;BR /&gt;{ [data not shown]&lt;BR /&gt;100  236k    0  235k  106   748   143k    455  0:00:01  0:00:01 --:--:--  147k*&lt;BR /&gt;Closing connection #0&lt;BR /&gt;* SSLv3, TLS alert, Client hello (1):&lt;BR /&gt;} [data not shown]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A Y.ZIP file is downloaded successfully.&lt;BR /&gt;&lt;BR /&gt;Now the address has been changed to &lt;A href="https://sf.website.com" target="_blank"&gt;https://sf.website.com&lt;/A&gt; and using the same CURL command (obviously pointing at sf.website.com rather than &lt;A href="http://www.website.com)" target="_blank"&gt;www.website.com)&lt;/A&gt; we get the following:-&lt;BR /&gt;&lt;BR /&gt;* About to connect() to proxy proxy.uk.uk.uk port 8080 (#0)&lt;BR /&gt;*   Trying 111.11.11.1... connected&lt;BR /&gt;* Connected to proxy.uk.uk.uk (111.11.11.1) port 8080 (#0)&lt;BR /&gt;* Establish HTTP proxy tunnel to sf.website.com:443&lt;BR /&gt;* Proxy auth using Basic with user 'user'&lt;BR /&gt;&amp;gt; CONNECT sf.website.com:443 HTTP/1.1&lt;BR /&gt;&amp;gt; Host: sf.website.com:443&lt;BR /&gt;&amp;gt; Proxy-Authorization: Basic c2FuZGlzb3I6cGFzc3dvcmQy&lt;BR /&gt;&amp;gt; User-Agent: curl/7.19.5 (ALPHA-HP-VMS) libcurl/7.19.5 OpenSSL/0.9.7e&lt;BR /&gt;&amp;gt; Proxy-Connection: Keep-Alive&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; HTTP/1.1 407 Proxy Authentication Required&lt;BR /&gt;&amp;lt; Proxy-Authenticate: NTLM&lt;BR /&gt;&amp;lt; Proxy-Authenticate: BASIC realm="HBEU_AD"&lt;BR /&gt;* Authentication problem. Ignoring this.&lt;BR /&gt;&amp;lt; Cache-Control: no-cache&lt;BR /&gt;&amp;lt; Pragma: no-cache&lt;BR /&gt;&amp;lt; Content-Type: text/html; charset=utf-8&lt;BR /&gt;&amp;lt; Proxy-Connection: close&lt;BR /&gt;&amp;lt; Set-Cookie: BCSI-CSAC1B1624=2; Path=/&lt;BR /&gt;&amp;lt; Connection: close&lt;BR /&gt;&amp;lt; Content-Length: 813&lt;BR /&gt;&amp;lt;&lt;BR /&gt;  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&lt;BR /&gt;                                 Dload  Upload   Total   Spent    Left  Speed&lt;BR /&gt;  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*&lt;BR /&gt;Received HTTP code 407 from proxy after CONNECT&lt;BR /&gt;* Closing connection #0&lt;BR /&gt;&lt;BR /&gt;%CURL-E-RECV_ERROR, RECV error, failure receiving network data&lt;BR /&gt;&lt;BR /&gt;No Y.ZIP is downloaded.&lt;BR /&gt;So all that has changed is that we now point to sf. rather than www. ?&lt;BR /&gt;&lt;BR /&gt;Oddily my PC which is on the same network as the Alpha works for both www and sf no problem.&lt;BR /&gt;&lt;BR /&gt;HELP!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 15:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208613#M58798</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2009-11-10T15:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: more problems with curl on VMS7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208614#M58799</link>
      <description>The http 407 usually means that the target web server is happy with you and that an intervening proxy server wants you to authenticate to it; that your proxy server here tossed you off the connection.</description>
      <pubDate>Tue, 10 Nov 2009 16:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208614#M58799</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-11-10T16:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: more problems with curl on VMS7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208615#M58800</link>
      <description>Thanks Hoff&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 16:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208615#M58800</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2009-11-10T16:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: more problems with curl on VMS7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208616#M58801</link>
      <description>It was simply down to the Proxy Password being a mix of upper and lower case! When enclosed in double quotes  &lt;BR /&gt;"Username:Password" &lt;BR /&gt;All works fine!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 17:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208616#M58801</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2009-11-10T17:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: more problems with curl on VMS7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208617#M58802</link>
      <description>&lt;!--!*#--&gt;&amp;gt; HELP SET PROCESS /PARSE_STYLE&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Im using traditional parse style&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] When enclosed in double quotes [...]&lt;BR /&gt;&lt;BR /&gt;There's the easy way, and there's your way.</description>
      <pubDate>Tue, 10 Nov 2009 19:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208617#M58802</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-10T19:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: more problems with curl on VMS7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208618#M58803</link>
      <description>Unix commands and shell-scripting and C- and Unix-based foreign commands on OpenVMS can and usually will force the programmer to manage casing.&lt;BR /&gt;&lt;BR /&gt;Switching to extended parsing on OpeNVMS can cause its own issues for existing applications and DCL procedures; for those Unix and shell stuff that is incorrectly coded and that currently works only because it gets down-cased.</description>
      <pubDate>Tue, 10 Nov 2009 20:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208618#M58803</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-11-10T20:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: more problems with curl on VMS7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208619#M58804</link>
      <description>Steven, Hoff - Thanks to you both again&lt;BR /&gt;cheers&lt;BR /&gt;Robert&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2009 08:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-problems-with-curl-on-vms7-3-2/m-p/5208619#M58804</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2009-11-11T08:49:19Z</dc:date>
    </item>
  </channel>
</rss>

