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

Use any port number if specified to initialize client #65

Open
ben-walczak opened this issue Sep 1, 2021 · 0 comments
Open

Use any port number if specified to initialize client #65

ben-walczak opened this issue Sep 1, 2021 · 0 comments

Comments

@ben-walczak
Copy link

ben-walczak commented Sep 1, 2021

The company I work for is currently using this client, but we are providing our certificate on a different port number. So, the only way to fix this issue is to provide a way to insert our own port number to match which port we serve our certificate.

Potential changes: Make changes to pass port_number in with a default value of 17778. Then do a string insertion into the url to specify the port number wanted. The change would be located here:
https://github.com/solarwinds/orionsdk-python/blob/master/orionsdk/swisclient.py#L14 (and line 15)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant