You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tlsconfig only works by loading PEM data from files. In some scenarios, we might not want to let tlsconfig load PEM data itself (e.g.: because it is not stored in separate files), but provide it with already loaded PEM data.
A PR is coming to fix this issue.
The text was updated successfully, but these errors were encountered:
simonferquel
added a commit
to simonferquel/go-connections
that referenced
this issue
Mar 8, 2018
Currently, tlsconfig only works by loading PEM data from files. In some scenarios, we might not want to let tlsconfig load PEM data itself (e.g.: because it is not stored in separate files), but provide it with already loaded PEM data.
A PR is coming to fix this issue.
The text was updated successfully, but these errors were encountered: