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
I have searched existing issues for similar questions to see if my question has already been addressed.
Question
As I know, trpc provides building selector named ip, which also enables dns resolving. Also, it will enable SSL when target port is 443 and protocol is http.
However, for certain reason, my HTTP server with SSL is not listening port 443. How can I access this https server NOT listerning Port 443 via trpc?
Additional Information
The text was updated successfully, but these errors were encountered:
I found that I can use 'client.WithReqHead(&thttp.ClientReqHeader{Schema: "https"})' to enable https. However, is there any way to enable https in config-way?
Preliminary Research
Question
As I know, trpc provides building selector named
ip
, which also enables dns resolving. Also, it will enable SSL when target port is 443 and protocol ishttp
.However, for certain reason, my HTTP server with SSL is not listening port 443. How can I access this https server NOT listerning Port 443 via trpc?
Additional Information
The text was updated successfully, but these errors were encountered: