SSL connection broken with SONOS 5.4 update

My SONOS controllers recently upgraded to v5.4 and now subsonic quit working.
It's been working flawlessly for 7 months! I tried to remove the SONOS controller and re-add it again with the same settings and it's adds fine, just the login no longer works when I try to add the account in the SONOS interface. Looks like something needs updated in SONOS or Subsonic code to support it??
I checked the help page and settings have not changed.
Settings I used are (I use SSL so the 4041 port is correct):
=======================================
Putting the URL directly into a browser hits the subsonic server with this response which is correct and valid:
Errors in subsonic log now:
Anyone have any fixes? non-SSL works fine on port 4040, but I need SSL remotely. Subsonic seems to be redirecting to 4041 SSL port if both 4040 and 4041 are enabled.
Regards.


Settings I used are (I use SSL so the 4041 port is correct):
=======================================
- Code: Select all
255
https://192.168.1.1:4041/subsonic/ws/Sonos?ip=192.168.1.1
https://192.168.1.1:4041/subsonic/ws/Sonos?ip=192.168.1.1
1200
Session ID
5 https://192.168.1.1:4041/subsonic/sonos/strings.xml
1 https://192.168.1.1:4041/subsonic/sonos/presentationMap.xml
Container Type – Music Service
Capabilities – Search, Favorites, Extended Metadata
Putting the URL directly into a browser hits the subsonic server with this response which is correct and valid:
- Code: Select all
https://192.168.1.1:4041/subsonic/ws/Sonos?ip=192.168.1.1
- Code: Select all
<soap:Envelope>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>No such operation: (HTTP GET PATH_INFO: /subsonic/ws/Sonos)</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>
Errors in subsonic log now:
- Code: Select all
[8/3/15 7:08:19 AM GMT] WARN SonosFaultInterceptor Error: org.apache.cxf.interceptor.Fault: No such operation: (HTTP GET PATH_INFO: /subsonic/ws/Sonos)
Anyone have any fixes? non-SSL works fine on port 4040, but I need SSL remotely. Subsonic seems to be redirecting to 4041 SSL port if both 4040 and 4041 are enabled.

Regards.