oracle/coherence-go-client

Allow TLS/SSL config to be specified as part of session options

Closed this issue · 1 comments

Currently you can only specify TLS/SSL using environment variables - see https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence#NewSession
We should allow the NewSession to take these in as well.

Fixed by #50