Hi

On Tue, Dec 10, 2013 at 09:31:10AM -0600, Eduardo Silva wrote:
> Hi,
> 
> On Sun, Dec 8, 2013 at 1:55 PM, Dalei Liu <[email protected]> wrote:
> 
> > Hi,
> >
> > I'm new to here.  I found an issue when testing the v1.3.0 release, but
> > not sure if it's just my configuration or a real one.
> >
> > I tried the polarssl module at first.  It worked and I was able to access
> > the default page from the https url.  Then I disabled the polarssl and
> > tried the cgi module with a lua script with wsapi support.  It worked at
> > well and I was able to access my test script, cgi-bin/hello.lua.  But when
> > I enabled both polarssl and cgi module and access the script again, it
> > didn't work.  From the chrome browser, it shows the error message below.
> >
> > SSL Connection error
> > Unable to make a secure connection to the server. This may be a problem
> > with the server or it may be requiring a client authentication certificate
> > that you don't have.
> > Error code: ERR_SSL_PROTOCOL_ERROR
> >
> > About my configuration, from the default one, I enabled monkey-polarssl
> > and monkey-cgi modules from conf/plugins.load and changed TransportLayer
> > from liana to polarssl.
> >
> > I scanned the bug list and didn't find similar one.  Is there something
> > obvious that I'm missing, or just a known issue?
> >
> >
> 
> would you please provide your CGI script (or a similar one) with detailed
> steps to reproduce the problem ?

I looked at the code quickly and found that write() is used to send data
to the client.
For polarssl to work, all interactions with the client must be done
through the mk_api calls, or plain-text data will be written where
entcrypted were expected.

> 
> regards,
> -- 
> Eduardo Silva
> http://edsiper.linuxchile.cl
> http://monkey-project.com

> _______________________________________________
> Monkey mailing list
> [email protected]
> http://lists.monkey-project.com/listinfo/monkey


-- 
Sonny Karlsson

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to