-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to connect to node due to an error during SSL handshake (DNS in certificate is not matching in both GCE/Azure) #9883
Comments
Hi @dimakr , could you please take a look at this issue? |
on it |
The issue is backend specific, it is reproduced on gce and azure, but not on aws |
On AWS we put the hostname, public and internal FQDNs in the SAN extension of server certificate, e.g.:
But on GCE and Azure, for some reason we have only hostnames:
We need to properly get FQDNs for aws and gce, in SCT, before putting them in server cerificates. |
what was changed ? that you by default check the hostname-verification ? please disable it for GCE and Azure, until we can figure it out we never used DNS in both |
@fruch What I tried - during node setup we can get DNS names:
Additionally, the java driver has an option |
Packages
Scylla version:
2025.1.0~dev-20250119.1ef2d9d07692
with build-ide16c81a8ccdafe6190a5846930a953c8c8312a12
Kernel Version:
6.8.0-1020-azure
Issue description
During cluster startup the following error occurs:
Impact
SCT tests itself never start
How frequently does it reproduce?
Describe the frequency with how this issue can be reproduced.
Installation details
Cluster size: 4 nodes (Standard_L16s_v3)
Scylla Nodes used in this run:
OS / Image:
/subscriptions/6c268694-47ab-43ab-b306-3c5514bc4112/resourceGroups/SCYLLA-IMAGES/providers/Microsoft.Compute/images/scylla-2025.1.0-dev-x86_64-2025-01-20T02-10-43
(NO RUNNER: NO RUNNER)Test:
longevity-1tb-5days-azure-test
Test id:
965572fc-211f-479b-93a5-56706d3f5167
Test name:
scylla-master/tier1/longevity-1tb-5days-azure-test
Test method:
longevity_test.LongevityTest.test_custom_time
Test config file(s):
Logs and commands
$ hydra investigate show-monitor 965572fc-211f-479b-93a5-56706d3f5167
$ hydra investigate show-logs 965572fc-211f-479b-93a5-56706d3f5167
Logs:
Jenkins job URL
Argus
The text was updated successfully, but these errors were encountered: