Web Target via Chromium browser Doesn't Autofill Credentials
Chromium web targets don't autofill credentials on sites where the TLS certificate isn't trusted by the Web Proxy.
Potential Solution
Verify the target site's certificate. After ensuring it's correct, you may enable autofill with one of the following solutions:
-
Add the target site's CA chain to the Web-Proxy machine's trusted CA anchors. Refer to the OS documentation for instructions about this.
-
Add the target's domain to the
tls_insecure_verify_domainssetting in the Web-Proxy configuration/opt/privx/etc/web-proxy-config.toml, similarly to the following:tls_insecure_verify_domains = ["*.example.com"]In the example, replace
"*.example.com"with the target domain.Restart the Web-Proxy services to apply your changes.