TTMSLoggerTCPServer + Sparkle on same port

Hi,

i don't know if it's possible... in a Windows 2016 server, i
can't find a way to realize a coexistence between a Sparkle service
(with many modules and many URL's, all responding to 443 port, with a
URL like https://+:443/xxxxxxxxxx), and a TTMSLoggerTCPServer, placed in
a different service, that MUST receive the logs to 443 port also.

Maybe placing the TTMSLoggerTCPServer in the same application / service used for Sparkle would resolve the problem ?

I've
searched in source code, for the possibility to "add" some sort of a
TTMSLoggerTCPServer module to Sparkle, but i don't think it's possible,
if i'm not wrong.

...Any idea ? There is some way to sort it out ?

Thanks, ciao

Arnaldo

Hi, 


Unfortunately this is not possible. The TTMSLoggerTCPServer is a TCP server, not a HTTP server. And once the port is registered, other services will not be able to registered this port. You'll need to register it to a different port.

Thank you Pieter, i have to find another way, because my customers doesn't want to open another "custom" port in firewall.

Anyway.. thanks !

Arnaldo