Unfortunately protocol is not included when passing socket information so no way to tell for sure that it is https. Short of just allowing it to be empty as in other clients, testing for :443 in socket info should be sufficient for baseline, non-edge case situations.
addresses #3
Unfortunately protocol is not included when passing socket information so no way to tell for sure that it is https. Short of just allowing it to be empty as in other clients, testing for
:443
in socket info should be sufficient for baseline, non-edge case situations.