Issues
- cfhttp can't connect to https://repo1.maven.org/LDEV-4029Resolved issue: LDEV-4029Michael Offner
- cfhttp doesn't support TLSv1.3LDEV-3239Resolved issue: LDEV-3239Michael Offner
- javax.mail.MessagingException: Could not convert socket to TLSLDEV-2967Michael Offner
- EPP via cfHTTP RequestsLDEV-2704Pothys - MitrahSoft
- Add TLS Support to CFLDAP TagLDEV-2622Resolved issue: LDEV-2622Pothys - MitrahSoft
- CFMAIL can't connect to TLSv1.2 smtp serverLDEV-1933Resolved issue: LDEV-1933Igal Sapir
- secure missing from cfpopLDEV-910Resolved issue: LDEV-910Michael Offner
- CFMail TLS does not start where no username providedLDEV-766Michael Offner
- Delete installed SSL certs within the UILDEV-632
- Running scheduled tasks over SSL causes java.lang.NoClassDefFoundError:LDEV-459Resolved issue: LDEV-459
10 of 10
cfhttp can't connect to https://repo1.maven.org/
Cannot Reproduce
Description
Environment
None
Attachments
1
is caused by
relates to
Details
Assignee
Michael OffnerMichael OffnerReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
CriticalNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 10 June 2022 at 13:37
Updated 1 July 2023 at 15:16
Resolved 1 July 2022 at 09:41
Activity
Show:
Brad Wood1 July 2022 at 16:55
That doesn’t mean the OP hadn’t modified or corrupted their cacerts file.
Zac Spitzer1 July 2022 at 15:40
Yeah, but Lucee hasn’t updated caerts since this occurred, so it was an upstream problem, IMHO
Brad Wood1 July 2022 at 15:39
The error seemed it was related to the SSL cert. The remote server could have updated their cert, Lucee could have updated its keystore, or the error may have been specific to your Java version.
Stackoverflow says it was likely an issue with your trust store
Pothys - MitrahSoft1 July 2022 at 09:49
works for me too
<cfscript> dump(server.lucee.version); flush; metaDataURL = "https://repo1.maven.org/maven2/org/apache/tika/tika-core/maven-metadata.xml"; cfhttp( url=metaDataURL, result="res"); writeDump(res); </cfscript>
https://trycf.com/gist/5b62b028e72c2f76ef2251ccff198e2e/lucee5?theme=monokai
throws