Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bytestring-0.12; add Haskell CI for GHC 7.10 - 9.8 #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andreasabel
Copy link

@andreasabel andreasabel commented Oct 10, 2023

Closes #7.

I pushed revision 2 of openssl-streams-1.2.3.0 relaxing the bytestring bound: https://hackage.haskell.org/package/openssl-streams-1.2.3.0/revisions/

@andreasabel
Copy link
Author

Tests fail on CI, any clue what goes wrong here?
https://github.com/andreasabel/openssl-streams/actions/runs/6471732520/job/17570819425#step:20:27

sanitycheck: [Failed]
ERROR: user error (error:0D0680A8:asn1 encoding routines:asn1_check_tlen:wrong tag)
withConnection: [Failed]
ERROR: user error (error:0D0680A8:asn1 encoding routines:asn1_check_tlen:wrong tag)

@andreasabel
Copy link
Author

https://betterstack.com/community/questions/error-0d0680a8-asn1-encoding-routines-asn1-check-tlen-wrong-tag/#cause-of-the-problem

This error is due to an invalid certificate format installed on the Apache webserver.

@andreasabel
Copy link
Author

I pushed revision 3 of openssl-streams-1.2.3.0 relaxing the network bound: hackage.haskell.org/package/openssl-streams-1.2.3.0/revisions

@andreasabel
Copy link
Author

Tests now fail with these errors:

Test suite testsuite: RUNNING...
sanitycheck: [Failed]
ERROR: user error (error:0A00018F:SSL routines::ee key too small)
withConnection: [Failed]
ERROR: user error (error:068000A8:asn1 encoding routines::wrong tag)

         Test Cases  Total 
 Passed  0           0     
 Failed  2           2     
 Total   2           2     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow bytestring 0.12
1 participant