@scope_visualization
Feature: 0026 - Secure connection
File name: https_connection.feature
Relative path: secondary/https_connection.feature
When
I connect to the server insecurely
00:00:00.002
Error: 302 302
@scope_visualization
Scenario: Connecting to the server securely while using CA certificate file
ssl_ca_cert_file: /etc/ssl/certs/uyuni-master-server.sumaci.aws.pem
Then
the connection should be secured
00:00:00.000
And
the page title should contain "Sign In" text
00:00:00.000
@scope_visualization
Scenario: Connecting to the server securely while using incorrect CA certificate file
When
I connect to the server securely while using incorrect certificate as a CA certificate file
00:00:00.091
Then
the secure connection should fail due to unverified certificate signature
00:00:00.000