If the host name is formatted incorrectly in connector-okta.yml, it triggers an unhandled exception. This PR adds a block of code to handle the particular exception that gets triggered in that case (namely requests.exceptions.SSLError) and raises an AssertionException instead.
I did another (and hopefully final) pass to remove all six references. Looks like that created a merge conflict. Will you please update your branch so I can get this merged?
Summary
If the host name is formatted incorrectly in connector-okta.yml, it triggers an unhandled exception. This PR adds a block of code to handle the particular exception that gets triggered in that case (namely
requests.exceptions.SSLError
) and raises an AssertionException instead.Testing Steps
I did not write any new tests for this PR.
Fixes #601