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
Hey @joereuss12, there are still a few checks of TLSSkipVerify floating around throughout some of the newer code. Can you switch your getTransport function to be exported from the pelican package and use the function wherever we're still manually checking for TLSSkipVerify? This will allow us to set up testing frameworks more easily and consistently in the future.
The text was updated successfully, but these errors were encountered:
Hey @joereuss12, there are still a few checks of
TLSSkipVerify
floating around throughout some of the newer code. Can you switch yourgetTransport
function to be exported from the pelican package and use the function wherever we're still manually checking forTLSSkipVerify
? This will allow us to set up testing frameworks more easily and consistently in the future.The text was updated successfully, but these errors were encountered: