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

ImpersonateFirefox - ECDSA verification failure #315

Open
powellnorma opened this issue Dec 7, 2023 · 2 comments
Open

ImpersonateFirefox - ECDSA verification failure #315

powellnorma opened this issue Dec 7, 2023 · 2 comments

Comments

@powellnorma
Copy link

Using ImpersonateChrome instead works fine.

package main

import (
    "fmt"
    "log"
    
    "github.com/imroc/req/v3"
)

func main(){
    client := req.C().ImpersonateFirefox()
    
    // tls: invalid signature by the server certificate: ECDSA verification failure
    resp, err := client.R().Get("https://www.facebook.com/") 
    
    if err != nil {
        log.Fatal(err)
    }
    
    fmt.Println(resp.String())
}
@danielboros
Copy link

@gaukas
Copy link

gaukas commented Dec 20, 2023

refraction-networking/utls#274

My full response in utls#274.

TL;DR: Servers which accept delegated_credentials (34) will not work with uTLS's Firefox parrots unless someone implements the real support of this extension for uTLS.

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

No branches or pull requests

3 participants