Hello,
i'm really out of ideas with a problem regarding the HTTPS connect to confluence 6.12 .
i've added the connector for port 443 and it's like this:
<Connector port="443" maxHttpHeaderSize="8192" address="services.oddo-bhf.com"
maxThreads="150" minSpareThreads="25"
protocol="org.apache.coyote.http11.Http11Nio2Protocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocols="TLSv1,TLSv1.1,TLSv1.2"
sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" SSLEnabled="true"
URIEncoding="UTF-8" keystorePass="XXXXX" keystoreFile="D:\XXXX\priv_ks.jks"
ciphers="SSL_RSA_WITH_3DES_EDE_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA" />
There is a timeout error on the browser while trying to reach confleunce.
I've checked the port 443 in the firewall and everything seems to be good.
Using netstat , i can see that a connect attempt has been established on the 443 port then it turn to CLOSE_WAIT .
Can you please help ?
thans a lot
yes i'm able to telnet the port 443 and we have tested to reach on ssh the ilo and it worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm, and you're positive you're able to telnet to the port 443?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @wajih zouaoui !
Have you changed your Confluence base URL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.