Ssl https configured but port 7474 still without ssl

I have these settings in the config

dbms.ssl.policy.https.base_directory=/etc/ssl/
dbms.ssl.policy.https.public_certificate=certs/xxx.crt
dbms.ssl.policy.https.private_key=private/xxx.key

this in the debug log
18:49:43.609+0000 INFO [o.n.s.c.SslPolicyLoader] Loaded SSL policy 'HTTPS' = SslPolicy{keyCertChain=Subject

But this port 7474 is still not with ssl. I assume this https is related to this port not?

@f1-outsourcing

Configuration settings - Operations Manual suggests that http is run for :7474

whereas per Configuration settings - Operations Manual https is on 7473.

if ssl https is configured this would have no impact on 7474 but rather 7473

should I see that port in the console log?

2025-02-26 20:18:22.756+0000 INFO Bolt enabled on 0.0.0.0:7687.
2025-02-26 20:18:22.759+0000 INFO Bolt (Routing) enabled on 0.0.0.0:7688.
2025-02-26 20:18:24.515+0000 INFO HTTP enabled on 0.0.0.0:7474.
2025-02-26 20:18:24.517+0000 INFO Remote interface available at http://localhost:7474/

@f1-outsourcing

should i see that port in the console log?

what port? 7473? or something else?

have you enabled

server.https.enabled

Configuration settings - Operations Manual ?

ooohh yes thanks!!! :)

@f1-outsourcing

see SSL framework - Operations Manual

I guess I can't load multiple certs for 'multi homed' tasks?