Skip to content

Commit

Permalink
fix case w/ SSL certificate verification failed after previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Dec 23, 2022
1 parent b74c648 commit 8825666
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@



## [4.4.3] - 2022-12-23

### Added

- `None` Nothing added


### Changed

- `None` Nothing changed


### Fixed

- `Fix` The changes for the last release caused one issue w/ unverifiable certificates, where the error isn't
thrown when the connection is created, needed to add a connect() call at that time to catch the error; that was happening
before, in a call I moved till later, which is why the error wasn't being caught on the creation where I was checking for it.
Again, no coding chages for anyone, just made it throw the error where I was checjing for it.


### Removed

- `None` Nothing removed



## [4.4.2] - 2022-12-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion saspy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.4.2'
__version__ = '4.4.3'

0 comments on commit 8825666

Please sign in to comment.