Security onion webpage is not loading in browser from today. please suggest! its urgent #14314
Replies: 1 comment
-
From #1720:
Please note that network installations on Rocky 9 are not supported:
Take a look at the Known Issues section of the Release Notes page: You should see this issue which contains a manual workaround: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i have installed SO in Rocky 9 with 256 root volume and 4vcpu and 16gb ram and with 2 NIC (standalone)

I'm able to access the ssh of security onion but from browser im getting
if i execute so-status all are running this im facing from today morning
if i search for it. It showing the security onion contain the old TLS and Ciphers that the browser wont support
do we need to change it to the below in nginx config file but how to change. The changes gets overwrite after the restart of nginx
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256;
ssl_prefer_server_ciphers on;
Beta Was this translation helpful? Give feedback.
All reactions