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
It's not a part of the specification. I strongly feel that HTTPS only should be used for ActivityPub based software in production. I don't have a problem with HTTP or self-signed certs plus HTTPS being used for ease of development.
Do you see benefits for using HTTP in production Fediverse software?
Please Describe The Problem To Be Solved
Following line breaks my local dev setup cause I am obviously not using SSL:
https://github.com/go-fed/activity/blob/master/pub/util.go#L1005
(Optional): Suggest A Solution
Introduce a development flag in
util.go
to switch behavior.The text was updated successfully, but these errors were encountered: