

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.