cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
598
Views
0
Helpful
0
Replies

Anyone have a working Confluence Server Instance Over Cisco Clientless WebVPN?

jefflittle2
Level 1
Level 1

I am trying to get a Confluence Server working that is accessible over Cisco Client less WebVPN. I'm trying to get a basic setup working first but I'm getting stuck. Everything is working if accessed without the vpn.

 

I am testing on version 6.6.12 and 6.13.5 LTS Confluence and 9.8(3)29 ASA.

 

Over the Webvpn depending on the tomcat context settings either the "Create" page will not work or the "Edit" page feature will not work. The error I get in the UI is "Can't connect to the server Looks like your session expired. Log in again to keep working." I did notice that if I reload the edit page (pressing F5) it will load back into the editor and I can save the page. 

 

Example Tomcat Connector ports

This example creation works but editing does not.

<Connector port="9090" connectionTimeout="20000" redirectPort="8443"
maxThreads="48" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol" />

This example creation does not work but editing does.

<Connector port="9094" connectionTimeout="20000" redirectPort="8443"
maxThreads="48" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol" proxyName="server.domain.tld" proxyPort="80" scheme="http"/>

This issue is similar to these posts

https://community.cisco.com/t5/vpn-and-anyconnect/asa-5510-clientless-vpn-content-rewriter-brakes-jira-and/td-p/2012381

 

https://community.atlassian.com/t5/Questions/Connected-through-Cisco-SSL-VPN-to-our-internal-Confluence-Wiki/qaq-p/358468

 

Bug - https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi01312 Thanks!

0 Replies 0