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
I'd like to use expresso to test my express-based app, but it's served through https (by passing the proper params to express.createServer), and expresso doesn't seem to be able to deal with that — it fails with a "socket hang up" error.
Any way to fix that? I've looked around a bit, but haven't found a documented API to determine whether a given server is serving through http vs https.
Thanks,
Dom
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to use expresso to test my express-based app, but it's served through https (by passing the proper params to express.createServer), and expresso doesn't seem to be able to deal with that — it fails with a "socket hang up" error.
Any way to fix that? I've looked around a bit, but haven't found a documented API to determine whether a given server is serving through http vs https.
Thanks,
Dom
The text was updated successfully, but these errors were encountered: