Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server fails to start up if mixed https endpoints are specified (opc.https + https) #2764

Closed
1 of 5 tasks
mregen opened this issue Sep 17, 2024 · 0 comments · Fixed by #2789
Closed
1 of 5 tasks

Server fails to start up if mixed https endpoints are specified (opc.https + https) #2764

mregen opened this issue Sep 17, 2024 · 0 comments · Fixed by #2789
Assignees

Comments

@mregen
Copy link
Contributor

mregen commented Sep 17, 2024

Type of issue

  • Bug
  • Enhancement
  • Compliance
  • Question
  • Help wanted

Current Behavior

Failed to bind to address https://[::]:62540: address already in use.'

Expected Behavior

Starts and multiple endpoints are supported.

Steps To Reproduce

Add the following endpoints to the ref server:

    <BaseAddresses>
      <ua:String>opc.https://localhost:62540/Quickstarts/ReferenceServer</ua:String>
      <ua:String>opc.tcp://localhost:62541/Quickstarts/ReferenceServer</ua:String>
      <ua:String>https://localhost:62542/Quickstarts/ReferenceServer</ua:String>
    </BaseAddresses>

start the server in VS 2022.

Environment

- OS: Windows 11 23H2
- Environment: VS 2022
- Runtime: .NET 8.0 / .NET Framework 4.8
- Nuget Version: 1.5.374.118
- Component: https
- Server: reference server sample
- Client: n/a

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants