The error message seems to imply that you do not have the necessary license to enable SSL.
I'm assuming you only have the ssl entry in your sql.ini file and since no security license is found said sql.ini entry fails. Without any other sql.ini entries (yes, you can define multiple entries in sql.ini with different network:port combos) the dataserver is unable to start any network listeners and so it shuts down.
You'll need to a) get a security license (to allow enabling ssl) or b) add a non-ssl entry to your sql.ini file.