cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Https problem .. Need help pls ..

From: Cyato Nicu <cytao7_at_yahoo.com>
Date: Tue, 1 Jul 2003 07:32:48 -0700 (PDT)

Now i do that ..
curl -iv --cacert zzz.pem -A "Mozilla/4.0 (compatible;
MSIE 5.01; Windows NT 5.0)" -e
https://www.voxtext.md/home.nsf/smssend?OpenForm
--data
"__Click=fd3030a4b9c4f555c2256c3d00505f08%2F%24Body%2F0%2ED9C&From=Mda&msisdn=279212&rest=131&mesg=Test"
"https://www.voxtext.md/home.nsf/smssend/?OpenForm=&Seq=1"
> zzzz.txt
And i get same resultat ..

HTTP/1.1 500 Internal Server Error
Server: Lotus-Domino/0
Date: Tue, 01 Jul 2003 14:15:51 GMT
Connection: close
Content-Type: text/html; charset=US-ASCII
Content-Length: 144
Expires: Tue, 01 Jan 1980 06:00:00 GMT
Cache-control: no-cache

<HTML>
<HEAD>
<TITLE>Error</TITLE></HEAD>
<BODY TEXT="000000">
<H1>Error 500</H1>HTTP Web Server: Invalid POST
Request Exception</BODY>
</HTML>

Can't understand what's wrong ..
With browser all work fine ..

--- Ralph Mitchell <rmitchell_at_eds.com> wrote:
> The server may also have a problem accepting the
> post due to the URL you're using:
>
>
>
https://www.voxtext.md/home.nsf/smssend&OpenForm&Seq=1
>
> The first parameter being passed ought to be
> following a question-mark, not an ampersand, and
> you're not passing a value either. You should at
> least be passing an empty value:
>
>
>
https://www.voxtext.md/home.nsf/smssend?OpenForm=&Seq=1
> or even
>
>
https://www.voxtext.md/home.nsf/smssend/?OpenForm=&Seq=1
>
> Ralph Mitchell
>
>
>
> Torsten Foertsch wrote:
>
> >-----BEGIN PGP SIGNED MESSAGE-----
> >Hash: SHA1
> >
> >On Monday 30 June 2003 11:31, Cyato Nicu wrote:
> >
> >
> >>curl -ivk --cacert zzz.pem -A "Mozilla/4.0
> >>
> >>
> >
> >- -k and --cacert are not compatible. -k prevents
> peer certificate checking.
> >
> >
> >
> >>(compatible; MSIE 5.01; Windows NT 5.0)" -e
> >>http://www.voxtext.md/home.nsf/smssend?OpenForm
> --data
> >>
> >>
> >
> >Are you certain about using http://... instead of
> https://...?
> >
> >
> >
>
>>"__Click=fd3030a4b9c4f555c2256c3d00505f08%2F%24Body%2F0%2ED9C&From=Mda&msis
>
>>dn=279212&rest=131&mesg=&%25%25PostCharset=KOI8%2DR"
>
>>"https://www.voxtext.md/home.nsf/smssend&OpenForm&Seq=1"
> >>
> >>
> >>
> >>>zzzz.txt
> >>>
> >>>
> >>Whats wrong here ? I get that ..
> >>
> >><HTML>
> >><HEAD>
> >><TITLE>Error</TITLE></HEAD>
> >><BODY TEXT="000000">
> >><H1>Error 500</H1>HTTP Web Server: Invalid POST
> >>Request Exception</BODY>
> >></HTML>
> >>
> >>
> >>
> >
> >Torsten
> >-----BEGIN PGP SIGNATURE-----
> >Version: GnuPG v1.0.7 (GNU/Linux)
> >
>
>iD8DBQE/AAx2wicyCTir8T4RAoACAKCraFOQpklPJsQdo7YUccf6hXio6gCgurT6
> >SgHPnPZP7uApq6GtJORwjNw=
> >=+41z
> >-----END PGP SIGNATURE-----
> >
> >
>
>-------------------------------------------------------
> >This SF.Net email sponsored by: Free pre-built
> ASP.NET sites including
> >Data Reports, E-commerce, Portals, and Forums are
> available now.
> >Download today and enter to win an XBOX or Visual
> Studio .NET.
>
>http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> >
> >
>
>

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Received on 2003-07-01