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 there,
i am having a problem, that i cannot query data from a server due to this problem: nodejs/node#45378 (comment)
i guess i need to pass secureoptions to the query, to be able to get around this problem.
how would i do that with got? currently i fetch data very basic like so:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
i am having a problem, that i cannot query data from a server due to this problem:
nodejs/node#45378 (comment)
i guess i need to pass secureoptions to the query, to be able to get around this problem.
how would i do that with got? currently i fetch data very basic like so:
and i would need to add this somehow to the function:
secureOptions: crypto.constants.SSL_OP_LEGACY_SERVER_CONNECT
this does not work:
any idea would be great!!
Beta Was this translation helpful? Give feedback.
All reactions