Bonita via https

1
0
-1

Hello

I would like to know if it is possible to make Bonita Community Edition to work on https on Windows ?

Best regards

Romain

1 answer

1
+1
-1
This one is the BEST answer!

Hi Romain,

Yes, it should. There is a piece of documentation on that topic

HTH
Romain

Comments

Submitted by romain_foulon on Fri, 04/01/2022 - 11:11

Hello,

I've tried with the keystore way but it does not work, the page on https://localhost:8443/Bonita/ does not load.

This is the attributes I have written in the Connector mark in the server\conf\server.xml file :

port="8443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
SSLEnabled="true"
maxThreads="150"
scheme="https"
secure="true"
URIEncoding="UTF-8"
keystoreFile="${catalina.base}/conf/ssl/keystore"
keystorePass="administrator"
SSLVerifyClient="optional"
SSLProtocol="TLSv1"

Please could you help me ?

Best regards

Romain

Notifications