0% found this document useful (0 votes)
13 views6 pages

Setup of Proxy Server

The document provides instructions for configuring both a standard and a transparent proxy for the Connector to communicate with Cisco Spaces. It details the steps required for setup, including entering proxy addresses, validating certificates, and troubleshooting issues. Additionally, it emphasizes the importance of selecting the correct endpoint based on the Cisco Spaces Account.

Uploaded by

desiyo1253
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views6 pages

Setup of Proxy Server

The document provides instructions for configuring both a standard and a transparent proxy for the Connector to communicate with Cisco Spaces. It details the steps required for setup, including entering proxy addresses, validating certificates, and troubleshooting issues. Additionally, it emphasizes the importance of selecting the correct endpoint based on the Cisco Spaces Account.

Uploaded by

desiyo1253
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Proxy

• Configure a Proxy , on page 1


• Configure a Transparent Proxy , on page 3

Configure a Proxy
You can set up a proxy to connect the Connector to Cisco Spaces, if the infrastructure hosting the Connector
is behind a proxy. Without this proxy configuration, the Connector is unable to communicate with Cisco
Spaces
To configure proxy on the Connector, you must do the following:

Procedure

Step 1 In the Connector GUI left navigation pane, click Configure HTTP Proxy. Enter your proxy address in the dialog box
that is displayed.
Figure 1: Setup Proxy

Note
Choose the endpoint based on your Cisco Spaces Account. For information on how to choose endpoints, see the Table
1.

Proxy
1
Proxy
Configure a Proxy

Figure 2: Configure Basic Authentication for Proxy (Optional)

To configure the proxy's basic authentication credentials, click Configure Username and Password.

Step 2 You can troubleshoot any issues in proxy configuration. Click Troubleshoot and select the Cisco Spaces URL.
Figure 3: Troubleshoot Proxy Issues

Proxy
2
Proxy
Configure a Transparent Proxy

Figure 4: Sample Run Test Results

Configure a Transparent Proxy


To configure a transparent proxy on the Connector, you must do the following:
1. Copy the proxy server certificate and the proxy server certification authority (CA) bundle to the Connector.
2. From the Connector CLI, validate the proxy certificate.
3. From the Connector CLI, import proxy certificates.
4. From the Connector GUI, configure the proxy URL.

Procedure

Step 1 Copy the proxy certificate to the Connector using scp.


The following is a sample command.
scp proxy-ca-bundle.pem spacesadmin@[connector-ip]:/home/spacesadmin/
scp proxy-server-cert.pem spacesadmin@[connector-ip]:/home/spacesadmin/

Step 2 Log in to the Connector CLI, and validate the copied proxy certificate using the connectorctl cert validate command.
The following is a sample output of the command:
[spacesadmin@connector ~]$ connectorctl cert validate -c /home/spacesadmin/proxy-ca-bundle.pem -s
/home/spacesadmin/proxy-server-cert.pem
Executing command:cert
Command execution status:Success
-----------------------

Proxy
3
Proxy
Configure a Transparent Proxy

/home/spacesadmin/proxy-ca-bundle.pem and /home/spacesadmin/proxy-server-cert.pem exists


/home/spacesadmin/proxy-server-cert.pem: OK
Validation of certificate is successful

For more information on this command, see connectorctl cert validate.


Step 3 Import the proxy certification authority (CA) certificates along with other certificates using the connectorctl cert
updateca-bundle command.
The following is a sample output of the command:
[spacesadmin@connector ~]$ connectorctl cert updateca-bundle -c /home/spacesadmin/proxy-ca-bundle.pem
-s /home/spacesadmin/proxy-server-cert.pem
Executing command:cert
Command execution status:Success
-----------------------
/home/spacesadmin/proxy-ca-bundle.pem and /home/spacesadmin/proxy-server-cert.pem exist
/home/spacesadmin/proxy-server-cert.pem: OK
CA trust bundle updated successfully
System reboot will happen in 10 seconds. Do not execute any other command.

For more information on this command, see connectorctl cert updateca-bundle.


Step 4 In the Connector GUI left navigation pane, click Configure HTTP Proxy. Enter your proxy address in the dialog box
that is displayed.
Figure 5: Setup Proxy

Note
Choose the endpoint based on your Cisco Spaces Account. For information on how to choose endpoints, see the Table
1.

Figure 6: Configure Basic Authentication for Proxy (Optional)

Proxy
4
Proxy
Configure a Transparent Proxy

To configure the proxy's basic authentication credentials, click Configure Username and Password.

Step 5 You can troubleshoot any issues in proxy configuration. Click Troubleshoot and enter the Cisco Spaces URL.
Figure 7: Troubleshoot Proxy Issues

Figure 8: Sample Run Test Results

Proxy
5
Proxy
Configure a Transparent Proxy

Proxy
6

You might also like