Skip to content

Conversation

@nishusinha20
Copy link

Description

Fixes issue #35: "Facing SSL Cert error while sending message"

Changes Made

  • Add specific SSL error handling in send_message function
  • Add VERIFY_SSL configuration option for development/testing
  • Add ConnectionError handling for network issues
  • Add test script to verify SSL error handling
  • Update example.env with SSL configuration option

Testing

  • ✅ Created and ran test script that verifies SSL error handling
  • ✅ Tested both enabled and disabled SSL verification scenarios
  • ✅ All tests pass successfully

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Benefits

  • Users get clear error messages instead of generic failures
  • Developers can disable SSL verification for testing
  • Better debugging information in logs
  • More robust error handling

- Add specific SSL error handling in send_message function
- Add VERIFY_SSL configuration option for development/testing
- Add ConnectionError handling for network issues
- Add test script to verify SSL error handling
- Update example.env with SSL configuration option

Fixes issue daveebbelaar#35: Facing SSL Cert error while sending message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant