Skip to content

ConnectionReset / SelectedUnusableCipherSuiteForVersion on aspx page #205

@barjin

Description

@barjin

This

const impit = new Impit();

const resp = await impit.fetch('https://faq.interlink.or.jp/faq2/View/wcDisplayContent.aspx?sso_step=1&id=737');
console.log(await resp.text());

results in

[Error: impit error: The internal HTTP library has thrown an error:
reqwest::Error {
    kind: Request,
    source: hyper_util::client::legacy::Error(
        Connect,
        Custom {
            kind: Other,
            error: Os {
                code: 104,
                kind: ConnectionReset,
                message: "Connection reset by peer",
            },
        },
    ),
}] {
  code: 'GenericFailure'
}

while with

const impit = new Impit({
+    browser: 'firefox'
});

this results in

Error: impit error: The internal HTTP library has thrown an error:
reqwest::Error {
    kind: Request,
    source: hyper_util::client::legacy::Error(
        Connect,
        Custom {
            kind: Other,
+            error: Custom {
+               kind: InvalidData,
+                error: PeerMisbehaved(
+                    SelectedUnusableCipherSuiteForVersion,
+                ),
+            },
        },
    ),
}] {
  code: 'GenericFailure'
}

Metadata

Metadata

Assignees

Labels

t-toolingIssues with this label are in the ownership of the tooling team.

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