- To access proxy options, open the ODBC Data Source Administrator where you created the DSN, then select the DSN, then click Configure , and then click Proxy Options.
- To enable proxy connections, select the Use Proxy check box.
- In the Proxy Host field, type the IP address or host name of your proxy server.
- In the Proxy Port field, type the number of the TCP port that the proxy server uses to listen for client connections.
- In the Proxy Username field, type your user name for accessing the proxy server.
- In the Proxy Password field, type your password for accessing the proxy server.
- To encrypt your credentials, click Password Options and then select one of the following:
- If the credentials are used only by the current Windows user, select Current User Only.
- Or, if the credentials are used by all users on the current Windows machine, select All Users Of This Machine.
- To save your settings and close the HTTP Proxy Options dialog box, click OK.
- Export the proxy server’s root certificate file. You can do this using OpenSSL.
.pem file, to a .crt file:
openssl x509 -outform der -in clientPublicKey.pem -out clientPublicKey.crt
For more information, see “OpenSSL Commands” in the OpenSSL documentation: https://www.openssl.org/docs/manmaster/man1/.
- Import the certificate into the Window trust store. For detailed instructions, see “Installing a Certificate in the Trusted Root Certification Authorities Store” in the Microsoft Windows documentation: https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-create-temporary-certificates-for-use-during-development#to-install-a-self-signed-certificate-in-the-trusted-root-certification-authorities.