My program is supposed to make multiple POST requests to a https site and I need it to do a SSL-handshake each time it does a new request. However it seems to only do the handshake the first time and then use the existing connection to do the other requests without a new handshake. I'm sure it doesn't do the handshake later times, because the first time it takes about 700 ms to do the request and receive a response, but later ones only take about 30 ms.My program is supposed to make multiple POST re