You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2020-04-21 02:45:55.979000] WARNING: The current configuration ignores TLS/SSL certificate validation errors for connection to the server component. This increases the risk of the communication channel being intercepted or tampered with.
Traceback (most recent call last):
File "abpttsclient.py", line 671, in
dataBlockNameValueSeparator = base64.b64decode(conf.dataBlockNameValueSeparatorB64)
File "C:\Python\lib\base64.py", line 79, in b64decode
raise TypeError(msg)
TypeError: Incorrect padding
The text was updated successfully, but these errors were encountered:
Hi. What do you have for the dataBlockNameValueSeparatorB64 value in your config file? Usually that error would mean you specified something by hand, and didn't base64-encode it.
Python 2.7
[2020-04-21 02:45:55.979000] WARNING: The current configuration ignores TLS/SSL certificate validation errors for connection to the server component. This increases the risk of the communication channel being intercepted or tampered with.
Traceback (most recent call last):
File "abpttsclient.py", line 671, in
dataBlockNameValueSeparator = base64.b64decode(conf.dataBlockNameValueSeparatorB64)
File "C:\Python\lib\base64.py", line 79, in b64decode
raise TypeError(msg)
TypeError: Incorrect padding
The text was updated successfully, but these errors were encountered: