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 to connect a proxy server to meshlet :

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



SOCKS (TCP) Proxy

To connect a  SOCKS proxy server to meshlet, use the following: 

Code Block
languageyml
themeEclipse
spring:
	rabbitmq:
		host: rabbit_host
		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