Bonita via https

Hello

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

Best regards

Romain

Hi Romain,

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

HTH
Romain

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