Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: saintsusanna2.is-a-musician[.]com
I ran this command:https://saintsusanna2.is-a-musician[.]com:9090/ords/apex
It produced this output:SSL_ERROR_RX_RECORD_TOO_LONG
My web server is (include version):ORDS 23.4.0.346 1619
The operating system my web server runs on is (include version): Windows 11
My hosting provider, if applicable, is: (My own server. URL is with DynDNS
I can login to a root shell on my machine (yes or no, or I don't know):Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):No
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):2.9.0
Once I received the standalone certificates from Certbot, I had to change the privkey.pem to privkey.der. I used the following command: ```
openssl rsa -inform pem -in privkey.pem -outform der -out privkey.der
Oracle's ORDS (Oracle REST Data Services) uses a configuration type of file. The contents of the **standalone.properties** file is:
> #Sat Oct 01 09:35:30 EDT 2022
> jetty.port=8080
> jetty.secure.port=9090
> standalone.context.path=c:/app/product/ords
> standalone.doc.root=c:/app/product/ords/standalone/doc_root
> standalone.scheme.do.not.prompt=true
> standalone.static.context.path=/i
> standalone.static.path=c:/app/product/apex/images
> ssl.cert=c:/app/product/ords/fullchain.pem
> ssl.cert.key=c:/app/product/ords/privkey.der
> ssl.host=saintsusanna2.is-a-musician[.]com
Thanks for looking at this