Forum Discussion

Anush's avatar
Anush
Icon for Nimbostratus rankNimbostratus
Jul 02, 2015

command to check cookie for https vip

hi experts,

I understood that if we want to check cookie for http vip, we can use "curl -I http://172.28.19.79" and we get following output.

[root@ve10:Active] config  curl -I http://172.28.19.79
HTTP/1.1 200 OK
Date: Wed, 22 Aug 2012 10:01:00 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Fri, 11 Nov 2011 14:48:14 GMT
ETag: "4183e4-3e-9c564780"
Accept-Ranges: bytes
Content-Length: 62
Content-Type: text/html; charset=UTF-8
Set-Cookie: AAA=1111; path=/
Set-Cookie: BBB=2222;secure; path=/; HttpOnly
Set-Cookie: CCC=1234;secure; path=/ 

How do I get same output for https vip?

Thanks