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

Email sending on Windows 7: SSL Exception: The function requested is not supported #5

Closed
erl987 opened this issue Jun 12, 2022 · 2 comments · Fixed by #7
Closed

Email sending on Windows 7: SSL Exception: The function requested is not supported #5

erl987 opened this issue Jun 12, 2022 · 2 comments · Fixed by #7
Assignees
Labels
bug Something isn't working
Milestone

Comments

@erl987
Copy link
Owner

erl987 commented Jun 12, 2022

Affected version

PersonalFME 1.0.0

Operating system

Windows 7

Problem

When sending emails under Windows 7 using the provider GMX, the following error is occurring (and email sending is not working):

SSL Exception: Error during handshake: The function requested is not supported
@erl987
Copy link
Owner Author

erl987 commented Jun 12, 2022

Probable reason

Under Windows, PersonalFME is using SChannel (the Windows implementation of SSL/TLS). Windows 7 had end of support on 14-01-2020. Apparently, the GMX server is requiring SSL/TLS features that are not supported by SChannel on Windows 7. The does probably affect other email servers as well.

Actions

OpenSSL cannot be used by PersonalFME under Windows due to license constraints. Windows 7 will be removed from the list of supported OS in the next release of PersonalFME.

@erl987 erl987 added bug Something isn't working wontfix This will not be worked on labels Jun 12, 2022
@erl987 erl987 closed this as completed Jun 12, 2022
@erl987 erl987 added this to the Version 1.0.1 milestone Jun 12, 2022
@erl987 erl987 reopened this Jun 12, 2022
@erl987 erl987 removed the wontfix This will not be worked on label Jul 16, 2022
@erl987 erl987 modified the milestones: Version 1.0.1, Version 1.1 Jul 16, 2022
@erl987
Copy link
Owner Author

erl987 commented Nov 6, 2022

This will be fixed in PersonalFME 1.0.1. It works even under Windows 7, even though this is no longer officially supported by PersonalFME.

@erl987 erl987 closed this as completed in #7 Nov 6, 2022
@erl987 erl987 self-assigned this Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant