That sounds buggy. Does make verify pass on your system?
Is this what you would expect?
| > object sc = SSL.connection(0); | Indexing the NULL value with "auth_level". | /usr/local/pike/7.3.18/lib/modules/SSL.pmod/handshake.pike:1117: create(0) | /usr/local/pike/7.3.18/lib/modules/SSL.pmod/connection.pike:47: create(0)
Does https work?
| > Protocols.HTTP.get_url("https://pike.ida.liu.se/development/pikefarm/7.5.xml"); | Result 2: Query(200 OK)
/ Mirar
Previous text:
2003-01-28 18:54: Subject: Re: OpenSSL wrapper vs Pike's SSL (Was: Bz2)
On Tue, Jan 28, 2003 at 06:15:01PM +0100, Martin Nilsson (Åskblod) @ Pike (-) developers forum wrote:
As you can see in the backtrace, it isn't the SSL module but the
Look at this:
Compiler Error: /${PIKE_MODULE_PATH}/SSL.pmod/handshake.pike:978:Failed to index module 'X509' with 'decode_certificate' (module doesn't exist?)
It is not Calendar, but anyway, SSL and Tools.X509 are dependent (somehow) on Caldendar... :) But in this case reference is to X509 which is actually in Tools.X509 (it was fixed later on but brokem again).
Anyway, I cannot use SSL.* after compilation/installation without tweaking.
"Cannot be used immediately afetr installation" == "Doesn't work properly", or you think different? :)
Regards, /Al
/ Brevbäraren