Hello,
I have a WSAv Proxy, with the following options:
- Web Proxy enabled, my_proxy: 8080
- Forward mode
- https proxy disabled
I'm trying to configure Credential Encryption for Basic Authentication as shown in: https://www.cisco.com/c/en/us/td/docs/security/wsa/wsa11-0/user_guide/b_WSA_UserGuide/b_WSA_UserGuide_chapter_01001.html # con_1436656
But by doing the test with curl, in wireshark the password is always displayed in clear text (Base64)
How do I get the password to be encrypted please?
Thank you