-
Notifications
You must be signed in to change notification settings - Fork 390
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
Install-OVS.ps1 failed to start ovsdb service without ssl files on windows #4027
Labels
area/OS/windows
Issues or PRs related to the Windows operating system.
kind/bug
Categorizes issue or PR as related to a bug.
Comments
XinShuYang
added a commit
to XinShuYang/antrea
that referenced
this issue
Jul 18, 2022
Windows OVS needs SSL files to start service. Add new funtion in Install-OVS.ps1 to check files exist and install SSL library if files don't exist. issue antrea-io#4027 Signed-off-by: Shuyang Xin <gavinx@vmware.com> Co-authored-by: wenyingd <wenyingd@vmware.com>
Yes, ive been pretty confused about this, this breaks antrea on sig-windows-dev-tools i think kubernetes-sigs/sig-windows-dev-tools#198 cc @wenyingd i think this might be part of our problem |
XinShuYang
added a commit
to XinShuYang/antrea
that referenced
this issue
Jul 20, 2022
Windows OVS needs SSL files to start service. Add new funtion in Install-OVS.ps1 to check files exist and install SSL library if files don't exist. issue antrea-io#4027 Signed-off-by: Shuyang Xin <gavinx@vmware.com> Co-authored-by: wenyingd <wenyingd@vmware.com>
XinShuYang
added a commit
to XinShuYang/antrea
that referenced
this issue
Jul 22, 2022
Windows OVS needs SSL files to start service. Add new funtion in Install-OVS.ps1 to check files exist and install SSL library if files don't exist. issue antrea-io#4027 Signed-off-by: Shuyang Xin <gavinx@vmware.com> Co-authored-by: wenyingd <wenyingd@vmware.com>
XinShuYang
added a commit
to XinShuYang/antrea
that referenced
this issue
Jul 22, 2022
Windows OVS needs SSL files to start service. Add new funtion in Install-OVS.ps1 to check files exist and install SSL library if files don't exist. issue antrea-io#4027 Signed-off-by: Shuyang Xin <gavinx@vmware.com> Co-authored-by: wenyingd <wenyingd@vmware.com>
XinShuYang
added a commit
to XinShuYang/antrea
that referenced
this issue
Jul 22, 2022
Windows OVS needs SSL files to start service. Add new funtion in Install-OVS.ps1 to check files exist and install SSL library if files don't exist. Fixes antrea-io#4027 Signed-off-by: Shuyang Xin <gavinx@vmware.com> Co-authored-by: wenyingd <wenyingd@vmware.com>
tnqn
pushed a commit
that referenced
this issue
Jul 22, 2022
Windows OVS needs SSL files to start service. Add new funtion in Install-OVS.ps1 to check files exist and install SSL library if files don't exist. Fixes #4027 Signed-off-by: Shuyang Xin <gavinx@vmware.com> Co-authored-by: wenyingd <wenyingd@vmware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/OS/windows
Issues or PRs related to the Windows operating system.
kind/bug
Categorizes issue or PR as related to a bug.
Describe the bug
ovsdb-server fails to start without openssl files:
To Reproduce
Remove ssleay32.dll and libeay32.dll in $env:PATH.
Run Install-OVS.ps1 to install latest ovs (e.g. 2.16.4)
Expected
ovsdb-server should start
Actual behavior
The text was updated successfully, but these errors were encountered: