-
-
Save mozamimy/ca7b5892a83db97b6c8eadcab47e2724 to your computer and use it in GitHub Desktop.
403
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ins)> curl -v https://arch.sorah.jp/aur-sorah/os/aarch64 | |
* Trying 54.192.111.51... | |
* TCP_NODELAY set | |
* Connected to arch.sorah.jp (54.192.111.51) port 443 (#0) | |
* ALPN, offering h2 | |
* ALPN, offering http/1.1 | |
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/cert.pem | |
CApath: none | |
* TLSv1.2 (OUT), TLS handshake, Client hello (1): | |
* TLSv1.2 (IN), TLS handshake, Server hello (2): | |
* TLSv1.2 (IN), TLS handshake, Certificate (11): | |
* TLSv1.2 (IN), TLS handshake, Server key exchange (12): | |
* TLSv1.2 (IN), TLS handshake, Server finished (14): | |
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16): | |
* TLSv1.2 (OUT), TLS change cipher, Client hello (1): | |
* TLSv1.2 (OUT), TLS handshake, Finished (20): | |
* TLSv1.2 (IN), TLS change cipher, Client hello (1): | |
* TLSv1.2 (IN), TLS handshake, Finished (20): | |
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256 | |
* ALPN, server accepted to use h2 | |
* Server certificate: | |
* subject: CN=misc-acm.sorah.jp | |
* start date: Sep 26 00:00:00 2019 GMT | |
* expire date: Oct 26 12:00:00 2020 GMT | |
* subjectAltName: host "arch.sorah.jp" matched cert's "*.sorah.jp" | |
* issuer: C=US; O=Amazon; OU=Server CA 1B; CN=Amazon | |
* SSL certificate verify ok. | |
* Using HTTP2, server supports multi-use | |
* Connection state changed (HTTP/2 confirmed) | |
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 | |
* Using Stream ID: 1 (easy handle 0x7fa32b002400) | |
> GET /aur-sorah/os/aarch64 HTTP/2 | |
> Host: arch.sorah.jp | |
> User-Agent: curl/7.54.0 | |
> Accept: */* | |
> | |
* Connection state changed (MAX_CONCURRENT_STREAMS updated)! | |
< HTTP/2 403 | |
< content-type: application/xml | |
< date: Tue, 03 Dec 2019 00:40:30 GMT | |
< server: AmazonS3 | |
< x-cache: Error from cloudfront | |
< via: 1.1 d10ffdbff9008173a16a31e2f6c02dff.cloudfront.net (CloudFront) | |
< x-amz-cf-pop: NRT53 | |
< x-amz-cf-id: 96hBMoewTIqVTAfUpnvVMRA3wrMAoo_koesWrDcs5oZgLJzj3eCKVw== | |
< | |
<?xml version="1.0" encoding="UTF-8"?> | |
* Connection #0 to host arch.sorah.jp left intact | |
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>06535F5DDB6E2764</RequestId><HostId>9fhKn7403uES8DiCyOjxpsEPmTTTBuOCEAHgCC1X7qnA2gZ+EZNiMykcKEHSGg2mJhX4fhY9O+c=</HostId></Error> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment