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

SSL is not supported from GUI after upgrade to v2.2.52 from v2.2.51 #3671

Closed
Zero3Dash opened this issue Dec 2, 2024 · 4 comments
Closed
Labels

Comments

@Zero3Dash
Copy link

GNS3 management console.
Running GNS3 version 2.2.52 on Windows (64-bit) with Python 3.10.11 Qt 5.15.2 and PyQt 5.15.11.
Copyright (c) 2006-2024 GNS3 Technologies.
Use Help -> GNS3 Doctor to detect common issues.

=> SSL is not supported

I can browse to the web ui fine, just cannot connect using the GUI to connect to the server using protocol https and port 443 TCP, which worked fine on v2.2.51

@Zero3Dash Zero3Dash added the Bug label Dec 2, 2024
@grossmj
Copy link
Member

grossmj commented Dec 2, 2024

We rely on the truststore package https://pypi.org/project/truststore/ to use the native system certificate stores. Maybe you got a problem on your system? Please can you try with v2.2.51 to see if you have the problem? Thanks!

Screenshot from 2024-12-02 18-47-20

@Zero3Dash
Copy link
Author

On 2.2.51 its fine.
It would appear that if you use a third party certificate, that truststore v0.10.0 needs python 3.10+

@grossmj
Copy link
Member

grossmj commented Dec 2, 2024

Ok, I am going to investigate 👍

@grossmj
Copy link
Member

grossmj commented Dec 3, 2024

I could reproduce the problem. It was a packaging issue with cx_Freeze, I rebuilt the Windows package: https://github.com/GNS3/gns3-gui/releases/download/v2.2.52/GNS3-2.2.52-all-in-one.exe and it worked on my side.

@grossmj grossmj closed this as completed Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants