Closed
Description
Describe the bug
Iam able to run device advisor test suite with pub-sub test case and its passing with warnings.
regarding for the FOUND_UNSUPPORTED_CIPHER_SUITE warning:
How do we change the cipher suites and where do we change?
please provide the required steps to resolve the warning.
I tried below steps in ubuntu,
- in the file,
/etc/apache2/sites-enabled/000-default.conf and
/etc/apache2/mods-available/ssl.conf,
i have added:
SSLProtocol -all +TLSv1.3
and,
2)in the file,
/etc/ssl/openssl.cnf,
i have added:
openssl_conf = default_conf
[default_conf]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
MinProtocol = TLSv1.3
#CipherString = DEFAULT:@SECLEVEL=2
CipherString = ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384
Ciphersuites = TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256
but no luck.
Is it correct or anything missing?
Expected Behavior
should pass without warning
Current Behavior
passing with warnings
Reproduction Steps
run pub sub test case for device advisor test suite.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
v2
Environment details (OS name and version, etc.)
ubuntu