apache / apache/servicecomb-java-chassis
registering third party rest service with DNS/https enabled with SC throws error <java.lang.IllegalArgumentException: port not specified.>
Open
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 814
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 1
Description
We have a third party rest service with https enabled eg:`https://pos-dev.test.com`. We can register it to the service center.
But the gateway cannot route to it at run time and it is failing with the below error.
`
java.lang.IllegalArgumentException: port not specified.
`
And the service center instance is disabled eventually. Getting this error
`
{
"message": "No available address found."
}
`
How to handle this? Urgent info required
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.