Hi. I have Oracle ORDS 23 running in standalone mode.
I have tried to enable ssl using auto ssl feature:
ords --config c:\ords\config serve --secure --port 8443
After this I restarted ords but access through https is not working. Error is :
No se puede acceder a este sitio web
La página localhost ha rechazado la conexión.
I haven't performed this command:
ords --config ${ORDS_CONFIG} config set standalone.https.port 8443
Because I'm guessing this is going to work only with https (8443) and disable http access (8080), which I know it is working.
I want to disable http access once I´m sure https is working, so:
- Can I configure ORDS 23 to work with http (8080) and https (8443) at the same time?
- If Not, and https is not working, how do i revert to http(8080)
Thanks in advance!!!