-
-
Notifications
You must be signed in to change notification settings - Fork 126
Adding an HTTP target
This page explains the process of adding a new HTTP target host to Warpgate and allowing users to connect to it.
Log into the Warpgate admin UI and navigate to Config
> Targets
> Add target
and give the new HTTP target a name:
Fill out the configuration:
- Target URL: the destination web service, including the protocol (
http://
orhttps://
). - TLS mode: whether to ignore, prefer or require TLS (overrides the URL's protocol).
- Verify certificate: whether to reject untrusted certificates.
- Bind to a domain: link this target to a specific sub-domain of the domain Warpgate is on - see HTTP targets on separate domains
Example:
The target should show up on the Warpgate's homepage:
Users can either access the target by selecting it on the Warpgate's homepage, with a direct URL:
https://<warpgate host>:<port>/?warpgate-target=<name>
You can also find a copyable URL in the Targets section of the admin UI:
While the target is active, Warpgate will pass-through all HTTP traffic in this session straight to it. You can return back to the homepage by manually navigating to /@warpgate
, or by using the injected session menu (shown below). The menu button can be dragged around to stay out of the way and will remember its location.