Hi all,
When adding a serviceProxy through the Web Console ( /admin ), if the target needs to have SSL, the added serviceProxy does not work. It always uses HTTP instead of HTTPS.
For example, I want to configure a serviceProxy the same as the below proxies.xml sniplet:
<serviceProxy port="8080">
<path>/svn</path>
<ssl />
</target>
</serviceProxy>
How can a serviceProxy be added through the Web Console which has an SSL target?
Thanks!