Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Python 3.10 Error: PROTOCOL_TLS_SERVER

Hi..
I have created a bot by the BotGenerator.
I have configured the config.yaml by referring the working sample including the firm's proxy setup.
The service account is also properly setup with the generated RSA public key.
When I start my bot in my Windows workstation, I am getting this error.

symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 256.0 seconds as it raised ClientConnectorSSLError: Cannot
connect to host XXXXXX-test.symphony.com:443 ssl:default [Cannot create a client socket with a PROTOCOL_TLS_SERVER context (_ssl.c:801)].

In the same environment, my friend does not have this issue and his bot is working without any error.

Can you advice where I should look into..?

Thanks,

Votes Newest

Answers


This issue is now fixed with the following PR and published as of release 2.4.0.

https://github.com/finos/symphony-bdk-python/pull/297

  
  
Posted one year ago
Yong Sheng Tan
39 × 2 Administrator