(imported topic written by ItsAvi)
Hi,
when the client is first installed and it tries to the registeronce (still not a relay), then it will approach it’s relay and try secure registration and then the log shows “Registration backing off from SSL, attempting in clear text” - this is OK this is what i want, i don’t want secure yet.
but when i install a relay on that same client which works fine, then after the relay is installed another “RegisterOnce” occurs to 127.0.0.1 (the relay service) and this time it does not “back off” it just fails over and over, why is it?
how can i disable this behavior or control it? it wasn’t like that in v8, and somehow i feel it’s not working as it should on v9
the relay diagnostic settings:
- _BESRelay_Comm_Authenticating: 0
HTTPServer Settings
_BESRelay_HTTPServer_DynamicThrottleEnabled: 0
_BESRelay_HTTPServer_DynamicThrottleMaxKBPS: 0
_BESRelay_HTTPServer_DynamicThrottleMinKBPS: 0
_BESRelay_HTTPServer_DynamicThrottlePercentage: 0.0
_BESRelay_HTTPServer_HostName:
_BESRelay_HTTPServer_HttpLogExpirationDays: 0
_BESRelay_HTTPServer_LogFileSizeLimit: 52428800
_BESRelay_HTTPServer_MaxConnections: 2048
_BESRelay_HTTPServer_MaxRequestLineLength: 32768
_BESRelay_HTTPServer_PortNumber: 52311
_BESRelay_HTTPServer_ReadTimeOut: 60
_BESRelay_HTTPServer_ThrottleKBPS: 0
_BESRelay_HTTPServer_UseSSLFlag: 0
_BESRelay_HTTPServer_WriteTimeOut: 300
_BESRelay_HTTPServer_WriteMiniDumps: 0
and when i try to access: “https://localhost:52311/rd” i’m able to access, i want to disable this whole secure thing until i know how to control it, thanks!
(also where is the PDFs and settings for V9? i can’t find it anywhere)