Hi guys,
I hope you can help me with this, i am having an issue with getting https to work with confluence. I edited server.xml and i got the following setting for SSL in server.xml
<Connector port="443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
protocol="org.apache.coyote.http11.Http11NioProtocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLSv1.2" sslEnabledProtocols="TLSv1.2" SSLEnabled="true"
keystoreFile="C:\removed\removed.jks" keystoreType="JKS"
URIEncoding="UTF-8" keystorePass="Removed"/>
</Service>
But i keep gettting the error : Error_timed_out or no cyphers available.
No idea what changed but it suddenly seems to be working.
The config as above hasnt changed. Neither did i change anything in the keystore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.