cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

secure connection on port 2209 #24

Closed xciser77 closed 5 years ago

xciser77 commented 5 years ago

i am trying to use the secure port 2209 on the server but I cannot get a connection is this possible with the package ?

And if so what do we need to change

cwmiller commented 5 years ago

At this time it does not support SSL over TCP. I actually didn't know BroadWorks supported that! :)

cwmiller commented 5 years ago

Version 2.2.0 includes support for SSL/TLS connections. To use it, specify tls as the scheme in the connection URL e.g. new OcipClient('tls://host.com:2209', 'username', 'password');. Schemes ssl, sslv2, and sslv3 can also be used if targeting an older system with older SSL versions.