Thorpe Mayes | 15 Dec 23:34

[AOLSERVER] ns_httpspost generating an error

Hi,

I am trying to create a listener for PayPal transactions.

When I do this:

set page [ns_httpspost $url $rqset $qsset]

where url = a https url
rqset is empty
qsset is a set of parameters

I get the following error:

invalid command name "ns_openssl_sockopen"
   while executing
"ns_openssl_sockopen -nonblock $host $port"
   (procedure "ns_httpsopen" line 42)
   invoked from within
"ns_httpsopen POST $url $rqset $timeout $querystring"
   (procedure "ns_httpspost" line 124)
   invoked from within
"ns_httpspost $url $rqset $qsset"

I am running aolserver 4.5.0

Thanks,

Thorpe

(Continue reading)

Jeff Rogers | 15 Dec 23:58

Re: [AOLSERVER] ns_httpspost generating an error

Obvious question: did you load and configure nsopenssl in your server?

-J

Thorpe Mayes wrote:
> Hi,
>
> I am trying to create a listener for PayPal transactions.
>
> When I do this:
>
> set page [ns_httpspost $url $rqset $qsset]
>
> where url = a https url
> rqset is empty
> qsset is a set of parameters
>
> I get the following error:
>
> invalid command name "ns_openssl_sockopen"
>     while executing
> "ns_openssl_sockopen -nonblock $host $port"
>     (procedure "ns_httpsopen" line 42)
>     invoked from within
> "ns_httpsopen POST $url $rqset $timeout $querystring"
>     (procedure "ns_httpspost" line 124)
>     invoked from within
> "ns_httpspost $url $rqset $qsset"
>
>
(Continue reading)

Steve Manning | 15 Dec 23:44

Re: [AOLSERVER] ns_httpspost generating an error

Hi

It looks like you don't have the nsopenssl module loaded. Can you confirm that?

Regards

    Steve


On 15/12/11 22:34, Thorpe Mayes wrote:
Hi, I am trying to create a listener for PayPal transactions. When I do this: set page [ns_httpspost $url $rqset $qsset] where url = a https url rqset is empty qsset is a set of parameters I get the following error: invalid command name "ns_openssl_sockopen" while executing "ns_openssl_sockopen -nonblock $host $port" (procedure "ns_httpsopen" line 42) invoked from within "ns_httpsopen POST $url $rqset $timeout $querystring" (procedure "ns_httpspost" line 124) invoked from within "ns_httpspost $url $rqset $qsset" I am running aolserver 4.5.0 Thanks, Thorpe Thorpe Mayes ------------------------------------------------------------------------------ 10 Tips for Better Server Consolidation Server virtualization is being driven by many needs. But none more important than the need to reduce IT complexity while improving strategic productivity. Learn More! http://www.accelacomm.com/jaw/sdnl/114/51507609/ _______________________________________________ aolserver-talk mailing list aolserver-talk <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/aolserver-talk


Steve Manning - Ubuntu Linux 11.10 - Gnome 3.0
East Goscote - Leicester - UK +44(0)116 260 5457
E-Mail: Steve <at> Manning.net - Web: www.festinalente.co.uk
Twitter: Verbomania - IM: Verbomania
Public Key: 25665CAF from wwwkeys.pgp.net
There are only 10 types of people in this world
Those who understand binary and those who don't
------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
aolserver-talk mailing list
aolserver-talk <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aolserver-talk

Gmane