Skip to content

Console (SSL) not available since upgrading to 2.4.120 #14239

Answered by dougburks
lsampas asked this question in 2.4
Discussion options

You must be logged in to vote

Please try the following:

# Create a backup copy of nginx config
sudo cp /opt/so/saltstack/default/salt/nginx/etc/nginx.conf /root/nginx.conf.tlsv12

# Update the ssl_protocol lines
sudo sed -i 's|ssl_protocols TLSv1.2;|ssl_protocols TLSv1.2 TLSv1.3;|g' /opt/so/saltstack/default/salt/nginx/etc/nginx.conf

# Restart services
sudo salt-call state.apply nginx

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@lsampas
Comment options

@lsampas
Comment options

@dougburks
Comment options

Comment options

You must be logged in to vote
3 replies
@dougburks
Comment options

Answer selected by lsampas
@lsampas
Comment options

@dougburks
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
3 participants