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
hi,
some sso server that does not support https connection fail to validate during the ticket validation phase.
Is that possible to add options to switch from https.request to http.request ? for example using the ssl option?
if opts.ssl is false then we use http.request else we use https.request
i know that a sso server should be a https one, but do you think this could a good upgrade ?
The text was updated successfully, but these errors were encountered:
hi,
some sso server that does not support https connection fail to validate during the ticket validation phase.
Is that possible to add options to switch from https.request to http.request ? for example using the ssl option?
if opts.ssl is false then we use http.request else we use https.request
i know that a sso server should be a https one, but do you think this could a good upgrade ?
The text was updated successfully, but these errors were encountered: