We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c0cb7 commit 24c3ed1Copy full SHA for 24c3ed1
nex/register_common_authentication_server_protocols.go
@@ -16,7 +16,7 @@ func registerCommonAuthenticationServerProtocols() {
16
17
secureStationURL := nex.NewStationURL("")
18
secureStationURL.SetScheme("prudps")
19
- secureStationURL.SetAddress(os.Getenv("PN_TFH_SECURE_SERVER_HOST"))
+ secureStationURL.SetAddress(os.Getenv("PN_TFH_SECURE_SERVER_PORT"))
20
secureStationURL.SetPort(uint32(port))
21
secureStationURL.SetCID(1)
22
secureStationURL.SetPID(2)
0 commit comments