Can't get SSL working with Lets Encrypt cert

Hi all,
I've been trying unsuccessfully to get Subsonic working with a Lets Encrypt cert by following the official guide http://www.subsonic.org/pages/getting-started.jsp
But wanted to get this working with the default self signed cert before adding the Lets Encrypt cert into the mix...
I'm running Subsonic 6.1.5 on Centos 7.6.
As soon as I enable ssl on a clean install by changing /etc/sysconfig/subsonic
With ssl enabled I see the following in /var/subsonic/subsonic_sh.log:
I read about increasing max memory to fix the allocation failure in other posts but the official docs don't say this is required...
Can anyone point me in the right direction?
I've been trying unsuccessfully to get Subsonic working with a Lets Encrypt cert by following the official guide http://www.subsonic.org/pages/getting-started.jsp
But wanted to get this working with the default self signed cert before adding the Lets Encrypt cert into the mix...
I'm running Subsonic 6.1.5 on Centos 7.6.
As soon as I enable ssl on a clean install by changing /etc/sysconfig/subsonic
- Code: Select all
SUBSONIC_ARGS="--max-memory=150"
- Code: Select all
SUBSONIC_ARGS="--max-memory=150 --https-port=4043"
With ssl enabled I see the following in /var/subsonic/subsonic_sh.log:
- Code: Select all
59167 [main] INFO org.mortbay.log - Started SelectChannelConnector@0.0.0.0:4040
59230 [main] INFO org.mortbay.log - Started SslSocketConnector@0.0.0.0:4043
Subsonic running on: http://localhost:4040/ and: https://localhost:4043/
59457 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Looking for RMI registry at port '9412'
59541 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Could not detect RMI registry - creating new one
59666 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Binding service 'SubsonicDeployerService' to RMI registry: RegistryImpl[UnicastServerRef [liveRef: [endpoint:[n.n.n.n:9412](local),objID:[0:0:0, 0]]]]
[GC (Allocation Failure) 71373K->48705K(91644K), 0.0615023 secs]
[GC (Allocation Failure) 74102K->52943K(91644K), 0.0865532 secs]
[GC (Allocation Failure) 78351K->53162K(91644K), 0.0374043 secs]
I read about increasing max memory to fix the allocation failure in other posts but the official docs don't say this is required...
Can anyone point me in the right direction?