cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
182
Views
1
Helpful
3
Replies

Session resumption setting in WSA

lmoceze
Level 1
Level 1

Hey there,

I would like to set up a new WSA, and got the to part of advancedproxyconfig / HTTPS, when it asks me the following:
Do you want to enable session resumption.
[N]>

Where can I check this on my other proxies? I cant seem to find it in the HTTPS proxy settings in GUI, neither in the full showconfig output of another box.
I am probably looking at the wrong place, but Google is also not a help today.
Thanks a lot!

Levente

1 Accepted Solution

Accepted Solutions

amojarra
Cisco Employee
Cisco Employee

Hello @lmoceze 

Thanks for reaching out 

Yes, you can not see that from the GUI, in the configuration file, there is a tag:

 session resumption is enabled:
<prox_etc_enable_sess_reuse>1</prox_etc_enable_sess_reuse>

 

 session resumption is disabled:

<prox_etc_enable_sess_reuse>0</prox_etc_enable_sess_reuse>

 

before enabling it, kindly review:

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwa04247

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvu92674

 

Regards,

Amirhossein Mojarrad

+++++++++++++++++++++++++++++++++++++++++++++++++++

++++     If you find this answer helpful, please rate it as such    ++++

+++++++++++++++++++++++++++++++++++++++++++++++++++

Regards,
Amirhossein Mojarrad
+++++++++++++++++++++++++++++++++++++++++++++++++++
++++ If you find this answer helpful, please rate it as such ++++
+++++++++++++++++++++++++++++++++++++++++++++++++++

View solution in original post

3 Replies 3

lmoceze
Level 1
Level 1

And I found that is off by default since ~11.7, but we have some proxies from earlier than that and I am not sure if the previous collegues set it on/off on purpose, or just hit enter to get home earlier.

amojarra
Cisco Employee
Cisco Employee

Hello @lmoceze 

Thanks for reaching out 

Yes, you can not see that from the GUI, in the configuration file, there is a tag:

 session resumption is enabled:
<prox_etc_enable_sess_reuse>1</prox_etc_enable_sess_reuse>

 

 session resumption is disabled:

<prox_etc_enable_sess_reuse>0</prox_etc_enable_sess_reuse>

 

before enabling it, kindly review:

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwa04247

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvu92674

 

Regards,

Amirhossein Mojarrad

+++++++++++++++++++++++++++++++++++++++++++++++++++

++++     If you find this answer helpful, please rate it as such    ++++

+++++++++++++++++++++++++++++++++++++++++++++++++++

Regards,
Amirhossein Mojarrad
+++++++++++++++++++++++++++++++++++++++++++++++++++
++++ If you find this answer helpful, please rate it as such ++++
+++++++++++++++++++++++++++++++++++++++++++++++++++

I told you im looking at the wrong place : D
Thank you very much for your help and mentioning the bugs!