Skip to content

Proxy not working as supposed to? #183

@nikoladragic-haf

Description

@nikoladragic-haf

hi everyone.
When I run the validation without using proxy, it returns correct results.
When I run the validation with valid proxy configuration, it doesn't return correct results.

When I use the same proxy with reacher open source email script, it works just fine.

So not sure what is the problem? This code not compatible with SMTP proxy?

proxyURI := fmt.Sprintf("socks5://%s:%s@%s:%s?timeout=%ds",
			encodedUser, encodedPassword, proxyHost, proxyPort, proxyTimeout)

		verifier = verifier.Proxy(proxyURI)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions