Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #d4af37; 
	border-color: #FCE28A;
}

.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<meta name="robots" content="noindex">

<div class="release-box">
<a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;">
Gold
</a>
</div>



Meshlets can use proxy servers to avoid directly sending a request to a target server. Instead of a direct request, meshlets will send a request to the proxy server, and the proxy server will send the request to the target.


To connect to the proxy server, you will need the following values: 

DirectiveDescription
hostAddress that is hosting the proxy server
port

Port number that represents the communication endpoint

usernameUsername credentials to connect to the server 
passwordPassword credentials to connect to the server



Example application-dev.yml configuration

The example below shows part of the configuration that must be set for the meshlet to connect to a HTTP proxy server to a meshlet for connecting to target systems (i.e. Jira Service Management if using the Jira Service Management Incident meshlet to integrate with):

Code Block
languageyml
themeEclipse
perspectium:
    proxy:
	    host: proxyExample.perspectium.net 
	    port: 8080
	    username: userExample
	    password: userPassword 



SOCKS (TCP) Proxy for Perspectium MBS (RabbitMQ)

To connect the meshlet through a SOCKS proxy server to a meshletfor connecting to Perspectium MBS through RabbitMQ to access queues, use the following: 

Code Block
languageyml
themeEclipse
spring:
	rabbitmq:
		host: proxyExample.perspectium.net 
		port: 5672
		username: username
		password: password
		proxy:
			host: example_socks_host
			port: 1080




Similar topics


Content by Label
showLabelsfalse
max5
showSpacefalse
sortmodified
cqllabel in ("meshlet","meshlet-advance-config") and space = currentSpace()

Contact Perspectium Support


US: 1 888 620 8880

UK: 44 208 068 5953

support@perspectium.com