https for cantaloupe #625
Replies: 2 comments 4 replies
-
Hi @matthewbrutonall without seeing your setup it is hard to guess what is wrong there, but maybe it is related to JDK version you are using, see https://stackoverflow.com/questions/57679669/ssl-error-rx-record-too-long-with-custom-server. If that is the case it seems to have been fixed on JDK 13+ We have been using NGINX as SSL terminator in front of Cantaloupe for a few years without any issues. The setup is quite easy NGINX with Certbot (via Docker). No changes whatsoever on the Cantaloupe side of things but we did build our Cantaloupe (6.x Snapshot) custom. That said we used to run official release in the past also without any changes. This is our complete ensemble of services in case you want/see that Note: we have also a few running via http 1.1. This has the benefit that connections are kept open/reused but also we have seen less "temporary response to file" caching which is a thing that NGINX will do to serve slower clients.
|
Beta Was this translation helpful? Give feedback.
-
Here are my Cantaloupe properties file and my website config file. Have hashed out the work I was doing on the reverse proxy, but if anyone want to point out things on that too, feel free. Neither are working anyway. I'll take whatever I can get to get this to work. Have a huge number of web links depending on getting this secure server back up and running, so any help is a life saver. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I'm trying to set up https for my cantaloupe server, and I keep getting "Error code: SSL_ERROR_RX_RECORD_TOO_LONG" etc. etc.
I have tried both pkcs12 and jks as formats, and it is always the same error.
I tried the reverse proxy option also, but that's not working.
If anyone has any ideas, I would be really grateful. :)
Beta Was this translation helpful? Give feedback.
All reactions