Hi List ! I have a question regarding the SSL issue. I use kannel cvs v20031110 - SSL enabled. Generally works fine, but check this out: 1) I issue the URL http://kannel-server:13000/status.html from a client PC through Internet Explorer I get Page can not display in the IE window (which is correct) and ERROR:HTTP:unsuccessful SSL handshake for client xxx.xxx.xxx.xxx (also correct) 2) I then issue the URL https://kannel-server:13000/status.html everything works fine (I get the status window with all info included) 3) I issue again the URL (in the same IE window) http://kannel-server:13000/status.html and I still get the status window with the appropriate info.
So the thing is that the connection between the particular IE window and kannel is kept alive, and kannel accepts http request as https. I had a look on http.c source code and found the following lines /* comment this out if you don't want Keep-Alive HTTP requests */ #define USE_KEEPALIVE 1 I thought that commenting out the above line should solve this issue, but .... no luck The HTTPclient is destroyed after a minute and the questions are: a) What shall I change to decrease this timeout ? b) Do you thing there will be a problem if this timer is very small ? (e.g. 1 second) Thanks in advance Panagiotis Stamatopoulos
