You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like some support regarding the configuration of HTTPS in OpenCTI. My environment is a follows: Portainer with the stack running, without HTTPs it works smoothly, with all the connectors perfect, but if I change the flags:
APP__HTTPS_CERT_CA=/certificados/cert.pem
APP__HTTPS_CERT_KEY=/certificados/cert.key
APP__HTTPS_CERT_CRT=/certificados/cert.crt
APP__HTTPS_CERT_REJECT_UNAUTHORIZED=true
The application crashes and does not enable SSL.
I changed the URL variable to use HTTPS and also inserted the ports of the OpenCTI container:
8080:8080
443:8080
The "certificates" volume is mounted on the stack and the container can list the certificates.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys,
I would like some support regarding the configuration of HTTPS in OpenCTI. My environment is a follows: Portainer with the stack running, without HTTPs it works smoothly, with all the connectors perfect, but if I change the flags:
The application crashes and does not enable SSL.
I changed the URL variable to use HTTPS and also inserted the ports of the OpenCTI container:
The "certificates" volume is mounted on the stack and the container can list the certificates.
Beta Was this translation helpful? Give feedback.
All reactions