You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snap depends on HsOpenSSL with HTTPS/TLS is being used or not.
Building HsOpenSSL on recent systems (ie with gcc >= 14.2.0) already has issues and early next year, low level APIs in OpenSSL are likely to disappear: haskell-cryptography/HsOpenSSL#95
I had another project that depended on snap-server (via ekg) and I recently moved that from snap to ekg-wai and the warp web server (if you need TLS as well, you will also need warp-tls).
Perhaps its worth make the same transition in this project. I am willing to help.
The text was updated successfully, but these errors were encountered:
snap
depends onHsOpenSSL
with HTTPS/TLS is being used or not.Building
HsOpenSSL
on recent systems (ie withgcc >= 14.2.0)
already has issues and early next year, low level APIs inOpenSSL
are likely to disappear: haskell-cryptography/HsOpenSSL#95I had another project that depended on
snap-server
(viaekg
) and I recently moved that fromsnap
toekg-wai
and thewarp
web server (if you need TLS as well, you will also needwarp-tls
).Perhaps its worth make the same transition in this project. I am willing to help.
The text was updated successfully, but these errors were encountered: