Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
stich86
Employee Alumnus
Employee Alumnus

yes.. but just copy TRAC.cab\trac_ver.txt into SNX base didn't solve the issue.

So I made fix by my self, here is what i've done and may be can be helpful to someone else in the future:

Edit this file: vi $CVPNDIR/conf/includes/SNX.location.conf

Adding between "<Location /SNX/CSHELL>" and "Alias /CSHELL/" this part:

<Location /CSHELL>
CvpnAccessType none
CvpnCSRFenforceReferer Post
</Location>

 

Then restart HTTPD using these commands: cvpnstop ; cvpnstart

After that I was able to successful upgrade the client 🙂

View solution in original post

(1)
Who rated this post