in reply to Re: IO::Socket::SSL Server-side Session caching
in thread IO::Socket::SSL Server-side Session caching
Then on all my 5 requests I've the same session-id and master-key:openssl s_client -reconnect -state -prexit -connect localhost:1234 -ce +rt testpkey.pem -no_ticket
Session-ID: 9C2B75807FE8AEB2E1C05B7B34D3F9F0B9394975D23AEA1BCC41F0 +BE1A1578CF Session-ID-ctx: Master-Key: 56182F7B8149E11642665147042CC499581786CA6565D5F3FB7C59 +E446E520BB50D3857CA3323E665C9F86A87D3CD45C
If I use no_ticket option on the server, each my request have different Session-ID.
What I understand, is that session caching could set the old session-id or create new one, each time new connection occurs.
But... what I misunderstood is:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: IO::Socket::SSL Server-side Session caching
by Anonymous Monk on Jun 06, 2009 at 05:43 UTC |