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

11 months ago
Vinay Mistry
23 × 2 Administrator
Python BDK + macOS: SSL CERTIFICATE VERIFY FAILED
Trouble starting the Python BDK bot when using macOS - SSL CERTIFICATE VERIFY FAILED
Hello everyone, I generated my **Python BDK** bot using the **Symphony Generator** (https://github.com/finos/generator-symphony). When I tried to launch the **Python BDK** bot using an IDE client, like **PyCharm**, **IntelliJ** or even **Visual Studio Code**, I kept on recieiving an error message about the "**SSL Certificate Verify Failed**" in the console. ``` symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorCertificateError: Cannot connect to host develop2.symphony.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:992)')]. ``` I have **Python 3.11.x** installed on my macOS laptop with the minumum version for **Python BDK** being **Python 3.8**.
Hello everyone, I generated my **Python BDK** bot using the **Symphony Generator** (https://github.com/finos/generator-symphony). When I tried to launch the **Python BDK** bot using an IDE client, like **PyCharm**, **IntelliJ** or even **Visual Studio Code**, I kept on recieiving an error message about the "**SSL Certificate Verify Failed**" in the console. ``` symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorCertificateError: Cannot connect to host develop2.symphony.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:992)')]. ``` I have **Python 3.11.x** installed on my macOS laptop with the minumum version for **Python BDK** being **Python 3.8**.
#bdk #python #ssl
#bdk #python #ssl
one year ago
Kaosar Ahmed
310 × 3 Administrator
Trouble starting the Python BDK bot when using macOS - SSL CERTIFICATE VERIFY FAILED
Trouble starting the Python BDK bot when using macOS - SSL CERTIFICATE VERIFY FAILED
Hello everyone, I generated my **Python BDK** bot using the **Symphony Generator** (https://github.com/finos/generator-symphony). When I tried to launch the **Python BDK** bot using an IDE client, like **PyCharm**, **IntelliJ** or even **Visual Studio Code**, I kept on recieiving an error message about the "**SSL Certificate Verify Failed**" in the console. ``` symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorCertificateError: Cannot connect to host develop2.symphony.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:992)')]. ``` I have **Python 3.11.x** installed on my macOS laptop with the minumum version for **Python BDK** being **Python 3.8**.
Hello everyone, I generated my **Python BDK** bot using the **Symphony Generator** (https://github.com/finos/generator-symphony). When I tried to launch the **Python BDK** bot using an IDE client, like **PyCharm**, **IntelliJ** or even **Visual Studio Code**, I kept on recieiving an error message about the "**SSL Certificate Verify Failed**" in the console. ``` symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorCertificateError: Cannot connect to host develop2.symphony.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:992)')]. ``` I have **Python 3.11.x** installed on my macOS laptop with the minumum version for **Python BDK** being **Python 3.8**.
#bdk #python #ssl
#
one year ago
Original
Kaosar Ahmed
310 × 3 Administrator
Trouble starting the Python BDK bot when using macOS - SSL CERTIFICATE VERIFY FAILED

Hello everyone, I generated my **Python BDK** bot using the **Symphony Generator** (https://github.com/finos/generator-symphony). When I tried to launch the **Python BDK** bot using an IDE client, like **PyCharm**, **IntelliJ** or even **Visual Studio Code**, I kept on recieiving an error message about the "**SSL Certificate Verify Failed**" in the console. ``` symphony.bdk.core.auth.bot_authenticator - INFO - Retrying symphony.bdk.core.auth.bot_authenticator.BotAuthenticatorRsa._authenticate_and_get_token in 2.0 seconds as it raised ClientConnectorCertificateError: Cannot connect to host develop2.symphony.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:992)')]. ``` I have **Python 3.11.x** installed on my macOS laptop with the minumum version for **Python BDK** being **Python 3.8**.
#