René's URL Explorer Experiment


Title: SSL errors even with --insecure option · Issue #225 · SpectraLogic/ds3_java_cli · GitHub

Open Graph Title: SSL errors even with --insecure option · Issue #225 · SpectraLogic/ds3_java_cli

X Title: SSL errors even with --insecure option · Issue #225 · SpectraLogic/ds3_java_cli

Description: $ ./ds3_java_cli-5.1.4/bin/ds3_java_cli --insecure --verbose -c get_jobs 2022-09-23 12:14:48 +++ Version: 5.1.4 2022-09-23 12:14:48 +++ Build Date: Fri Oct 01 16:09:57 MDT 2021 2022-09-23 12:14:48 +++ Command line args: --insecure, --ver...

Open Graph Description: $ ./ds3_java_cli-5.1.4/bin/ds3_java_cli --insecure --verbose -c get_jobs 2022-09-23 12:14:48 +++ Version: 5.1.4 2022-09-23 12:14:48 +++ Build Date: Fri Oct 01 16:09:57 MDT 2021 2022-09-23 12:14:48 ...

X Description: $ ./ds3_java_cli-5.1.4/bin/ds3_java_cli --insecure --verbose -c get_jobs 2022-09-23 12:14:48 +++ Version: 5.1.4 2022-09-23 12:14:48 +++ Build Date: Fri Oct 01 16:09:57 MDT 2021 2022-09-23 12:14:48 ...

Opengraph URL: https://github.com/SpectraLogic/ds3_java_cli/issues/225

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"SSL errors even with --insecure option","articleBody":"```\r\n$ ./ds3_java_cli-5.1.4/bin/ds3_java_cli --insecure --verbose -c get_jobs\r\n2022-09-23 12:14:48 +++ Version: 5.1.4\r\n2022-09-23 12:14:48 +++ Build Date: Fri Oct 01 16:09:57 MDT 2021\r\n2022-09-23 12:14:48 +++ Command line args: --insecure, --verbose, -c, get_jobs\r\n2022-09-23 12:14:48 +++ Console log level: INFO\r\n2022-09-23 12:14:48 +++ Log file log level: OFF\r\n2022-09-23 12:14:48 +++ Java Version: {1.8.0_332}\r\nJava Vendor: {Red Hat, Inc.}\r\nJVM Version: {25.332-b09}\r\nJVM Name: {OpenJDK 64-Bit Server VM}\r\nOS: {Linux}\r\nOS Arch: {amd64}\r\nOS Version: {3.10.0-1160.71.1.el7.x86_64}\r\n\r\n2022-09-23 12:14:48 +++ Making connection details for endpoint [blackpearl-10g.nano.com:443] using this authorization id [c3BlY3RyYQ==]\r\n2022-09-23 12:14:48 +++ Sending request: GET https://blackpearl-10g.nano.com:443 /_rest_/system_information\r\n2022-09-23 12:14:53 +++ Error (SSLException): Read timed out\r\nCause: Read timed out\r\njavax.net.ssl.SSLException: Read timed out\r\n        at sun.security.ssl.Alert.createSSLException(Alert.java:127)\r\n        at sun.security.ssl.TransportContext.fatal(TransportContext.java:324)\r\n        at sun.security.ssl.TransportContext.fatal(TransportContext.java:267)\r\n        at sun.security.ssl.TransportContext.fatal(TransportContext.java:262)\r\n        at sun.security.ssl.SSLTransport.decode(SSLTransport.java:138)\r\n        at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1397)\r\n        at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1305)\r\n        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:440)\r\n        at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:396)\r\n        at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)\r\n        at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)\r\n        at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)\r\n        at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)\r\n        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)\r\n        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)\r\n        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)\r\n        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)\r\n        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)\r\n        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)\r\n        at com.spectralogic.ds3client.networking.NetworkClientImpl$RequestExecutor.execute(NetworkClientImpl.java:234)\r\n        at com.spectralogic.ds3client.networking.NetworkClientImpl.getResponse(NetworkClientImpl.java:174)\r\n        at com.spectralogic.ds3client.Ds3ClientImpl.getSystemInformationSpectraS3(Ds3ClientImpl.java:1054)\r\n        at com.spectralogic.ds3cli.util.CliUtils.isVersionSupported(CliUtils.java:38)\r\n        at com.spectralogic.ds3cli.util.CliUtils.isVersionSupported(CliUtils.java:34)\r\n        at com.spectralogic.ds3cli.Main.main(Main.java:191)\r\nCaused by: java.net.SocketTimeoutException: Read timed out\r\n        at java.net.SocketInputStream.socketRead0(Native Method)\r\n        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)\r\n        at java.net.SocketInputStream.read(SocketInputStream.java:171)\r\n        at java.net.SocketInputStream.read(SocketInputStream.java:141)\r\n        at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:464)\r\n        at sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:165)\r\n        at sun.security.ssl.SSLTransport.decode(SSLTransport.java:109)\r\n        ... 20 common frames omitted\r\nError (SSLException): Read timed out\r\nCause: Read timed out\r\n```","author":{"url":"https://github.com/hpcchris","@type":"Person","name":"hpcchris"},"datePublished":"2022-09-23T19:16:37.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/225/ds3_java_cli/issues/225"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4be194b1-ce5f-5d61-0684-91fa19c1a9c0
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE4D0:1B5602:1C5B64A:24F3DA0:6A5C819B
html-safe-nonce9a0c18b7900b95181d3b344ddd11dab73744ab06f7f0b54bad723a8f70c69b99
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNEQwOjFCNTYwMjoxQzVCNjRBOjI0RjNEQTA6NkE1QzgxOUIiLCJ2aXNpdG9yX2lkIjoiMzA1NjM1MzE3MjYyMzQ5MTQ4NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac1ff59e60bac405143c7e3714748849b39d53f3230dba035302a1938c02204236
hovercard-subject-tagissue:1384209205
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/SpectraLogic/ds3_java_cli/225/issue_layout
twitter:imagehttps://opengraph.githubassets.com/83bed8925a4ce38e969f1f6cc93223d485ca50d5bba031205ff6dcf27ea8b5e3/SpectraLogic/ds3_java_cli/issues/225
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/83bed8925a4ce38e969f1f6cc93223d485ca50d5bba031205ff6dcf27ea8b5e3/SpectraLogic/ds3_java_cli/issues/225
og:image:alt$ ./ds3_java_cli-5.1.4/bin/ds3_java_cli --insecure --verbose -c get_jobs 2022-09-23 12:14:48 +++ Version: 5.1.4 2022-09-23 12:14:48 +++ Build Date: Fri Oct 01 16:09:57 MDT 2021 2022-09-23 12:14:48 ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamehpcchris
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/SpectraLogic/ds3_java_cli git https://github.com/SpectraLogic/ds3_java_cli.git
octolytics-dimension-user_id7060807
octolytics-dimension-user_loginSpectraLogic
octolytics-dimension-repository_id18420404
octolytics-dimension-repository_nwoSpectraLogic/ds3_java_cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id18420404
octolytics-dimension-repository_network_root_nwoSpectraLogic/ds3_java_cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/SpectraLogic/ds3_java_cli/issues/225#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSpectraLogic%2Fds3_java_cli%2Fissues%2F225
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSpectraLogic%2Fds3_java_cli%2Fissues%2F225
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=SpectraLogic%2Fds3_java_cli
Reloadhttps://github.com/SpectraLogic/ds3_java_cli/issues/225
Reloadhttps://github.com/SpectraLogic/ds3_java_cli/issues/225
Reloadhttps://github.com/SpectraLogic/ds3_java_cli/issues/225
Please reload this pagehttps://github.com/SpectraLogic/ds3_java_cli/issues/225
SpectraLogic https://github.com/SpectraLogic
ds3_java_clihttps://github.com/SpectraLogic/ds3_java_cli
Notifications https://github.com/login?return_to=%2FSpectraLogic%2Fds3_java_cli
Fork 11 https://github.com/login?return_to=%2FSpectraLogic%2Fds3_java_cli
Star 9 https://github.com/login?return_to=%2FSpectraLogic%2Fds3_java_cli
Code https://github.com/SpectraLogic/ds3_java_cli
Issues 2 https://github.com/SpectraLogic/ds3_java_cli/issues
Pull requests 0 https://github.com/SpectraLogic/ds3_java_cli/pulls
Actions https://github.com/SpectraLogic/ds3_java_cli/actions
Projects https://github.com/SpectraLogic/ds3_java_cli/projects
Wiki https://github.com/SpectraLogic/ds3_java_cli/wiki
Security and quality 0 https://github.com/SpectraLogic/ds3_java_cli/security
Insights https://github.com/SpectraLogic/ds3_java_cli/pulse
Code https://github.com/SpectraLogic/ds3_java_cli
Issues https://github.com/SpectraLogic/ds3_java_cli/issues
Pull requests https://github.com/SpectraLogic/ds3_java_cli/pulls
Actions https://github.com/SpectraLogic/ds3_java_cli/actions
Projects https://github.com/SpectraLogic/ds3_java_cli/projects
Wiki https://github.com/SpectraLogic/ds3_java_cli/wiki
Security and quality https://github.com/SpectraLogic/ds3_java_cli/security
Insights https://github.com/SpectraLogic/ds3_java_cli/pulse
SSL errors even with --insecure optionhttps://github.com/SpectraLogic/ds3_java_cli/issues/225#top
https://github.com/hpcchris
hpcchrishttps://github.com/hpcchris
on Sep 23, 2022https://github.com/SpectraLogic/ds3_java_cli/issues/225#issue-1384209205
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.