Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support tls connection possibility in all cleanup.py functions #248

Closed
mwr-ebc opened this issue Feb 21, 2024 · 1 comment · Fixed by #249
Closed

support tls connection possibility in all cleanup.py functions #248

mwr-ebc opened this issue Feb 21, 2024 · 1 comment · Fixed by #249
Assignees
Labels
bug Something isn't working

Comments

@mwr-ebc
Copy link
Collaborator

mwr-ebc commented Feb 21, 2024

Describe the bug
Using any inplemented function from the cleanup.py there is no possibility to establish a connection to a tls secued client.

To Reproduce
CB_URL = "https://........."
fiware_header = FiwareHeader(service=SERVICE,
service_path=SERVICE_PATH)
clear_context_broker(url=CB_URL, fiware_header=fiware_header)

Expected behavior
Should connect to client and selete all entities under service.

Screenshots
requests.exceptions.SSLError: HTTPSConnectionPool(host='', port=443): Max retries exceeded with url: /version (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))

Environment (please complete the following information):

Additional context

@mwr-ebc mwr-ebc added the bug Something isn't working label Feb 21, 2024
@mwr-ebc mwr-ebc self-assigned this Feb 21, 2024
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant