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
Back to post

Revisions 3

one year ago
Yong Sheng Tan
39 × 2 Administrator
Python 3.10 Error: PROTOCOL_TLS_SERVER
Python BDK 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,
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,
#bdk #python
#python #bdk
2 years ago
Python BDK Error: PROTOCOL_TLS_SERVER
How I can overcome the problem [Cannot create a client socket with a PROTOCOL_TLS_SERVER context (_ssl.c:801)]
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,
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,
#python #bdk
#question
2 years ago
Original
How I can overcome the problem [Cannot create a client socket with a PROTOCOL_TLS_SERVER context (_ssl.c:801)]

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,
#question