Skip to content

SSL: WRONG_VERSION_NUMBER #265

@rac021

Description

@rac021

Hi,

I'm trying to enable allow_self_approval, but I'm facing this error :

20:36:49.279 [ConfigProxy] debug: PROXY WEB /hub/signup to http://jupyterhub:8081
[E 2024-02-22 20:36:49.526 JupyterHub nativeauthenticator:357] [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)

In the following, my configuration :

c.NativeAuthenticator.allow_self_approval_for = '[^@]+@hotmail\.com$'
    c.NativeAuthenticator.secret_key = "your-arbitrary-key-your-arbitrary-key-your-arbitrary-key-your"
    c.NativeAuthenticator.self_approval_email = (
        "[email protected]",
        "approval_link",
        "email body including https://hotmail.com{approval_url}",
    )
    c.NativeAuthenticator.self_approval_server = {
        'url': 'smtp.comp.fr',
        'usr': 'user.one',
        'pwd': '123456789'
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions