Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can I configure ORDS 23 to work with http (8080) and https (8443) at the same time

myluismNov 15 2024

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:

  1. Can I configure ORDS 23 to work with http (8080) and https (8443) at the same time?
  2. If Not, and https is not working, how do i revert to http(8080)

Thanks in advance!!!

This post has been answered by alacourb on Nov 18 2024
Jump to Answer
Comments
Post Details
Added on Nov 15 2024
4 comments
132 views