Re: [Chicken-users] Spiffy SSL Connection handshake error

2011-12-05 Thread Peter Bex
On Mon, Dec 05, 2011 at 11:05:31AM +0100, Christian Kellermann wrote: > This message is generated by spiffy's exception handler in spiffy.scm > line 562. > > However I could run your test program below without errors on a 64 > bit linux machine running > > openssl

Re: [Chicken-users] Spiffy SSL Connection handshake error

2011-12-05 Thread Christian Kellermann
* Vok Vojwo [111205 10:43]: > I got the following error while trying to use Spiffy with SSL: > > primordial: Connection handshake error: "argument is not a port" This message is generated by spiffy's exception handler in spiffy.scm line 562. However I could run your test program below without e

[Chicken-users] Spiffy SSL Connection handshake error

2011-12-05 Thread Vok Vojwo
I got the following error while trying to use Spiffy with SSL: primordial: Connection handshake error: "argument is not a port" This is my simple test program: #! /usr/local/bin/csi -s (use spiffy openssl) (server-port 8000) (access-log (current-error-port)) (debug-log (current-error-port)) (