Bonjour,
I am struggling to enable SSL on my ASE 15.7 Cluster Edition (SP122).
So far I have created the certificat, added it to the with sp_ssladmin.
I have updated the trusted.txt file in the config directory.
I have enabled ssl using sp_configure.
I have the licenses correclty installed and ASE_ASM checked.
I have update my interfaces file using ssl="cn=sybqa_grp".
I do not know if I am missing something here but there are no "config file" for cluster environment so I can't use the "-s" option to enable at startup and I can't find anything the like for the cluster.
When I try to start the listener using the following command :
sp_listener 'start','ssltcp:nodenade:4124:"CN=sybqa_grp"'
I get the following message :
Msg 15936, Level 16, State 1:
Server 'sybqa_grp', Procedure 'sp_listener', Line 107:
An error was encountered when starting a listener with protocol ssltcp, host nodename, port 4124.
Msg 15038, Level 16, State 1:
Server 'sybqa_grp', Procedure 'sp_listener', Line 107:
The specified port 4124 is invalid.
DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
(return status = 1)
Anyone having an idea as to why I am getting that error or why is that port not a good one?