28 Jun
2005
28 Jun
'05
3:16 p.m.
Hi Timo,
It's because with SSL it creates another proxying socket. Hmm. Looks like the IP address is actually in IP environment. So change the str = t_strdup_... line with str = t_strdup_printf("IP: %s\n", getenv("IP"));
I thought I hadn't done that yet in 0.99.x.
looks like you did ;-) with getenv() it works. Thank you very much.
Regards, Andreas.