Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSL-VPN Client save Proxy Setzings

Hello,
I'm using Astaro V8,latest with SSL-VPN Client. 
The Client use a proxy to connect with username, password.
Everything is working fine.
I figured out to save the connection user and pwd. KB  116185

How do I save the proxy user and pwd?
This seems not to work (with the astaro client?).

Thank a lot
Nathan


This thread was automatically locked due to age.
Parents
  • According to the manual

    --http-proxy server port [authfile] [auth-method]
    Connect to remote host through an HTTP proxy at address server and port port. If HTTP Proxy-Authenticate is required, authfile is a file containing a username and password on 2 lines, or "stdin" to prompt from console.

    auth-method should be one of "none", "basic", or "ntlm".


    What is the format of the file? Also make sure that the path of the file that contains the password is correct (example below)

    Working example from sample configuration openvpn files
    http-proxy proxy.ras 80 passwd_file basic
     and then the passwd_file should have username/password as

    NvA
    test


    (for example http-proxy proxy.example.net 8080 C:\xx\proxypass.txt)
Reply
  • According to the manual

    --http-proxy server port [authfile] [auth-method]
    Connect to remote host through an HTTP proxy at address server and port port. If HTTP Proxy-Authenticate is required, authfile is a file containing a username and password on 2 lines, or "stdin" to prompt from console.

    auth-method should be one of "none", "basic", or "ntlm".


    What is the format of the file? Also make sure that the path of the file that contains the password is correct (example below)

    Working example from sample configuration openvpn files
    http-proxy proxy.ras 80 passwd_file basic
     and then the passwd_file should have username/password as

    NvA
    test


    (for example http-proxy proxy.example.net 8080 C:\xx\proxypass.txt)
Children
No Data